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..9e05d4e79c 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,27 @@ "type": "string" } }, + "dependabot-alert-comma-separated-has": { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, "dependabot-alert-scope": { "name": "scope", "in": "query", diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 8676a6ff91..7ad1cb93e7 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,20 @@ components: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string + dependabot-alert-comma-separated-has: + name: has + in: query + description: |- + Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned. + Multiple `has` filters can be chained to check if multiple properties are present. + schema: + oneOf: + - type: string + - type: array + items: + type: string + enum: + - patch dependabot-alert-scope: name: scope in: query diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index b9b2b60ac4..9e05d4e79c 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,27 @@ "type": "string" } }, + "dependabot-alert-comma-separated-has": { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, "dependabot-alert-scope": { "name": "scope", "in": "query", diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 8676a6ff91..7ad1cb93e7 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,20 @@ components: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string + dependabot-alert-comma-separated-has: + name: has + in: query + description: |- + Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned. + Multiple `has` filters can be chained to check if multiple properties are present. + schema: + oneOf: + - type: string + - type: array + items: + type: string + enum: + - patch dependabot-alert-scope: name: scope in: query diff --git a/descriptions/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..7bdd002a5a 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,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -80049,6 +80070,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -215521,7 +215563,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 +222876,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 +259381,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", diff --git a/descriptions/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..35f3caface 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,20 @@ 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. + Multiple `has` filters can be chained to check if multiple properties are present. + schema: + oneOf: + - type: string + - type: array + items: + type: string + enum: + - patch + - &159 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8473,7 +8487,7 @@ paths: enum: - development - runtime - - &159 + - &160 name: sort in: query description: |- @@ -8491,7 +8505,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 +8518,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 +8538,7 @@ paths: application/json: schema: type: array - items: &162 + items: &163 type: object description: A Dependabot alert. properties: @@ -8590,7 +8604,7 @@ paths: - unknown - direct - transitive - security_advisory: &429 + security_advisory: &430 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8852,7 +8866,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 +8892,7 @@ paths: - repository additionalProperties: false examples: - default: &163 + default: &164 value: - number: 2 state: dismissed @@ -9225,7 +9239,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 +9250,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 +9260,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 +9269,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 +9285,7 @@ paths: - *17 - *39 - *40 - - &251 + - &252 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9280,7 +9294,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 +9303,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 +9319,7 @@ paths: application/json: schema: type: array - items: &254 + items: &255 type: object properties: number: *54 @@ -9324,14 +9338,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 +9447,7 @@ paths: is base64 encoded nullable: true examples: - default: &255 + default: &256 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -9769,7 +9783,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 +9894,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &414 + properties: &415 url: type: string format: uri @@ -9950,7 +9964,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &415 + required: &416 - closed_issues - creator - description @@ -10029,7 +10043,7 @@ paths: timeline_url: type: string format: uri - type: &192 + type: &193 title: Issue Type description: The type of issue. type: object @@ -10154,7 +10168,7 @@ paths: - total - completed - percent_completed - required: &479 + required: &480 - assignee - closed_at - comments @@ -10176,7 +10190,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 +10757,7 @@ paths: url: type: string format: uri - user: &607 + user: &608 title: Public User description: Public User type: object @@ -12613,7 +12627,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 +12678,7 @@ paths: type: array items: *77 examples: - default: &196 + default: &197 value: - id: 1 node_id: MDU6SXNzdWUx @@ -14048,14 +14062,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 +14140,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &291 + '301': &292 description: Moved permanently content: application/json: @@ -14148,7 +14162,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 +14170,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 +14180,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 +14216,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &165 + properties: &166 id: type: integer format: int64 @@ -14478,7 +14492,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 +14556,7 @@ paths: enum: - enabled - disabled - required: &166 + required: &167 - archive_url - assignees_url - blobs_url @@ -14630,7 +14644,7 @@ paths: - url - subscription_url examples: - default: &511 + default: &512 value: - id: '1' repository: @@ -15172,7 +15186,7 @@ paths: application/json: schema: type: array - items: &202 + items: &203 title: Organization Simple description: A GitHub organization. type: object @@ -15231,7 +15245,7 @@ paths: - avatar_url - description examples: - default: &625 + default: &626 value: - login: github id: 1 @@ -16140,7 +16154,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 +17022,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 +17112,7 @@ paths: type: array items: *60 examples: - default: &619 + default: &620 value: total_count: 1 repositories: @@ -17426,7 +17440,7 @@ paths: description: Response content: application/json: - schema: &306 + schema: &307 type: object properties: default_workflow_permissions: &112 @@ -17477,7 +17491,7 @@ paths: required: false content: application/json: - schema: &307 + schema: &308 type: object properties: default_workflow_permissions: *112 @@ -17966,7 +17980,7 @@ paths: type: array items: *119 examples: - default: &610 + default: &611 value: total_count: 1 repositories: @@ -18608,7 +18622,7 @@ paths: application/json: schema: type: array - items: &308 + items: &309 title: Runner Application description: Runner Application type: object @@ -18633,7 +18647,7 @@ paths: - download_url - filename examples: - default: &309 + default: &310 value: - os: osx architecture: x64 @@ -18719,7 +18733,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &310 + '201': &311 description: Response content: application/json: @@ -18830,7 +18844,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 +18883,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 +18917,7 @@ paths: application/json: schema: *121 examples: - default: &313 + default: &314 value: id: 23 name: MBP @@ -19128,7 +19142,7 @@ paths: - *94 - *120 responses: - '200': &314 + '200': &315 description: Response content: application/json: @@ -19185,7 +19199,7 @@ paths: parameters: - *94 - *120 - - &315 + - &316 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19315,7 +19329,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 +19358,7 @@ paths: - key_id - key examples: - default: &328 + default: &329 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -19757,7 +19771,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 +20306,7 @@ paths: bundle_url: type: string examples: - default: &341 + default: &342 value: attestations: - bundle: @@ -20411,7 +20425,7 @@ paths: type: array items: *4 examples: - default: &197 + default: &198 value: - login: octocat id: 1 @@ -20652,7 +20666,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 +20722,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 +21221,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 +21231,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 +21254,7 @@ paths: be returned. in: query required: false - schema: &370 + schema: &371 type: string description: State of a code scanning alert. enum: @@ -21263,7 +21277,7 @@ paths: be returned. in: query required: false - schema: &371 + schema: &372 type: string description: Severity of a code scanning alert. enum: @@ -21289,7 +21303,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 +21326,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 +21335,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 +21394,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 +21404,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 +21423,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 +22676,7 @@ paths: type: integer codespaces: type: array - items: &198 + items: &199 type: object title: Codespace description: A codespace. @@ -22692,7 +22706,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 +22748,7 @@ paths: - ready - in_progress nullable: true - required: &401 + required: &402 - name - display_name - operating_system @@ -22939,7 +22953,7 @@ paths: - pulls_url - recent_folders examples: - default: &199 + default: &200 value: total_count: 3 codespaces: @@ -23602,7 +23616,7 @@ paths: - updated_at - visibility examples: - default: &402 + default: &403 value: total_count: 2 secrets: @@ -23640,7 +23654,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 +23683,7 @@ paths: - key_id - key examples: - default: &404 + default: &405 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -23701,7 +23715,7 @@ paths: application/json: schema: *149 examples: - default: &406 + default: &407 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -24168,7 +24182,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 +24751,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 +25058,7 @@ paths: - date additionalProperties: true examples: - default: &262 + default: &263 value: - date: '2024-06-24' total_active_users: 24 @@ -25146,7 +25160,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 +25195,12 @@ paths: - *157 - *158 - *159 + - *160 - *48 - *39 - *40 - - *160 - *161 + - *162 - *17 responses: '200': @@ -25194,9 +25209,9 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: - default: *163 + default: *164 '304': *37 '400': *14 '403': *29 @@ -25240,7 +25255,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 +25332,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 +25349,7 @@ paths: - key_id - key examples: - default: &434 + default: &435 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25364,7 +25379,7 @@ paths: description: Response content: application/json: - schema: *164 + schema: *165 examples: default: value: @@ -25661,7 +25676,7 @@ paths: application/json: schema: type: array - items: &213 + items: &214 title: Package description: A software package type: object @@ -25711,8 +25726,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 +25746,7 @@ paths: - created_at - updated_at examples: - default: &214 + default: &215 value: - id: 197 name: hello_docker @@ -25898,7 +25913,7 @@ paths: application/json: schema: type: array - items: &189 + items: &190 title: Organization Invitation description: Organization Invitation type: object @@ -25945,7 +25960,7 @@ paths: - invitation_teams_url - node_id examples: - default: &190 + default: &191 value: - id: 1 login: monalisa @@ -26012,7 +26027,7 @@ paths: application/json: schema: type: array - items: &167 + items: &168 title: Org Hook description: Org Hook type: object @@ -26183,9 +26198,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 +26248,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 +26261,9 @@ paths: description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: *168 + default: *169 '404': *6 x-github: githubCloudOnly: false @@ -26276,7 +26291,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *94 - - *169 + - *170 requestBody: required: false content: @@ -26321,7 +26336,7 @@ paths: description: Response content: application/json: - schema: *167 + schema: *168 examples: default: value: @@ -26363,7 +26378,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *94 - - *169 + - *170 responses: '204': description: Response @@ -26391,7 +26406,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 +26437,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 +26488,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 +26498,9 @@ paths: application/json: schema: type: array - items: *171 + items: *172 examples: - default: *172 + default: *173 '400': *14 '422': *15 x-github: @@ -26511,16 +26526,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 +26561,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 +26591,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *94 - - *169 + - *170 responses: '204': description: Response @@ -26599,7 +26614,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 +26627,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 +26642,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 +26736,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 +26820,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 +26843,7 @@ paths: type: integer format: int64 examples: - default: &178 + default: &179 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -26849,23 +26864,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 +26899,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 +26928,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 +26943,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 +26959,7 @@ paths: type: integer format: int64 examples: - default: &184 + default: &185 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -26981,18 +26996,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 +27025,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 +27055,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 +27142,7 @@ paths: application/json: schema: *22 examples: - default: &472 + default: &473 value: id: 1 account: @@ -27293,12 +27308,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 +27338,7 @@ paths: properties: {} additionalProperties: false examples: - default: &188 + default: &189 value: limit: collaborators_only origin: organization @@ -27352,13 +27367,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 +27397,9 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: - default: *188 + default: *189 '422': *15 x-github: githubCloudOnly: false @@ -27460,9 +27475,9 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: *190 + default: *191 headers: Link: *58 '404': *6 @@ -27539,7 +27554,7 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: default: value: @@ -27594,7 +27609,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 +27640,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *94 - - *191 + - *192 - *17 - *19 responses: @@ -27637,7 +27652,7 @@ paths: type: array items: *152 examples: - default: &212 + default: &213 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -27680,7 +27695,7 @@ paths: application/json: schema: type: array - items: *192 + items: *193 examples: default: value: @@ -27765,9 +27780,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 +27815,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 +27868,9 @@ paths: description: Response content: application/json: - schema: *192 + schema: *193 examples: - default: *193 + default: *194 '404': *6 '422': *7 x-github: @@ -27880,7 +27895,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 +27958,7 @@ paths: - closed - all default: open - - *195 + - *196 - name: type description: Can be the name of an issue type. in: query @@ -27974,7 +27989,7 @@ paths: type: array items: *77 examples: - default: *196 + default: *197 headers: Link: *58 '404': *6 @@ -28032,7 +28047,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '422': *15 @@ -28128,9 +28143,9 @@ paths: type: integer codespaces: type: array - items: *198 + items: *199 examples: - default: *199 + default: *200 '304': *37 '500': *148 '401': *25 @@ -28157,7 +28172,7 @@ paths: parameters: - *94 - *132 - - &200 + - &201 name: codespace_name in: path required: true @@ -28192,15 +28207,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 +28395,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -28455,7 +28470,7 @@ paths: description: Response content: application/json: - schema: &203 + schema: &204 title: Org Membership description: Org Membership type: object @@ -28484,7 +28499,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 +28522,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 +28619,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 +28689,7 @@ paths: application/json: schema: type: array - items: &205 + items: &206 title: Migration description: A migration. type: object @@ -29003,7 +29018,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -29182,7 +29197,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 +29224,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -29379,7 +29394,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 +29416,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 +29440,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 +29469,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 +29481,7 @@ paths: type: array items: *119 examples: - default: &219 + default: &220 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -29619,7 +29634,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 +29782,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 +29814,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 +29851,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 +29905,7 @@ paths: parameters: - *94 - *132 - - *208 + - *209 responses: '204': description: Response @@ -29922,7 +29937,7 @@ paths: parameters: - *94 - *132 - - *208 + - *209 responses: '204': description: Response @@ -29951,13 +29966,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 +30023,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 +30101,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 +30117,7 @@ paths: - slug - parent examples: - default: *212 + default: *213 headers: Link: *58 '404': @@ -30132,7 +30147,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 +30175,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 +30276,7 @@ paths: - type - url examples: - default: *197 + default: *198 headers: Link: *58 '404': @@ -30309,7 +30324,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -30451,7 +30466,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 +30502,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 +30529,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 +30547,7 @@ paths: - docker - nuget - container - - &216 + - &217 name: package_name description: The name of the package. in: path @@ -30545,7 +30560,7 @@ paths: description: Response content: application/json: - schema: *213 + schema: *214 examples: default: value: @@ -30597,8 +30612,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 +30646,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 +30680,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 +30702,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 +30827,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 +30842,7 @@ paths: description: Response content: application/json: - schema: *217 + schema: *218 examples: default: value: @@ -30863,10 +30878,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 +30913,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 +30946,7 @@ paths: - *94 - *17 - *19 - - &220 + - &221 name: sort description: The property by which to sort the results. in: query @@ -30942,7 +30957,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 +30968,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 +30976,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 +30984,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 +30994,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 +31004,7 @@ paths: schema: type: string format: date-time - - &226 + - &227 name: token_id description: The ID of the token in: query @@ -31302,7 +31317,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -31328,14 +31343,14 @@ paths: - *94 - *17 - *19 - - *220 - - *48 - *221 + - *48 - *222 - *223 - *224 - *225 - *226 + - *227 responses: '500': *148 '422': *15 @@ -31617,7 +31632,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -31659,7 +31674,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 +31878,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 +31974,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 +32122,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 +32295,7 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: default: value: @@ -32318,7 +32333,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &288 + '410': &289 description: Gone content: application/json: @@ -32353,7 +32368,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 +32434,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 +32493,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 +32523,9 @@ paths: application/json: schema: type: array - items: *230 + items: *231 examples: - default: *231 + default: *232 '403': *29 '404': *6 x-github: @@ -32532,7 +32547,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 +32559,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 +32596,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 +32665,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *233 + default: *234 '403': *29 '404': *6 x-github: @@ -32676,7 +32691,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 +32752,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 +32839,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 +32892,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -33016,7 +33031,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -33218,7 +33233,7 @@ paths: description: Response content: application/json: - schema: &290 + schema: &291 title: Full Repository description: Full Repository type: object @@ -33495,8 +33510,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 +33626,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 +33642,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 +33731,7 @@ paths: - network_count - subscribers_count examples: - default: &292 + default: &293 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -34237,7 +34252,7 @@ paths: - *94 - *17 - *19 - - &561 + - &562 name: targets description: | A comma-separated list of rule targets to filter by. @@ -34255,7 +34270,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 +34305,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 +34318,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 +34383,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 +34407,7 @@ paths: match. items: type: string - - &242 + - &243 title: Organization ruleset conditions type: object description: |- @@ -34406,7 +34421,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 +34455,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 +34477,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 +34490,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 +34523,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 +34545,7 @@ paths: type: string enum: - creation - - &540 + - &541 title: update description: Only allow users with bypass permission to update matching refs. @@ -34551,7 +34566,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 +34578,7 @@ paths: type: string enum: - deletion - - &543 + - &544 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -34575,7 +34590,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 +34668,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 +34692,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 +34704,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 +34766,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 +34814,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 +34826,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 +34862,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 +34898,7 @@ paths: required: - operator - pattern - - &552 + - &553 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -34919,7 +34934,7 @@ paths: required: - operator - pattern - - &553 + - &554 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -34955,7 +34970,7 @@ paths: required: - operator - pattern - - &554 + - &555 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -34991,7 +35006,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 +35031,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 +35055,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 +35078,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 +35103,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 +35153,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 +35287,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 +35334,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 +35391,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 +35406,7 @@ paths: in: query schema: type: string - - &563 + - &564 name: time_period description: |- The time period to filter by. @@ -35407,14 +35422,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 +35449,7 @@ paths: description: Response content: application/json: - schema: &566 + schema: &567 title: Rule Suites description: Response type: array @@ -35489,7 +35504,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 +35548,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 +35564,7 @@ paths: description: Response content: application/json: - schema: &569 + schema: &570 title: Rule Suite description: Response type: object @@ -35648,7 +35663,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 +35736,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '404': *6 '500': *148 put: @@ -35767,16 +35782,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 +35826,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '404': *6 '500': *148 delete: @@ -35870,7 +35885,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 +35909,7 @@ paths: type: string format: date-time examples: - default: &572 + default: &573 value: - version_id: 3 actor: @@ -35947,9 +35962,9 @@ paths: description: Response content: application/json: - schema: &573 + schema: &574 allOf: - - *246 + - *247 - type: object required: - state @@ -36019,14 +36034,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 +36051,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 +36061,9 @@ paths: required: false schema: type: string - - *251 - *252 - *253 + - *254 responses: '200': description: Response @@ -36056,9 +36071,9 @@ paths: application/json: schema: type: array - items: *254 + items: *255 examples: - default: *255 + default: *256 headers: Link: *58 '404': *6 @@ -36128,7 +36143,7 @@ paths: application/json: schema: type: array - items: &582 + items: &583 description: A repository security advisory. type: object properties: @@ -36348,7 +36363,7 @@ paths: login: type: string description: The username of the user credited. - type: *256 + type: *257 credits_detailed: type: array nullable: true @@ -36358,7 +36373,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 +36434,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 +36821,9 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: - default: *212 + default: *213 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36832,7 +36847,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 +36873,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 +36908,7 @@ paths: description: Response content: application/json: - schema: &642 + schema: &643 type: object properties: total_minutes_used: @@ -36963,7 +36978,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &643 + default: &644 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -36999,7 +37014,7 @@ paths: description: Response content: application/json: - schema: &644 + schema: &645 type: object properties: total_gigabytes_bandwidth_used: @@ -37017,7 +37032,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 +37064,7 @@ paths: description: Response content: application/json: - schema: &646 + schema: &647 type: object properties: days_left_in_billing_cycle: @@ -37067,7 +37082,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 +37124,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 +37244,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 +37275,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 +37287,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 headers: Link: *58 x-github: @@ -37296,7 +37311,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 +37350,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37357,7 +37372,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 +37480,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 +37512,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 +37548,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 headers: Link: *58 '403': *29 @@ -37627,7 +37642,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 +37705,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 +37952,7 @@ paths: - repos_count - organization examples: - default: &265 + default: &266 value: id: 1 node_id: MDQ6VGVhbTE= @@ -38008,15 +38023,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 +38053,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *94 - - *207 + - *208 requestBody: required: false content: @@ -38100,16 +38115,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 +38150,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *94 - - *207 + - *208 responses: '204': description: Response @@ -38162,7 +38177,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *94 - - *207 + - *208 - *48 - *17 - *19 @@ -38179,7 +38194,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 +38293,7 @@ paths: - updated_at - url examples: - default: &597 + default: &598 value: - author: login: octocat @@ -38353,7 +38368,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *94 - - *207 + - *208 requestBody: required: true content: @@ -38387,9 +38402,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: &267 + default: &268 value: author: login: octocat @@ -38462,8 +38477,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 +38490,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38500,8 +38515,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 +38539,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: &598 + default: &599 value: author: login: octocat @@ -38597,8 +38612,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 +38640,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 +38652,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 +38724,7 @@ paths: - updated_at - url examples: - default: &599 + default: &600 value: - author: login: octocat @@ -38778,8 +38793,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 +38816,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: &270 + default: &271 value: author: login: octocat @@ -38870,9 +38885,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 +38899,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38909,9 +38924,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 +38948,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: &600 + default: &601 value: author: login: octocat @@ -39000,9 +39015,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 +39044,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 +39072,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 +39115,7 @@ paths: - content - created_at examples: - default: &274 + default: &275 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -39151,9 +39166,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 +39201,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 +39232,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39243,10 +39258,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 +39294,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 +39321,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 x-github: @@ -39335,8 +39350,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 +39383,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 +39416,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 +39443,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *94 - - *207 + - *208 - *17 - *19 responses: @@ -39438,9 +39453,9 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: *190 + default: *191 headers: Link: *58 x-github: @@ -39463,7 +39478,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 +39501,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -39517,14 +39532,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 +39566,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 +39603,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 +39629,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 +39667,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 +39694,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *94 - - *207 + - *208 - *17 - *19 responses: @@ -39689,7 +39704,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 +39772,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 +39836,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 +39849,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 +39914,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 +39982,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 +40011,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *94 - - *207 + - *208 - *17 - *19 responses: @@ -40008,7 +40023,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -40038,15 +40053,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 +40631,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 +40679,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 +40706,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *94 - - *207 + - *208 - *17 - *19 responses: @@ -40703,7 +40718,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 +40845,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 +40857,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 +40924,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 +40980,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 +41007,9 @@ paths: description: Response content: application/json: - schema: *282 + schema: *283 examples: - default: *283 + default: *284 '304': *37 '403': *29 '401': *25 @@ -41021,7 +41036,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 +41080,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 +41191,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 +41203,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 +41249,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 +41284,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 +41308,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *286 + default: *287 '304': *37 '403': *29 '401': *25 @@ -41320,7 +41335,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 +41364,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 +41385,7 @@ paths: application/json: schema: type: array - items: *282 + items: *283 examples: default: value: @@ -41429,7 +41444,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 +41484,9 @@ paths: description: Response content: application/json: - schema: *282 + schema: *283 examples: - default: *283 + default: *284 '304': *37 '403': *29 '401': *25 @@ -41527,7 +41542,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 +41602,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 +41667,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 +41713,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 +41736,7 @@ paths: items: type: string '401': *25 - '410': *288 + '410': *289 '422': *7 x-github: githubCloudOnly: false @@ -41744,7 +41759,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 +41780,7 @@ paths: items: type: string '401': *25 - '410': *288 + '410': *289 '404': *6 x-github: githubCloudOnly: false @@ -41789,7 +41804,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 +41831,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '404': *6 @@ -41846,7 +41861,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 +41914,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 +41946,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 +42020,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 +42030,7 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: default: value: @@ -42053,7 +42068,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 +42091,7 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -42140,7 +42155,7 @@ paths: resources: type: object properties: - core: &289 + core: &290 title: Rate Limit type: object properties: @@ -42157,20 +42172,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 +42289,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 +42797,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *291 + '301': *292 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42800,8 +42815,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 +43060,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 +43092,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 +43115,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 +43138,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 +43165,7 @@ paths: type: integer artifacts: type: array - items: &294 + items: &295 title: Artifact description: An artifact type: object @@ -43228,7 +43243,7 @@ paths: - expires_at - updated_at examples: - default: &320 + default: &321 value: total_count: 2 artifacts: @@ -43289,9 +43304,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 +43318,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -43341,9 +43356,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 +43382,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 +43398,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 +43421,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 +43454,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 +43492,7 @@ paths: description: Response content: application/json: - schema: &298 + schema: &299 title: Repository actions caches description: Repository actions caches type: object @@ -43519,7 +43534,7 @@ paths: - total_count - actions_caches examples: - default: &299 + default: &300 value: total_count: 1 actions_caches: @@ -43551,23 +43566,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 +43602,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 +43634,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 +43648,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 +43955,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 +43985,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 +44032,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 +44083,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 +44147,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 +44166,7 @@ paths: type: integer secrets: type: array - items: &325 + items: &326 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -44171,7 +44186,7 @@ paths: - created_at - updated_at examples: - default: &326 + default: &327 value: total_count: 2 secrets: @@ -44204,9 +44219,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 +44238,7 @@ paths: type: integer variables: type: array - items: &329 + items: &330 title: Actions Variable type: object properties: @@ -44253,7 +44268,7 @@ paths: - created_at - updated_at examples: - default: &330 + default: &331 value: total_count: 2 variables: @@ -44286,8 +44301,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 +44311,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 +44342,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 +44354,7 @@ paths: schema: type: object properties: - enabled: *303 + enabled: *304 allowed_actions: *108 required: - enabled @@ -44369,14 +44384,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 +44408,7 @@ paths: required: - access_level examples: - default: &305 + default: &306 value: access_level: organization x-github: @@ -44417,15 +44432,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 +44464,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 +44492,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 +44525,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 +44555,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 +44567,7 @@ paths: required: true content: application/json: - schema: *307 + schema: *308 examples: default: *114 x-github: @@ -44581,8 +44596,8 @@ paths: in: query schema: type: string - - *279 - *280 + - *281 - *17 - *19 responses: @@ -44626,8 +44641,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 +44650,9 @@ paths: application/json: schema: type: array - items: *308 + items: *309 examples: - default: *309 + default: *310 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44659,8 +44674,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 +44718,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *310 + '201': *311 '404': *6 '422': *7 '409': *46 @@ -44734,8 +44749,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 +44758,7 @@ paths: application/json: schema: *123 examples: - default: *311 + default: *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44771,8 +44786,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 +44795,7 @@ paths: application/json: schema: *123 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44802,8 +44817,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 +44827,7 @@ paths: application/json: schema: *121 examples: - default: *313 + default: *314 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44833,8 +44848,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 +44875,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 +44901,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 +44951,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 +45002,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 +45033,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 +45064,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 +45074,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 +45082,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 +45091,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 +45118,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 +45127,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 +45136,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 +45165,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 +45260,7 @@ paths: that triggered the run. type: array nullable: true - items: &358 + items: &359 title: Pull Request Minimal type: object properties: @@ -45364,7 +45379,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &362 + properties: &363 id: type: string description: SHA for the commit @@ -45415,7 +45430,7 @@ paths: - name - email nullable: true - required: &363 + required: &364 - id - tree_id - message @@ -45462,7 +45477,7 @@ paths: - workflow_url - pull_requests examples: - default: &340 + default: &341 value: total_count: 1 workflow_runs: @@ -45698,24 +45713,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 +45971,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 +45996,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 +46117,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 +46152,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 +46173,9 @@ paths: type: integer artifacts: type: array - items: *294 + items: *295 examples: - default: *320 + default: *321 headers: Link: *58 x-github: @@ -46184,25 +46199,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 +46240,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 +46261,9 @@ paths: type: integer jobs: type: array - items: *323 + items: *324 examples: - default: &324 + default: &325 value: total_count: 1 jobs: @@ -46361,10 +46376,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 +46407,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 +46442,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 +46511,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 +46546,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 +46578,9 @@ paths: type: integer jobs: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 headers: Link: *58 x-github: @@ -46590,9 +46605,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 +46634,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 +46663,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 +46725,7 @@ paths: items: type: object properties: - type: &442 + type: &443 type: string description: The type of reviewer. enum: @@ -46795,9 +46810,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 +46859,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 +46965,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 +47021,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 +47067,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 +47122,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 +47261,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 +47280,9 @@ paths: type: integer secrets: type: array - items: *325 + items: *326 examples: - default: *326 + default: *327 headers: Link: *58 x-github: @@ -47292,16 +47307,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 +47338,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 +47374,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 +47433,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 +47460,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 +47479,9 @@ paths: type: integer variables: type: array - items: *329 + items: *330 examples: - default: *330 + default: *331 headers: Link: *58 x-github: @@ -47489,8 +47504,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 +47557,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 +47593,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 +47637,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 +47664,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 +47683,7 @@ paths: type: integer workflows: type: array - items: &331 + items: &332 title: Workflow description: A GitHub Actions workflow type: object @@ -47775,9 +47790,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 +47807,7 @@ paths: description: Response content: application/json: - schema: *331 + schema: *332 examples: default: value: @@ -47825,9 +47840,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 +47867,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 +47920,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 +47949,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 +47977,9 @@ paths: type: integer workflow_runs: type: array - items: *317 + items: *318 examples: - default: *340 + default: *341 headers: Link: *58 x-github: @@ -47996,9 +48011,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 +48074,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 +48239,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 +48252,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '404': *6 @@ -48262,8 +48277,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 +48314,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 +48427,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 +48482,7 @@ paths: bundle_url: type: string examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48487,8 +48502,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 +48511,7 @@ paths: application/json: schema: type: array - items: &342 + items: &343 title: Autolink reference description: An autolink reference. type: object @@ -48546,8 +48561,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 +48601,9 @@ paths: description: response content: application/json: - schema: *342 + schema: *343 examples: - default: &343 + default: &344 value: id: 1 key_prefix: TICKET- @@ -48619,9 +48634,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 +48648,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 '404': *6 x-github: githubCloudOnly: false @@ -48655,9 +48670,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 +48696,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 +48745,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 +48767,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 +48788,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 +48827,7 @@ paths: - url protected: type: boolean - protection: &346 + protection: &347 title: Branch Protection description: Branch Protection type: object @@ -48854,7 +48869,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 +48884,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 +48960,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 +49267,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 +49283,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 +49324,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 +49339,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 +49360,7 @@ paths: required: - sha - url - verification: &462 + verification: &463 title: Verification type: object properties: @@ -49415,7 +49430,7 @@ paths: type: integer files: type: array - items: &425 + items: &426 title: Diff Entry description: Diff Entry type: object @@ -49498,7 +49513,7 @@ paths: - self protected: type: boolean - protection: *346 + protection: *347 protection_url: type: string format: uri @@ -49605,7 +49620,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 +49642,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 +49844,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 +50101,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 +50253,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *348 + restrictions: *349 required_conversation_resolution: type: object properties: @@ -50350,9 +50365,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 +50392,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 +50424,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 +50453,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 +50480,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 +50586,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 +50686,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '422': *15 x-github: githubCloudOnly: false @@ -50694,9 +50709,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 +50738,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 +50771,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 +50801,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 +50828,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 +50864,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 +50918,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '404': *6 '422': *15 x-github: @@ -50927,9 +50942,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 +50968,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 +51004,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 +51073,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 +51139,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 +51207,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 +51306,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 +51331,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 +51343,7 @@ paths: type: array items: *5 examples: - default: &356 + default: &357 value: - id: 1 slug: octoapp @@ -51385,9 +51400,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 +51436,7 @@ paths: type: array items: *5 examples: - default: *356 + default: *357 '422': *15 x-github: githubCloudOnly: false @@ -51442,9 +51457,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 +51493,7 @@ paths: type: array items: *5 examples: - default: *356 + default: *357 '422': *15 x-github: githubCloudOnly: false @@ -51499,9 +51514,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 +51550,7 @@ paths: type: array items: *5 examples: - default: *356 + default: *357 '422': *15 x-github: githubCloudOnly: false @@ -51557,9 +51572,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 +51584,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 '404': *6 x-github: githubCloudOnly: false @@ -51589,9 +51604,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 +51644,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 '422': *15 x-github: githubCloudOnly: false @@ -51650,9 +51665,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 +51705,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 '422': *15 x-github: githubCloudOnly: false @@ -51711,9 +51726,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 +51765,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 '422': *15 x-github: githubCloudOnly: false @@ -51772,9 +51787,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 +51799,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '404': *6 x-github: githubCloudOnly: false @@ -51808,9 +51823,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 +51858,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '422': *15 x-github: githubCloudOnly: false @@ -51868,9 +51883,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 +51918,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '422': *15 x-github: githubCloudOnly: false @@ -51928,9 +51943,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 +51978,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '422': *15 x-github: githubCloudOnly: false @@ -51990,9 +52005,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 +52029,7 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: default: value: @@ -52130,8 +52145,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 +52425,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 +52544,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 +52825,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 +52839,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: &361 + default: &362 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -52926,9 +52941,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 +53183,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53190,9 +53205,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 +53295,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 +53302,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 +53348,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 +53371,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 +53435,7 @@ paths: nullable: true pull_requests: type: array - items: *358 + items: *359 nullable: true app: title: GitHub app @@ -53444,12 +53457,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 +53490,7 @@ paths: - check_runs_url - pull_requests examples: - default: &365 + default: &366 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -53768,9 +53781,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 +53802,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 +54112,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 +54126,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54138,17 +54151,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 +54200,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 +54293,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 +54304,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 +54339,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 +54378,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 +54400,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 +54411,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 +54538,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 +54565,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 +54581,7 @@ paths: description: Response content: application/json: - schema: &380 + schema: &381 type: object properties: number: *54 @@ -54576,7 +54589,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 +54600,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 +54655,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 +54752,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 +54772,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 +54789,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 +54809,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: default: value: @@ -54872,7 +54885,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 +54912,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 +54946,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 +54963,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 +54988,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 +55042,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 +55089,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 +55114,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 +55128,7 @@ paths: application/json: schema: type: array - items: *377 + items: *378 examples: default: value: @@ -55154,7 +55167,7 @@ paths: end_column: 50 classifications: - source - '403': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -55188,25 +55201,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 +55240,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 +55280,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 +55342,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -55365,8 +55378,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 +55392,7 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: response: summary: application/json response @@ -55433,7 +55446,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 +55528,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 +55582,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 +55604,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 +55613,7 @@ paths: application/json: schema: type: array - items: &391 + items: &392 title: CodeQL Database description: A CodeQL database. type: object @@ -55711,7 +55724,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 +55753,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 +55766,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: default: value: @@ -55785,9 +55798,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 +55822,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 +55833,7 @@ paths: responses: '204': description: Response - '403': *384 + '403': *385 '404': *6 '503': *65 x-github: @@ -55848,8 +55861,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 +55871,7 @@ paths: type: object additionalProperties: false properties: - language: &392 + language: &393 type: string description: The language targeted by the CodeQL query enum: @@ -55937,7 +55950,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 +55960,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 +56007,7 @@ paths: items: type: object properties: - repository: &393 + repository: &394 title: Repository Identifier description: Repository Identifier type: object @@ -56030,7 +56043,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 +56075,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 +56089,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 +56111,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 +56128,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 +56280,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 +56311,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 +56324,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *395 + default: *396 '404': *6 '503': *65 x-github: @@ -56336,7 +56349,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 +56384,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 +56509,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 +56584,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 +56605,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 +56688,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 +56753,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 +56762,7 @@ paths: schema: type: object properties: - commit_sha: *398 + commit_sha: *399 ref: type: string description: |- @@ -56807,7 +56820,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 +56834,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 +56857,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 +56904,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 +56929,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 +57011,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 +57132,8 @@ paths: parameters: - *17 - *19 - - *279 - *280 + - *281 responses: '200': description: Response @@ -57136,7 +57149,7 @@ paths: type: integer codespaces: type: array - items: *198 + items: *199 examples: default: value: @@ -57434,8 +57447,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 +57511,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 +57550,8 @@ paths: parameters: - *17 - *19 - - *279 - *280 + - *281 responses: '200': description: Response @@ -57602,8 +57615,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 +57651,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 +57698,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 +57783,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 +57850,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 +57869,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 +57889,7 @@ paths: - created_at - updated_at examples: - default: *402 + default: *403 headers: Link: *58 x-github: @@ -57899,16 +57912,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 +57941,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 +57971,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 +58025,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 +58055,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 +58098,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &407 + properties: &408 login: type: string example: octocat @@ -58178,7 +58191,7 @@ paths: user_view_type: type: string example: public - required: &408 + required: &409 - avatar_url - events_url - followers_url @@ -58252,8 +58265,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 +58309,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 +58337,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 +58559,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 +58590,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 +58612,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *407 - required: *408 + properties: *408 + required: *409 nullable: true required: - permission @@ -58655,8 +58668,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 +58679,7 @@ paths: application/json: schema: type: array - items: &409 + items: &410 title: Commit Comment description: Commit Comment type: object @@ -58724,7 +58737,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 +58796,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 +58863,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 +58887,7 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: default: value: @@ -58925,8 +58938,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 +58961,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 +58989,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 '404': *6 @@ -58999,8 +59012,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 +59046,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 +59077,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 +59129,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 +59186,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 +59282,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 +59356,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 +59368,9 @@ paths: application/json: schema: type: array - items: *409 + items: *410 examples: - default: *412 + default: *413 headers: Link: *58 x-github: @@ -59385,9 +59398,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 +59435,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 +59465,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 +59477,7 @@ paths: application/json: schema: type: array - items: &517 + items: &518 title: Pull Request Simple description: Pull Request Simple type: object @@ -59570,8 +59583,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 +59680,7 @@ paths: _links: type: object properties: - comments: &416 + comments: &417 title: Link description: Hypermedia Link type: object @@ -59676,13 +59689,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 +59706,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 +59769,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 +60306,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 +60325,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 +60440,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 +60478,9 @@ paths: type: integer check_runs: type: array - items: *359 + items: *360 examples: - default: *420 + default: *421 headers: Link: *58 x-github: @@ -60492,9 +60505,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 +60515,7 @@ paths: schema: type: integer example: 1 - - *418 + - *419 - *17 - *19 responses: @@ -60520,7 +60533,7 @@ paths: type: integer check_suites: type: array - items: *364 + items: *365 examples: default: value: @@ -60720,9 +60733,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 +60933,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 +60945,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Status description: The status of a commit. type: object @@ -61013,7 +61026,7 @@ paths: site_admin: false headers: Link: *58 - '301': *291 + '301': *292 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61041,8 +61054,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 +61084,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 +61111,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 +61257,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 +61301,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 +61322,10 @@ paths: example: 6 commits: type: array - items: *410 + items: *411 files: type: array - items: *425 + items: *426 required: - url - html_url @@ -61598,8 +61611,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 +61755,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 +61887,7 @@ paths: - size - type - url - - &531 + - &532 title: Content File description: Content File type: object @@ -62075,7 +62088,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 +62157,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 +62180,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 +62274,7 @@ paths: description: Response content: application/json: - schema: &428 + schema: &429 title: File Commit description: File Commit type: object @@ -62413,7 +62426,7 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: example-for-creating-a-file: value: @@ -62467,7 +62480,7 @@ paths: schema: oneOf: - *3 - - &457 + - &458 description: Repository rule violation was detected type: object properties: @@ -62488,7 +62501,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 +62533,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 +62595,7 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -62637,8 +62650,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 +62774,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 +62789,7 @@ paths: - *157 - *158 - *159 + - *160 - *48 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -62795,8 +62809,8 @@ paths: default: 30 - *39 - *40 - - *160 - *161 + - *162 responses: '200': description: Response @@ -62804,7 +62818,7 @@ paths: application/json: schema: type: array - items: &431 + items: &432 type: object description: A Dependabot alert. properties: @@ -62850,7 +62864,7 @@ paths: - unknown - direct - transitive - security_advisory: *429 + security_advisory: *430 security_vulnerability: *52 url: *56 html_url: *57 @@ -62881,7 +62895,7 @@ paths: nullable: true maxLength: 280 fixed_at: *137 - auto_dismissed_at: *430 + auto_dismissed_at: *431 required: - number - state @@ -63111,9 +63125,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 +63142,7 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: default: value: @@ -63241,9 +63255,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 +63302,7 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: default: value: @@ -63417,8 +63431,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 +63450,7 @@ paths: type: integer secrets: type: array - items: &435 + items: &436 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -63489,16 +63503,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 +63532,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 +63566,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 +63620,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 +63644,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 +63805,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 +64045,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 +64121,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 +64154,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 +64167,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 +64296,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 +64337,9 @@ paths: application/json: schema: type: array - items: *437 + items: *438 examples: - default: *438 + default: *439 headers: Link: *58 x-github: @@ -64391,8 +64405,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 +64487,7 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: simple-example: summary: Simple example @@ -64546,9 +64560,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 +64574,7 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: default: value: @@ -64625,9 +64639,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 +64663,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 +64675,7 @@ paths: application/json: schema: type: array - items: &440 + items: &441 title: Deployment Status description: The status of a deployment. type: object @@ -64822,9 +64836,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 +64913,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 +64971,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 +64984,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 '404': *6 x-github: githubCloudOnly: false @@ -64997,8 +65011,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 +65069,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 +65087,7 @@ paths: type: integer environments: type: array - items: &443 + items: &444 title: Environment description: Details of a deployment environment type: object @@ -65125,7 +65139,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 +65176,7 @@ paths: items: type: object properties: - type: *442 + type: *443 reviewer: anyOf: - *4 @@ -65186,7 +65200,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 +65316,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 +65331,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: &447 + default: &448 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -65403,9 +65417,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 +65428,7 @@ paths: type: object nullable: true properties: - wait_timer: *445 + wait_timer: *446 prevent_self_review: type: boolean example: false @@ -65431,13 +65445,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 +65471,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 +65497,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 +65524,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 +65544,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 +65601,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 +65649,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 +65693,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 +65708,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65715,10 +65729,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 +65760,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65767,10 +65781,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 +65809,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 +65827,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 +65846,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 +65945,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 +65968,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 +66005,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 +66026,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *452 + items: *453 examples: default: value: @@ -66047,10 +66061,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 +66076,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *453 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66085,10 +66099,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 +66128,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 +66148,9 @@ paths: type: integer secrets: type: array - items: *325 + items: *326 examples: - default: *326 + default: *327 headers: Link: *58 x-github: @@ -66161,17 +66175,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 +66207,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 +66240,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 +66300,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 +66328,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 +66348,9 @@ paths: type: integer variables: type: array - items: *329 + items: *330 examples: - default: *330 + default: *331 headers: Link: *58 x-github: @@ -66359,9 +66373,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 +66427,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 +66459,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 +66504,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 +66529,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 +66607,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 +66767,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 +66800,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *292 + default: *293 '400': *14 '422': *15 '403': *29 @@ -66809,8 +66823,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 +66884,7 @@ paths: schema: oneOf: - *97 - - *457 + - *458 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66895,8 +66909,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 +67009,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 +67119,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 +67333,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 +67397,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 +67416,7 @@ paths: application/json: schema: type: array - items: &460 + items: &461 title: Git Reference description: Git references within a repository type: object @@ -67477,17 +67491,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 +67530,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 +67560,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 +67588,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 +67619,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: *461 + default: *462 '422': *15 '409': *46 x-github: @@ -67625,9 +67639,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 +67696,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 +67764,7 @@ paths: description: Response content: application/json: - schema: &463 + schema: &464 title: Git Tag description: Metadata for a Git tag type: object @@ -67801,7 +67815,7 @@ paths: - sha - type - url - verification: *462 + verification: *463 required: - sha - url @@ -67811,7 +67825,7 @@ paths: - tag - message examples: - default: &464 + default: &465 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -67884,8 +67898,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 +67910,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *464 + default: *465 '404': *6 '409': *46 x-github: @@ -67922,8 +67936,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 +68010,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 +68106,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 +68130,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: default-response: summary: Default response @@ -68175,8 +68189,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 +68200,7 @@ paths: application/json: schema: type: array - items: &466 + items: &467 title: Webhook description: Webhooks for repositories. type: object @@ -68240,7 +68254,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 +68328,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 +68381,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: &467 + default: &468 value: type: Repository id: 12345678 @@ -68417,17 +68431,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 +68461,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 +68508,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: *467 + default: *468 '422': *15 '404': *6 x-github: @@ -68517,9 +68531,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 +68557,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 +68586,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 +68632,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 +68644,9 @@ paths: application/json: schema: type: array - items: *171 + items: *172 examples: - default: *172 + default: *173 '400': *14 '422': *15 x-github: @@ -68651,18 +68665,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 +68695,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 +68720,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 +68747,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 +68807,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 +68913,7 @@ paths: - html_url - authors_url examples: - default: &471 + default: &472 value: vcs: subversion use_lfs: true @@ -68915,7 +68929,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 +68958,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 +69007,7 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: default: value: @@ -69018,7 +69032,7 @@ paths: type: string '422': *15 '404': *6 - '503': *469 + '503': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69046,8 +69060,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 +69110,7 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: example-1: summary: Example 1 @@ -69144,7 +69158,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 +69181,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 +69212,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 +69228,7 @@ paths: application/json: schema: type: array - items: &470 + items: &471 title: Porter Author description: Porter Author type: object @@ -69268,7 +69282,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 +69307,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 +69338,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: default: value: @@ -69337,7 +69351,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 +69375,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 +69417,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *469 + '503': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69431,8 +69445,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 +69473,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 +69500,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 +69509,8 @@ paths: application/json: schema: *22 examples: - default: *472 - '301': *291 + default: *473 + '301': *292 '404': *6 x-github: githubCloudOnly: false @@ -69516,8 +69530,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 +69539,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 +69569,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 +69587,9 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: - default: *474 + default: *475 '409': description: Response x-github: @@ -69597,8 +69611,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 +69635,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 +69646,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: &630 + default: &631 value: - id: 1 repository: @@ -69765,9 +69779,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 +69810,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: default: value: @@ -69927,9 +69941,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 +69974,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 +70023,7 @@ paths: required: false schema: type: string - - *195 + - *196 - name: sort description: What to sort results by. in: query @@ -70034,7 +70048,7 @@ paths: type: array items: *77 examples: - default: &486 + default: &487 value: - id: 1 node_id: MDU6SXNzdWUx @@ -70182,7 +70196,7 @@ paths: state_reason: completed headers: Link: *58 - '301': *291 + '301': *292 '422': *15 '404': *6 x-github: @@ -70211,8 +70225,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 +70310,7 @@ paths: application/json: schema: *77 examples: - default: &481 + default: &482 value: id: 1 node_id: MDU6SXNzdWUx @@ -70452,7 +70466,7 @@ paths: '422': *15 '503': *65 '404': *6 - '410': *288 + '410': *289 x-github: triggersNotification: true githubCloudOnly: false @@ -70480,8 +70494,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 +70516,9 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: &483 + default: &484 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -70562,17 +70576,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 +70640,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 +70664,9 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 '422': *15 x-github: githubCloudOnly: false @@ -70670,8 +70684,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 +70706,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 +70734,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 '404': *6 @@ -70743,8 +70757,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 +70791,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 +70822,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 +70845,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 +70856,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: Issue Event description: Issue Event type: object @@ -70885,8 +70899,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 +71207,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 +71219,7 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: default: value: @@ -71398,7 +71412,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *288 + '410': *289 '403': *29 x-github: githubCloudOnly: false @@ -71432,9 +71446,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 +71462,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 +71490,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 +71597,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 +71621,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 +71651,7 @@ paths: application/json: schema: *77 examples: - default: *481 + default: *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71653,9 +71667,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 +71696,7 @@ paths: application/json: schema: *77 examples: - default: *481 + default: *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71704,9 +71718,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 +71760,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 +71773,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 +71808,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 +71832,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 +71861,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 +71877,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 +71931,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &488 + - &489 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -72053,7 +72067,7 @@ paths: - performed_via_github_app - assignee - assigner - - &489 + - &490 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -72104,7 +72118,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &490 + - &491 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -72155,7 +72169,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &491 + - &492 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -72209,7 +72223,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 +72270,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 +72317,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 +72377,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &495 + - &496 title: Locked Issue Event description: Locked Issue Event type: object @@ -72411,7 +72425,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 +72491,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 +72557,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 +72623,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 +72714,7 @@ paths: color: red headers: Link: *58 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72717,9 +72731,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 +72743,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 +72790,7 @@ paths: - color - default examples: - default: &485 + default: &486 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -72794,9 +72808,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 +72827,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 +72888,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 +72910,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 +72972,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 +72994,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 +73021,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 +73036,7 @@ paths: application/json: schema: type: array - items: *484 + items: *485 examples: default: value: @@ -73033,9 +73047,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 +73069,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 +73099,7 @@ paths: '204': description: Response '403': *29 - '410': *288 + '410': *289 '404': *6 '422': *15 x-github: @@ -73103,9 +73117,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 +73141,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 +73169,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 +73193,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 +73227,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 +73258,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 +73290,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 +73316,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 +73349,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 +73363,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 +73395,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 +73426,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 +73453,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 +73488,7 @@ paths: application/json: schema: *77 examples: - default: *481 + default: *482 '403': *29 '404': *6 '422': *7 @@ -73496,9 +73510,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 +73527,6 @@ paths: description: Timeline Event type: object anyOf: - - *487 - *488 - *489 - *490 @@ -73526,6 +73539,7 @@ paths: - *497 - *498 - *499 + - *500 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -73830,7 +73844,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 +74053,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 +74342,7 @@ paths: headers: Link: *58 '404': *6 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74345,8 +74359,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 +74370,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 +74435,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 +74472,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 +74508,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 +74522,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 '404': *6 x-github: githubCloudOnly: false @@ -74528,9 +74542,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 +74564,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 +74575,9 @@ paths: application/json: schema: type: array - items: *484 + items: *485 examples: - default: *485 + default: *486 headers: Link: *58 '404': *6 @@ -74584,8 +74598,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 +74635,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: &503 + default: &504 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74655,8 +74669,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 +74681,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *503 + default: *504 '404': *6 x-github: githubCloudOnly: false @@ -74686,8 +74700,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 +74740,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: default: value: @@ -74752,8 +74766,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 +74793,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 +74833,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 +74980,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 +75046,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 +75081,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 +75108,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 +75150,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 +75211,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 +75252,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 +75313,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 +75327,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *506 + default: *507 '404': *6 x-github: githubCloudOnly: false @@ -75332,9 +75346,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 +75386,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *506 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75390,9 +75404,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 +75427,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 +75439,9 @@ paths: application/json: schema: type: array - items: *484 + items: *485 examples: - default: *485 + default: *486 headers: Link: *58 x-github: @@ -75446,12 +75460,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 +75477,7 @@ paths: type: array items: *90 examples: - default: *511 + default: *512 headers: Link: *58 x-github: @@ -75487,8 +75501,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 +75560,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 +75692,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 +75733,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 +75788,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *513 + default: *514 '422': *15 '409': *46 x-github: @@ -75799,8 +75813,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 +75913,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 +75940,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 +75951,7 @@ paths: application/json: schema: type: array - items: &514 + items: &515 title: Page Build description: Page Build type: object @@ -76031,8 +76045,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 +76091,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 +76148,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 +76160,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *515 + default: *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76168,8 +76182,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 +76288,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 +76348,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 +76377,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 +76636,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 +76674,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 +76696,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 +76720,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 +76742,7 @@ paths: application/json: schema: type: array - items: *229 + items: *230 examples: default: value: @@ -76768,7 +76782,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *288 + '410': *289 '422': *7 x-github: githubCloudOnly: false @@ -76791,8 +76805,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 +76832,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 +76861,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 +76870,7 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: value: @@ -76887,8 +76901,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 +76914,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 +76964,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 +77025,9 @@ paths: application/json: schema: type: array - items: *517 + items: *518 examples: - default: *518 + default: *519 headers: Link: *58 '304': *37 @@ -77045,8 +77059,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 +77125,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 +77236,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 +77282,7 @@ paths: nullable: true requested_teams: type: array - items: *257 + items: *258 nullable: true head: type: object @@ -77307,14 +77321,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 +77339,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 +77431,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 +77958,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 +77988,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 +78067,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 +78152,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 +78176,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78180,8 +78194,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 +78217,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 +78245,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 '404': *6 @@ -78254,8 +78268,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 +78302,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 +78333,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 +78379,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 +78394,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 +78431,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 +78475,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 '422': *15 '403': *29 x-github: @@ -78485,9 +78499,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 +78561,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 +78601,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 +78624,9 @@ paths: application/json: schema: type: array - items: *520 + items: *521 examples: - default: *525 + default: *526 headers: Link: *58 x-github: @@ -78645,9 +78659,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 +78766,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: example-for-a-multi-line-comment: value: @@ -78840,9 +78854,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 +78879,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -78951,9 +78965,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 +78977,9 @@ paths: application/json: schema: type: array - items: *410 + items: *411 examples: - default: *526 + default: *527 headers: Link: *58 x-github: @@ -78995,9 +79009,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 +79021,7 @@ paths: application/json: schema: type: array - items: *425 + items: *426 examples: default: value: @@ -79045,9 +79059,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 +79084,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 +79197,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 +79274,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 +79313,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: default: value: @@ -79835,9 +79849,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 +79885,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: default: value: @@ -80376,9 +80390,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 +80402,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 +80553,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 +80641,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &529 + default: &530 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -80692,10 +80706,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 +80721,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &530 + default: &531 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -80768,10 +80782,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 +80808,7 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: default: value: @@ -80856,18 +80870,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 +80908,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 +80994,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 +81139,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 +81170,7 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: default: value: @@ -81219,10 +81233,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 +81271,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *530 + default: *531 '404': *6 '422': *7 '403': *29 @@ -81281,9 +81295,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 +81360,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 +81374,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: &532 + default: &533 value: type: file encoding: base64 @@ -81404,8 +81418,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 +81439,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 '404': *6 '422': *15 x-github: @@ -81449,8 +81463,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 +81474,7 @@ paths: application/json: schema: type: array - items: &533 + items: &534 title: Release description: A release. type: object @@ -81523,7 +81537,7 @@ paths: author: *4 assets: type: array - items: &534 + items: &535 title: Release Asset description: Data related to a release. type: object @@ -81704,8 +81718,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 +81795,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 +81900,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 +81914,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 +81950,7 @@ paths: type: User site_admin: false '404': *6 - '302': *427 + '302': *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81952,9 +81966,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 +81996,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: *536 + default: *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82000,9 +82014,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 +82040,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 +82126,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 +82152,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 +82166,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *537 + default: *538 '404': *6 x-github: githubCloudOnly: false @@ -82176,9 +82190,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 +82206,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 +82226,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 +82292,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 +82315,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 +82337,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 +82349,7 @@ paths: application/json: schema: type: array - items: *534 + items: *535 examples: default: value: @@ -82415,9 +82429,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 +82457,7 @@ paths: description: Response for successful upload content: application/json: - schema: *534 + schema: *535 examples: response-for-successful-upload: value: @@ -82497,9 +82511,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 +82537,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 '404': *6 @@ -82546,9 +82560,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 +82592,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 +82623,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 +82650,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 +82668,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 +82689,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 +82786,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 - *17 - *19 - name: includes_parents @@ -82784,7 +82798,7 @@ paths: schema: type: boolean default: true - - *561 + - *562 responses: '200': description: Response @@ -82792,7 +82806,7 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: default: value: @@ -82839,8 +82853,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 requestBody: description: Request body required: true @@ -82860,16 +82874,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 +82914,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 +82963,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 +82976,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '404': *6 '500': *148 x-github: @@ -82985,17 +82999,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 +83037,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83044,9 +83058,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *571 + default: *572 '404': *6 '500': *148 put: @@ -83064,8 +83078,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83090,16 +83104,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 +83141,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *571 + default: *572 '404': *6 '500': *148 delete: @@ -83147,8 +83161,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83171,8 +83185,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 +83202,9 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *572 + default: *573 '404': *6 '500': *148 x-github: @@ -83209,8 +83223,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 +83242,7 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: default: value: @@ -83283,20 +83297,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 +83318,7 @@ paths: application/json: schema: type: array - items: &578 + items: &579 type: object properties: number: *54 @@ -83323,8 +83337,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 +83556,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 +83616,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 +83626,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 +83645,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: default: value: @@ -83706,9 +83720,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 +83733,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &711 + items: &712 type: object properties: type: @@ -84078,8 +84092,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 +84101,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 +84125,7 @@ paths: schema: type: object properties: - reason: *580 + reason: *581 expire_at: type: string format: date-time @@ -84154,8 +84168,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 +84184,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 +84210,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 +84288,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 +84333,9 @@ paths: application/json: schema: type: array - items: *582 + items: *583 examples: - default: *583 + default: *584 '400': *14 '404': *6 x-github: @@ -84344,8 +84358,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 +84432,7 @@ paths: login: type: string description: The username of the user credited. - type: *256 + type: *257 required: - login - type @@ -84505,9 +84519,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 +84754,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 +84859,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: default: value: @@ -84992,17 +85006,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 +85040,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 +85115,7 @@ paths: login: type: string description: The username of the user credited. - type: *256 + type: *257 required: - login - type @@ -85187,10 +85201,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 +85242,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 +85271,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 +85307,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 +85407,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 +85417,7 @@ paths: application/json: schema: type: array - items: &586 + items: &587 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -85436,8 +85450,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 +85527,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 +85624,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 +85779,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 +85790,7 @@ paths: application/json: schema: type: array - items: *586 + items: *587 examples: default: value: @@ -85809,8 +85823,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 +85878,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -85918,8 +85932,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 +85945,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -85951,14 +85965,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 +86040,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 +86067,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: default: value: @@ -86080,8 +86094,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 +86115,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 +86195,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 +86204,7 @@ paths: application/json: schema: type: array - items: &589 + items: &590 title: Tag protection description: Tag protection type: object @@ -86242,8 +86256,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 +86280,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -86297,8 +86311,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 +86349,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 +86386,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 +86399,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 headers: Link: *58 '404': *6 @@ -86405,8 +86419,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 +86428,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 +86440,7 @@ paths: required: - names examples: - default: &591 + default: &592 value: names: - octocat @@ -86449,8 +86463,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 +86495,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 '404': *6 '422': *7 x-github: @@ -86504,9 +86518,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 +86549,7 @@ paths: example: 128 clones: type: array - items: &593 + items: &594 title: Traffic type: object properties: @@ -86622,8 +86636,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 +86727,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 +86788,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 +86809,7 @@ paths: example: 3782 views: type: array - items: *593 + items: *594 required: - uniques - count @@ -86872,8 +86886,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 +87161,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 +87185,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 +87208,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 +87235,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 +87328,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 +87578,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &594 + text_matches: &595 title: Search Result Text Matches type: array items: @@ -87726,7 +87740,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 +87811,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *345 + properties: *346 nullable: true comment_count: type: integer @@ -87817,7 +87831,7 @@ paths: url: type: string format: uri - verification: *462 + verification: *463 required: - author - committer @@ -87836,7 +87850,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 +87868,7 @@ paths: type: number node_id: type: string - text_matches: *594 + text_matches: *595 required: - sha - node_id @@ -88036,7 +88050,7 @@ paths: - interactions - created - updated - - *595 + - *596 - *17 - *19 - name: advanced_search @@ -88163,8 +88177,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 +88192,7 @@ paths: type: string format: date-time nullable: true - text_matches: *594 + text_matches: *595 pull_request: type: object properties: @@ -88222,7 +88236,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 +88420,7 @@ paths: enum: - created - updated - - *595 + - *596 - *17 - *19 responses: @@ -88450,7 +88464,7 @@ paths: nullable: true score: type: number - text_matches: *594 + text_matches: *595 required: - id - node_id @@ -88535,7 +88549,7 @@ paths: - forks - help-wanted-issues - updated - - *595 + - *596 - *17 - *19 responses: @@ -88774,7 +88788,7 @@ paths: - admin - pull - push - text_matches: *594 + text_matches: *595 temp_clone_token: type: string allow_merge_commit: @@ -89074,7 +89088,7 @@ paths: type: string format: uri nullable: true - text_matches: *594 + text_matches: *595 related: type: array nullable: true @@ -89265,7 +89279,7 @@ paths: - followers - repositories - joined - - *595 + - *596 - *17 - *19 responses: @@ -89369,7 +89383,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *594 + text_matches: *595 blog: type: string nullable: true @@ -89448,7 +89462,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 +89474,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '404': *6 x-github: githubCloudOnly: false @@ -89489,7 +89503,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 +89566,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 +89603,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 +89634,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 +89645,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *597 + default: *598 headers: Link: *58 x-github: @@ -89662,7 +89676,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 +89710,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: triggersNotification: true githubCloudOnly: false @@ -89725,16 +89739,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 +89773,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 +89797,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *598 + default: *599 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89810,8 +89824,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 +89854,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 +89866,9 @@ paths: application/json: schema: type: array - items: *269 + items: *270 examples: - default: *599 + default: *600 headers: Link: *58 x-github: @@ -89883,8 +89897,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 +89920,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 x-github: triggersNotification: true githubCloudOnly: false @@ -89935,17 +89949,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 +89984,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 +90008,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *600 + default: *601 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90021,9 +90035,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 +90066,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 +90094,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 x-github: @@ -90111,9 +90125,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 +90159,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90173,8 +90187,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 +90214,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 x-github: @@ -90231,8 +90245,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 +90278,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90290,7 +90304,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 +90314,9 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: *190 + default: *191 headers: Link: *58 x-github: @@ -90328,7 +90342,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 +90365,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '404': *6 @@ -90379,7 +90393,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 +90430,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 +90470,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 +90507,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 +90549,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 +90575,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 +90611,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 +90640,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 +90650,9 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: - default: *603 + default: *604 headers: Link: *58 '404': *6 @@ -90664,16 +90678,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 +90711,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 +90779,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 +90807,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 +90819,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 '404': *6 @@ -90835,15 +90849,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 +91008,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 +91060,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 +91087,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 +91099,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 +91132,7 @@ paths: application/json: schema: oneOf: - - &608 + - &609 title: Private User description: Private User type: object @@ -91321,7 +91335,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 +91488,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -91553,7 +91567,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '304': *37 '404': *6 '403': *29 @@ -91677,9 +91691,9 @@ paths: type: integer codespaces: type: array - items: *198 + items: *199 examples: - default: *199 + default: *200 '304': *37 '500': *148 '401': *25 @@ -91818,17 +91832,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 +91886,7 @@ paths: type: integer secrets: type: array - items: &609 + items: &610 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -91912,7 +91926,7 @@ paths: - visibility - selected_repositories_url examples: - default: *402 + default: *403 headers: Link: *58 x-github: @@ -91988,7 +92002,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -92134,7 +92148,7 @@ paths: type: array items: *119 examples: - default: *610 + default: *611 '401': *25 '403': *29 '404': *6 @@ -92278,15 +92292,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 +92326,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 +92356,9 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '401': *25 '403': *29 '404': *6 @@ -92366,7 +92380,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 +92409,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 +92456,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 +92488,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 +92501,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 '404': *6 x-github: githubCloudOnly: false @@ -92510,7 +92524,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 +92540,9 @@ paths: type: integer machines: type: array - items: *613 + items: *614 examples: - default: *614 + default: *615 '304': *37 '500': *148 '401': *25 @@ -92557,7 +92571,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 +92621,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 +93401,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 +93441,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 +93479,9 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: &627 + default: &628 value: - id: 197 name: hello_docker @@ -93568,7 +93582,7 @@ paths: application/json: schema: type: array - items: &615 + items: &616 title: Email description: Email type: object @@ -93633,9 +93647,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 +93724,7 @@ paths: application/json: schema: type: array - items: *615 + items: *616 examples: default: value: @@ -93820,7 +93834,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '304': *37 @@ -93853,7 +93867,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '304': *37 @@ -93966,7 +93980,7 @@ paths: application/json: schema: type: array - items: &616 + items: &617 title: GPG Key description: A unique encryption key type: object @@ -94097,7 +94111,7 @@ paths: - subkeys - revoked examples: - default: &640 + default: &641 value: - id: 3 name: Octocat's GPG Key @@ -94182,9 +94196,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 +94255,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 +94267,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *617 + default: *618 '404': *6 '304': *37 '403': *29 @@ -94278,7 +94292,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 +94483,7 @@ paths: type: array items: *60 examples: - default: *619 + default: *620 headers: Link: *58 '404': *6 @@ -94554,12 +94568,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 +94597,7 @@ paths: required: true content: application/json: - schema: *473 + schema: *474 examples: default: value: @@ -94594,7 +94608,7 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: default: value: @@ -94675,7 +94689,7 @@ paths: - closed - all default: open - - *195 + - *196 - name: sort description: What to sort results by. in: query @@ -94700,7 +94714,7 @@ paths: type: array items: *77 examples: - default: *196 + default: *197 headers: Link: *58 '404': *6 @@ -94733,7 +94747,7 @@ paths: application/json: schema: type: array - items: &620 + items: &621 title: Key description: Key type: object @@ -94830,9 +94844,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: &621 + default: &622 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -94865,15 +94879,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 +94910,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 +94943,7 @@ paths: application/json: schema: type: array - items: &622 + items: &623 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -94997,7 +95011,7 @@ paths: - account - plan examples: - default: &623 + default: &624 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -95059,9 +95073,9 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: *623 + default: *624 headers: Link: *58 '304': *37 @@ -95101,7 +95115,7 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: default: value: @@ -95209,7 +95223,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -95292,7 +95306,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -95360,7 +95374,7 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: default: value: @@ -95613,7 +95627,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -95793,7 +95807,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 +95820,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -96000,7 +96014,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 +96040,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 +96069,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 +96094,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 +96106,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 '404': *6 @@ -96127,9 +96141,9 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *625 + default: *626 headers: Link: *58 '304': *37 @@ -96171,7 +96185,7 @@ paths: - docker - nuget - container - - *626 + - *627 - *19 - *17 responses: @@ -96181,10 +96195,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 +96218,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 +96340,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 +96371,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 +96404,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 +96425,7 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: default: value: @@ -96460,15 +96474,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 +96518,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 +96550,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 +96608,7 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: default: value: @@ -96666,9 +96680,9 @@ paths: application/json: schema: type: array - items: *615 + items: *616 examples: - default: *629 + default: *630 headers: Link: *58 '304': *37 @@ -96781,7 +96795,7 @@ paths: type: array items: *60 examples: - default: &636 + default: &637 summary: Default response value: - id: 1296269 @@ -97085,9 +97099,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 +97139,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: *630 + default: *631 headers: Link: *58 '304': *37 @@ -97150,7 +97164,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 +97187,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 +97220,7 @@ paths: application/json: schema: type: array - items: &631 + items: &632 title: Social account description: Social media account type: object @@ -97221,7 +97235,7 @@ paths: - provider - url examples: - default: &632 + default: &633 value: - provider: twitter url: https://twitter.com/github @@ -97283,9 +97297,9 @@ paths: application/json: schema: type: array - items: *631 + items: *632 examples: - default: *632 + default: *633 '422': *15 '304': *37 '404': *6 @@ -97372,7 +97386,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 +97406,7 @@ paths: - title - created_at examples: - default: &648 + default: &649 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97458,9 +97472,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: &634 + default: &635 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97491,7 +97505,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 +97517,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *634 + default: *635 '404': *6 '304': *37 '403': *29 @@ -97528,7 +97542,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 +97571,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 +97596,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 +97756,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 +97785,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 +97810,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 +97846,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 '304': *37 @@ -97869,7 +97883,7 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: default: value: @@ -97955,10 +97969,10 @@ paths: application/json: schema: oneOf: + - *609 - *608 - - *607 examples: - default-response: &638 + default-response: &639 summary: Default response value: login: octocat @@ -97993,7 +98007,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 +98067,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *637 + - *638 - *17 responses: '200': @@ -98064,7 +98078,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: example: ; rel="next" @@ -98102,11 +98116,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 +98196,7 @@ paths: bundle_url: type: string examples: - default: *341 + default: *342 '201': description: Response content: @@ -98221,9 +98235,9 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *627 + default: *628 '403': *29 '401': *25 x-github: @@ -98506,7 +98520,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -98537,7 +98551,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -98627,9 +98641,9 @@ paths: application/json: schema: type: array - items: *616 + items: *617 examples: - default: *640 + default: *641 headers: Link: *58 x-github: @@ -98733,7 +98747,7 @@ paths: application/json: schema: *22 examples: - default: *472 + default: *473 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98809,9 +98823,9 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *625 + default: *626 headers: Link: *58 x-github: @@ -98850,7 +98864,7 @@ paths: - docker - nuget - container - - *626 + - *627 - *132 - *19 - *17 @@ -98861,12 +98875,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 +98900,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 +98931,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 +98965,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 +98999,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 +99009,7 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: default: value: @@ -99053,16 +99067,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 +99111,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 +99146,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 +99196,7 @@ paths: application/json: schema: type: array - items: *229 + items: *230 examples: default: value: @@ -99465,7 +99479,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -99495,9 +99509,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: *643 + default: *644 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99525,9 +99539,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: *645 + default: *646 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99555,9 +99569,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: *647 + default: *648 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99585,9 +99599,9 @@ paths: application/json: schema: type: array - items: *631 + items: *632 examples: - default: *632 + default: *633 headers: Link: *58 x-github: @@ -99617,9 +99631,9 @@ paths: application/json: schema: type: array - items: *633 + items: *634 examples: - default: *648 + default: *649 headers: Link: *58 x-github: @@ -99644,7 +99658,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 +99670,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 +99705,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -99819,7 +99833,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 +99891,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 +99910,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 +99970,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 +100659,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 +100810,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 +100889,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 +101116,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 +101303,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 +101391,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 +101454,7 @@ x-webhooks: type: string pull_requests: type: array - items: *358 + items: *359 repository: *119 status: example: completed @@ -101478,7 +101492,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *656 + deployment: *657 details_url: example: https://example.com type: string @@ -101528,7 +101542,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 +101577,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 +101972,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 +102371,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 +102779,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 +103759,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 +104432,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 +105099,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 +105265,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 +105410,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 +105585,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 +105815,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 +105915,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 +106083,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 +106251,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 +106417,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 +106519,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 +106687,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 +106790,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 +106930,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 +107192,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 +107275,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 +107296,7 @@ x-webhooks: enum: - tag - branch - repository: *654 + repository: *655 sender: *4 required: - ref @@ -107364,10 +107378,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 +107466,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 +107545,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 +107625,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 +107705,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 +107793,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 +107888,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 +107976,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 +108064,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 +108150,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 +108236,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 +108323,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 +108409,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 +108490,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 +108528,8 @@ x-webhooks: - verified - created_at - read_only - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -108592,11 +108606,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 +109171,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 +109902,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 +109979,7 @@ x-webhooks: type: string enum: - approved - approver: &663 + approver: &664 type: object properties: avatar_url: @@ -110008,11 +110022,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 +110105,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &665 + workflow_job_run: &666 type: object properties: conclusion: @@ -110822,18 +110836,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 +111551,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 +113456,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 +114141,7 @@ x-webhooks: type: string enum: - answered - answer: &669 + answer: &670 type: object properties: author_association: @@ -114284,7 +114298,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &667 + discussion: &668 title: Discussion description: A Discussion in a repository. type: object @@ -114570,7 +114584,7 @@ x-webhooks: - id labels: type: array - items: *484 + items: *485 required: - repository_url - category @@ -114592,10 +114606,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 +114736,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 +114823,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 +114909,7 @@ x-webhooks: type: string enum: - created - comment: &668 + comment: &669 type: object properties: author_association: @@ -115052,11 +115066,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 +115153,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 +115253,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 +115342,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 +115428,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 +115532,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 +115618,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 +115653,8 @@ x-webhooks: - color - default - description - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115723,11 +115737,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 +115823,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 +115909,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 +115998,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 +116090,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 +116175,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 +116263,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 +116349,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 +116426,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 +117086,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 +117234,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 +117273,7 @@ x-webhooks: - action - sha - html_url - repository: *654 + repository: *655 sender: *4 required: - pages @@ -117335,10 +117349,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 +117378,8 @@ x-webhooks: - name - full_name - private - repository: *654 - requester: *671 + repository: *655 + requester: *672 sender: *4 required: - action @@ -117440,11 +117454,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 +117534,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 +117614,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 +117663,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 +117750,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 +117780,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 +117861,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 +118043,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 +118125,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 +118381,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 +119205,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -119524,8 +119538,8 @@ x-webhooks: - state - locked - assignee - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -119605,7 +119619,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 +119784,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 +120604,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -120925,8 +120939,8 @@ x-webhooks: - state - locked - assignee - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -121006,7 +121020,7 @@ x-webhooks: type: string enum: - edited - changes: &703 + changes: &704 description: The changes to the comment. type: object properties: @@ -121018,9 +121032,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 +121856,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -122175,8 +122189,8 @@ x-webhooks: - state - locked - assignee - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -122258,10 +122272,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 +123093,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -123180,8 +123194,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -123261,8 +123275,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 +124099,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -124321,8 +124335,8 @@ x-webhooks: required: - state - closed_at - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -124401,8 +124415,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 +125228,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -125314,8 +125328,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -125394,8 +125408,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 +126245,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -126310,7 +126324,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 +126462,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -126548,8 +126562,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 +127378,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *192 + type: *193 title: description: Title of the issue type: string @@ -127468,9 +127482,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 +127564,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 +128379,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *192 + type: *193 title: description: Title of the issue type: string @@ -128469,9 +128483,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 +128565,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 +129404,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *192 + type: *193 title: description: Title of the issue type: string @@ -129471,8 +129485,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -129551,8 +129565,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 +130401,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -130465,9 +130479,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 +131942,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 +132761,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -132847,8 +132861,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -132928,9 +132942,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 +133756,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -133842,8 +133856,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -133922,8 +133936,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 +134854,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 +135751,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -136305,11 +136319,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 +136403,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 +136489,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &706 + assignee: &707 title: User type: object nullable: true @@ -136545,11 +136559,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 +136642,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 +136727,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 +137567,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -137631,8 +137645,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -137712,11 +137726,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 +137809,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 +137894,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 +137976,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 +138090,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 +138176,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 +138261,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 +138342,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *654 + repository: *655 sender: *4 required: - action @@ -138408,10 +138422,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 +138508,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *654 + repository: *655 sender: *4 required: - action @@ -138576,10 +138590,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 +138675,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *654 + repository: *655 sender: *4 required: - action @@ -138742,8 +138756,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 +138839,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 +138921,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 +139028,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 +139132,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 +139215,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 +139297,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 +139377,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 +139567,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 +139648,7 @@ x-webhooks: required: - login - id - team: *681 + team: *682 required: - action - scope @@ -139716,8 +139730,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 +139750,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 +139844,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 +139920,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 +140028,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 +140118,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 +140201,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 +140340,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140406,11 +140420,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 +140534,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 +140618,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 +140701,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 +140784,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 +140867,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 +140961,8 @@ x-webhooks: - role - organization_url - user - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -141026,11 +141040,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 +141123,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 +141240,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 +141321,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 +141412,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 +141492,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 +141993,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &688 + items: &689 title: Ruby Gems metadata type: object properties: @@ -142074,7 +142088,7 @@ x-webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -142150,9 +142164,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 +142519,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *688 + items: *689 source_url: type: string format: uri @@ -142575,7 +142589,7 @@ x-webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -142752,12 +142766,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 +142848,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 +142994,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 +143074,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 +143154,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 +143233,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 +143342,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 +143374,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 +143620,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 +143742,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *654 + repository: *655 sender: *4 required: - action @@ -143809,11 +143823,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 +143907,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 +144037,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 +144132,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 +144230,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 +144422,7 @@ x-webhooks: type: string required: - after_id - repository: *654 + repository: *655 sender: *4 required: - action @@ -144488,10 +144502,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 +144629,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *654 + repository: *655 sender: *4 required: - action @@ -144695,10 +144709,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 +144751,7 @@ x-webhooks: - name - created_at - updated_at - repository: *654 + repository: *655 sender: *4 required: - action @@ -144816,18 +144830,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 +144931,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 +145015,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 +145099,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 +145183,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 +145296,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 +145379,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 +145464,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 +145609,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 +145692,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 +145811,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 +145896,7 @@ x-webhooks: type: string enum: - archived - changes: &698 + changes: &699 type: object properties: archived_at: @@ -145896,9 +145910,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 +146046,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 +146130,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 +146213,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 +146321,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 +146339,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 +146362,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *696 - *697 + - *698 required: - field_value - type: object @@ -146365,9 +146379,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 +146476,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 +146561,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 +146646,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 +146729,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 +146858,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 +146996,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 +147069,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 +147149,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 +149438,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -149506,11 +149520,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 +151802,7 @@ x-webhooks: - draft reason: type: string - repository: *654 + repository: *655 sender: *4 required: - action @@ -151870,11 +151884,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 +154166,7 @@ x-webhooks: - draft reason: type: string - repository: *654 + repository: *655 sender: *4 required: - action @@ -154234,13 +154248,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 +154316,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *654 + repository: *655 sender: *4 required: - action @@ -154383,12 +154397,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 +154482,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 +156749,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -156814,11 +156828,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 +159114,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *654 + repository: *655 sender: *4 required: - action @@ -159224,12 +159238,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 +159323,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 +161594,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -161660,11 +161674,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 +163960,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -164027,10 +164041,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 +166324,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -166390,12 +166404,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 +166488,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 +166574,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 +166659,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 +167030,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 +169202,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *654 + repository: *655 sender: *4 required: - action @@ -169268,7 +169282,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 +169567,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 +171727,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *654 + repository: *655 sender: *4 required: - action @@ -171793,11 +171807,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 +173972,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *654 + repository: *655 sender: *4 required: - action @@ -174039,9 +174053,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 +176228,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 +176471,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 +178527,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 +178757,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 +181045,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 requested_reviewer: title: User type: object @@ -181115,12 +181129,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 +183424,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 +183616,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 +185906,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 requested_reviewer: title: User type: object @@ -185977,12 +185991,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 +188272,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 +188453,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 +190630,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 - review: *705 + repository: *655 + review: *706 sender: *4 required: - action @@ -190697,9 +190711,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 +192783,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 + repository: *655 sender: *4 thread: type: object @@ -193152,9 +193166,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 +195224,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 + repository: *655 sender: *4 thread: type: object @@ -195596,10 +195610,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 +197884,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -197952,11 +197966,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 +200253,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -200318,11 +200332,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 +202609,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -202676,10 +202690,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 +204958,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -205144,7 +205158,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 +205250,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 +205826,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 +206274,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *688 + items: *689 summary: type: string tag_name: @@ -206314,7 +206328,7 @@ x-webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -206392,9 +206406,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 +206716,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *688 + items: *689 summary: type: string tag_name: @@ -206751,7 +206765,7 @@ x-webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -206828,10 +206842,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 +207150,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *654 + repository: *655 sender: *4 required: - action @@ -207213,11 +207227,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 +207348,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 +207430,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 +207741,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *654 + repository: *655 sender: *4 required: - action @@ -207803,10 +207817,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 +208126,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *654 + repository: *655 sender: *4 required: - action @@ -208188,11 +208202,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 +208282,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 +208362,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 +208442,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 +208522,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 +208602,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 +208683,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 +208770,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 +208885,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 +208960,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 +209044,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 +209124,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 +209221,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 +209304,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 +209386,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 +209468,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 +209491,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 +209533,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 +209776,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 +209857,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 +209938,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 +210059,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 +210268,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 +210349,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 +210552,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 +210633,7 @@ x-webhooks: type: string enum: - created - alert: &710 + alert: &711 type: object properties: number: *54 @@ -210730,10 +210744,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 +210828,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 +211070,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 +211152,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 +211234,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 +211316,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 +211446,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 +211527,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 +211714,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 +211791,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 +211978,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 +212060,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 +212366,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 +212459,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 +212541,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 +212625,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &715 + changes: &716 type: object properties: tier: @@ -212655,13 +212669,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 +212752,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 +212832,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 +212918,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 +213341,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 +213464,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 +213556,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 +213648,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 +213740,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 +213819,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 +214014,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 +214474,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - team @@ -214536,9 +214550,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 +215010,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - team @@ -215073,9 +215087,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 +215547,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - team @@ -215677,9 +215691,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 +216151,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - changes @@ -216215,9 +216229,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 +216689,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - team @@ -216751,10 +216765,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 +216841,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 +216932,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 +217172,7 @@ x-webhooks: type: string required: - conclusion - deployment: *437 + deployment: *438 required: - action - repository @@ -217237,10 +217251,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 +217514,7 @@ x-webhooks: required: - status - steps - deployment: *437 + deployment: *438 required: - action - repository @@ -217579,10 +217593,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 +217731,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *437 + deployment: *438 required: - action - repository @@ -217796,10 +217810,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 +217949,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *437 + deployment: *438 required: - action - repository @@ -218015,12 +218029,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 +219033,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 +220022,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..7bdd002a5a 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,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -80049,6 +80070,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -215521,7 +215563,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 +222876,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 +259381,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index ff1d17fbd9..35f3caface 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,20 @@ 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. + Multiple `has` filters can be chained to check if multiple properties are present. + schema: + oneOf: + - type: string + - type: array + items: + type: string + enum: + - patch + - &159 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8473,7 +8487,7 @@ paths: enum: - development - runtime - - &159 + - &160 name: sort in: query description: |- @@ -8491,7 +8505,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 +8518,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 +8538,7 @@ paths: application/json: schema: type: array - items: &162 + items: &163 type: object description: A Dependabot alert. properties: @@ -8590,7 +8604,7 @@ paths: - unknown - direct - transitive - security_advisory: &429 + security_advisory: &430 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8852,7 +8866,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 +8892,7 @@ paths: - repository additionalProperties: false examples: - default: &163 + default: &164 value: - number: 2 state: dismissed @@ -9225,7 +9239,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 +9250,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 +9260,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 +9269,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 +9285,7 @@ paths: - *17 - *39 - *40 - - &251 + - &252 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9280,7 +9294,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 +9303,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 +9319,7 @@ paths: application/json: schema: type: array - items: &254 + items: &255 type: object properties: number: *54 @@ -9324,14 +9338,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 +9447,7 @@ paths: is base64 encoded nullable: true examples: - default: &255 + default: &256 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -9769,7 +9783,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 +9894,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &414 + properties: &415 url: type: string format: uri @@ -9950,7 +9964,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &415 + required: &416 - closed_issues - creator - description @@ -10029,7 +10043,7 @@ paths: timeline_url: type: string format: uri - type: &192 + type: &193 title: Issue Type description: The type of issue. type: object @@ -10154,7 +10168,7 @@ paths: - total - completed - percent_completed - required: &479 + required: &480 - assignee - closed_at - comments @@ -10176,7 +10190,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 +10757,7 @@ paths: url: type: string format: uri - user: &607 + user: &608 title: Public User description: Public User type: object @@ -12613,7 +12627,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 +12678,7 @@ paths: type: array items: *77 examples: - default: &196 + default: &197 value: - id: 1 node_id: MDU6SXNzdWUx @@ -14048,14 +14062,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 +14140,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &291 + '301': &292 description: Moved permanently content: application/json: @@ -14148,7 +14162,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 +14170,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 +14180,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 +14216,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &165 + properties: &166 id: type: integer format: int64 @@ -14478,7 +14492,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 +14556,7 @@ paths: enum: - enabled - disabled - required: &166 + required: &167 - archive_url - assignees_url - blobs_url @@ -14630,7 +14644,7 @@ paths: - url - subscription_url examples: - default: &511 + default: &512 value: - id: '1' repository: @@ -15172,7 +15186,7 @@ paths: application/json: schema: type: array - items: &202 + items: &203 title: Organization Simple description: A GitHub organization. type: object @@ -15231,7 +15245,7 @@ paths: - avatar_url - description examples: - default: &625 + default: &626 value: - login: github id: 1 @@ -16140,7 +16154,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 +17022,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 +17112,7 @@ paths: type: array items: *60 examples: - default: &619 + default: &620 value: total_count: 1 repositories: @@ -17426,7 +17440,7 @@ paths: description: Response content: application/json: - schema: &306 + schema: &307 type: object properties: default_workflow_permissions: &112 @@ -17477,7 +17491,7 @@ paths: required: false content: application/json: - schema: &307 + schema: &308 type: object properties: default_workflow_permissions: *112 @@ -17966,7 +17980,7 @@ paths: type: array items: *119 examples: - default: &610 + default: &611 value: total_count: 1 repositories: @@ -18608,7 +18622,7 @@ paths: application/json: schema: type: array - items: &308 + items: &309 title: Runner Application description: Runner Application type: object @@ -18633,7 +18647,7 @@ paths: - download_url - filename examples: - default: &309 + default: &310 value: - os: osx architecture: x64 @@ -18719,7 +18733,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &310 + '201': &311 description: Response content: application/json: @@ -18830,7 +18844,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 +18883,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 +18917,7 @@ paths: application/json: schema: *121 examples: - default: &313 + default: &314 value: id: 23 name: MBP @@ -19128,7 +19142,7 @@ paths: - *94 - *120 responses: - '200': &314 + '200': &315 description: Response content: application/json: @@ -19185,7 +19199,7 @@ paths: parameters: - *94 - *120 - - &315 + - &316 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19315,7 +19329,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 +19358,7 @@ paths: - key_id - key examples: - default: &328 + default: &329 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -19757,7 +19771,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 +20306,7 @@ paths: bundle_url: type: string examples: - default: &341 + default: &342 value: attestations: - bundle: @@ -20411,7 +20425,7 @@ paths: type: array items: *4 examples: - default: &197 + default: &198 value: - login: octocat id: 1 @@ -20652,7 +20666,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 +20722,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 +21221,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 +21231,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 +21254,7 @@ paths: be returned. in: query required: false - schema: &370 + schema: &371 type: string description: State of a code scanning alert. enum: @@ -21263,7 +21277,7 @@ paths: be returned. in: query required: false - schema: &371 + schema: &372 type: string description: Severity of a code scanning alert. enum: @@ -21289,7 +21303,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 +21326,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 +21335,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 +21394,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 +21404,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 +21423,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 +22676,7 @@ paths: type: integer codespaces: type: array - items: &198 + items: &199 type: object title: Codespace description: A codespace. @@ -22692,7 +22706,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 +22748,7 @@ paths: - ready - in_progress nullable: true - required: &401 + required: &402 - name - display_name - operating_system @@ -22939,7 +22953,7 @@ paths: - pulls_url - recent_folders examples: - default: &199 + default: &200 value: total_count: 3 codespaces: @@ -23602,7 +23616,7 @@ paths: - updated_at - visibility examples: - default: &402 + default: &403 value: total_count: 2 secrets: @@ -23640,7 +23654,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 +23683,7 @@ paths: - key_id - key examples: - default: &404 + default: &405 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -23701,7 +23715,7 @@ paths: application/json: schema: *149 examples: - default: &406 + default: &407 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -24168,7 +24182,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 +24751,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 +25058,7 @@ paths: - date additionalProperties: true examples: - default: &262 + default: &263 value: - date: '2024-06-24' total_active_users: 24 @@ -25146,7 +25160,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 +25195,12 @@ paths: - *157 - *158 - *159 + - *160 - *48 - *39 - *40 - - *160 - *161 + - *162 - *17 responses: '200': @@ -25194,9 +25209,9 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: - default: *163 + default: *164 '304': *37 '400': *14 '403': *29 @@ -25240,7 +25255,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 +25332,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 +25349,7 @@ paths: - key_id - key examples: - default: &434 + default: &435 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25364,7 +25379,7 @@ paths: description: Response content: application/json: - schema: *164 + schema: *165 examples: default: value: @@ -25661,7 +25676,7 @@ paths: application/json: schema: type: array - items: &213 + items: &214 title: Package description: A software package type: object @@ -25711,8 +25726,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 +25746,7 @@ paths: - created_at - updated_at examples: - default: &214 + default: &215 value: - id: 197 name: hello_docker @@ -25898,7 +25913,7 @@ paths: application/json: schema: type: array - items: &189 + items: &190 title: Organization Invitation description: Organization Invitation type: object @@ -25945,7 +25960,7 @@ paths: - invitation_teams_url - node_id examples: - default: &190 + default: &191 value: - id: 1 login: monalisa @@ -26012,7 +26027,7 @@ paths: application/json: schema: type: array - items: &167 + items: &168 title: Org Hook description: Org Hook type: object @@ -26183,9 +26198,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 +26248,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 +26261,9 @@ paths: description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: *168 + default: *169 '404': *6 x-github: githubCloudOnly: false @@ -26276,7 +26291,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *94 - - *169 + - *170 requestBody: required: false content: @@ -26321,7 +26336,7 @@ paths: description: Response content: application/json: - schema: *167 + schema: *168 examples: default: value: @@ -26363,7 +26378,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *94 - - *169 + - *170 responses: '204': description: Response @@ -26391,7 +26406,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 +26437,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 +26488,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 +26498,9 @@ paths: application/json: schema: type: array - items: *171 + items: *172 examples: - default: *172 + default: *173 '400': *14 '422': *15 x-github: @@ -26511,16 +26526,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 +26561,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 +26591,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *94 - - *169 + - *170 responses: '204': description: Response @@ -26599,7 +26614,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 +26627,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 +26642,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 +26736,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 +26820,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 +26843,7 @@ paths: type: integer format: int64 examples: - default: &178 + default: &179 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -26849,23 +26864,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 +26899,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 +26928,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 +26943,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 +26959,7 @@ paths: type: integer format: int64 examples: - default: &184 + default: &185 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -26981,18 +26996,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 +27025,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 +27055,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 +27142,7 @@ paths: application/json: schema: *22 examples: - default: &472 + default: &473 value: id: 1 account: @@ -27293,12 +27308,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 +27338,7 @@ paths: properties: {} additionalProperties: false examples: - default: &188 + default: &189 value: limit: collaborators_only origin: organization @@ -27352,13 +27367,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 +27397,9 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: - default: *188 + default: *189 '422': *15 x-github: githubCloudOnly: false @@ -27460,9 +27475,9 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: *190 + default: *191 headers: Link: *58 '404': *6 @@ -27539,7 +27554,7 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: default: value: @@ -27594,7 +27609,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 +27640,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *94 - - *191 + - *192 - *17 - *19 responses: @@ -27637,7 +27652,7 @@ paths: type: array items: *152 examples: - default: &212 + default: &213 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -27680,7 +27695,7 @@ paths: application/json: schema: type: array - items: *192 + items: *193 examples: default: value: @@ -27765,9 +27780,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 +27815,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 +27868,9 @@ paths: description: Response content: application/json: - schema: *192 + schema: *193 examples: - default: *193 + default: *194 '404': *6 '422': *7 x-github: @@ -27880,7 +27895,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 +27958,7 @@ paths: - closed - all default: open - - *195 + - *196 - name: type description: Can be the name of an issue type. in: query @@ -27974,7 +27989,7 @@ paths: type: array items: *77 examples: - default: *196 + default: *197 headers: Link: *58 '404': *6 @@ -28032,7 +28047,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '422': *15 @@ -28128,9 +28143,9 @@ paths: type: integer codespaces: type: array - items: *198 + items: *199 examples: - default: *199 + default: *200 '304': *37 '500': *148 '401': *25 @@ -28157,7 +28172,7 @@ paths: parameters: - *94 - *132 - - &200 + - &201 name: codespace_name in: path required: true @@ -28192,15 +28207,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 +28395,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -28455,7 +28470,7 @@ paths: description: Response content: application/json: - schema: &203 + schema: &204 title: Org Membership description: Org Membership type: object @@ -28484,7 +28499,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 +28522,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 +28619,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 +28689,7 @@ paths: application/json: schema: type: array - items: &205 + items: &206 title: Migration description: A migration. type: object @@ -29003,7 +29018,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -29182,7 +29197,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 +29224,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -29379,7 +29394,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 +29416,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 +29440,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 +29469,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 +29481,7 @@ paths: type: array items: *119 examples: - default: &219 + default: &220 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -29619,7 +29634,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 +29782,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 +29814,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 +29851,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 +29905,7 @@ paths: parameters: - *94 - *132 - - *208 + - *209 responses: '204': description: Response @@ -29922,7 +29937,7 @@ paths: parameters: - *94 - *132 - - *208 + - *209 responses: '204': description: Response @@ -29951,13 +29966,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 +30023,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 +30101,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 +30117,7 @@ paths: - slug - parent examples: - default: *212 + default: *213 headers: Link: *58 '404': @@ -30132,7 +30147,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 +30175,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 +30276,7 @@ paths: - type - url examples: - default: *197 + default: *198 headers: Link: *58 '404': @@ -30309,7 +30324,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -30451,7 +30466,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 +30502,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 +30529,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 +30547,7 @@ paths: - docker - nuget - container - - &216 + - &217 name: package_name description: The name of the package. in: path @@ -30545,7 +30560,7 @@ paths: description: Response content: application/json: - schema: *213 + schema: *214 examples: default: value: @@ -30597,8 +30612,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 +30646,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 +30680,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 +30702,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 +30827,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 +30842,7 @@ paths: description: Response content: application/json: - schema: *217 + schema: *218 examples: default: value: @@ -30863,10 +30878,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 +30913,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 +30946,7 @@ paths: - *94 - *17 - *19 - - &220 + - &221 name: sort description: The property by which to sort the results. in: query @@ -30942,7 +30957,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 +30968,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 +30976,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 +30984,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 +30994,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 +31004,7 @@ paths: schema: type: string format: date-time - - &226 + - &227 name: token_id description: The ID of the token in: query @@ -31302,7 +31317,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -31328,14 +31343,14 @@ paths: - *94 - *17 - *19 - - *220 - - *48 - *221 + - *48 - *222 - *223 - *224 - *225 - *226 + - *227 responses: '500': *148 '422': *15 @@ -31617,7 +31632,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -31659,7 +31674,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 +31878,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 +31974,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 +32122,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 +32295,7 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: default: value: @@ -32318,7 +32333,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &288 + '410': &289 description: Gone content: application/json: @@ -32353,7 +32368,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 +32434,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 +32493,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 +32523,9 @@ paths: application/json: schema: type: array - items: *230 + items: *231 examples: - default: *231 + default: *232 '403': *29 '404': *6 x-github: @@ -32532,7 +32547,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 +32559,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 +32596,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 +32665,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *233 + default: *234 '403': *29 '404': *6 x-github: @@ -32676,7 +32691,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 +32752,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 +32839,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 +32892,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -33016,7 +33031,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -33218,7 +33233,7 @@ paths: description: Response content: application/json: - schema: &290 + schema: &291 title: Full Repository description: Full Repository type: object @@ -33495,8 +33510,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 +33626,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 +33642,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 +33731,7 @@ paths: - network_count - subscribers_count examples: - default: &292 + default: &293 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -34237,7 +34252,7 @@ paths: - *94 - *17 - *19 - - &561 + - &562 name: targets description: | A comma-separated list of rule targets to filter by. @@ -34255,7 +34270,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 +34305,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 +34318,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 +34383,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 +34407,7 @@ paths: match. items: type: string - - &242 + - &243 title: Organization ruleset conditions type: object description: |- @@ -34406,7 +34421,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 +34455,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 +34477,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 +34490,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 +34523,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 +34545,7 @@ paths: type: string enum: - creation - - &540 + - &541 title: update description: Only allow users with bypass permission to update matching refs. @@ -34551,7 +34566,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 +34578,7 @@ paths: type: string enum: - deletion - - &543 + - &544 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -34575,7 +34590,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 +34668,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 +34692,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 +34704,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 +34766,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 +34814,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 +34826,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 +34862,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 +34898,7 @@ paths: required: - operator - pattern - - &552 + - &553 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -34919,7 +34934,7 @@ paths: required: - operator - pattern - - &553 + - &554 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -34955,7 +34970,7 @@ paths: required: - operator - pattern - - &554 + - &555 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -34991,7 +35006,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 +35031,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 +35055,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 +35078,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 +35103,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 +35153,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 +35287,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 +35334,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 +35391,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 +35406,7 @@ paths: in: query schema: type: string - - &563 + - &564 name: time_period description: |- The time period to filter by. @@ -35407,14 +35422,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 +35449,7 @@ paths: description: Response content: application/json: - schema: &566 + schema: &567 title: Rule Suites description: Response type: array @@ -35489,7 +35504,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 +35548,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 +35564,7 @@ paths: description: Response content: application/json: - schema: &569 + schema: &570 title: Rule Suite description: Response type: object @@ -35648,7 +35663,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 +35736,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '404': *6 '500': *148 put: @@ -35767,16 +35782,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 +35826,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '404': *6 '500': *148 delete: @@ -35870,7 +35885,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 +35909,7 @@ paths: type: string format: date-time examples: - default: &572 + default: &573 value: - version_id: 3 actor: @@ -35947,9 +35962,9 @@ paths: description: Response content: application/json: - schema: &573 + schema: &574 allOf: - - *246 + - *247 - type: object required: - state @@ -36019,14 +36034,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 +36051,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 +36061,9 @@ paths: required: false schema: type: string - - *251 - *252 - *253 + - *254 responses: '200': description: Response @@ -36056,9 +36071,9 @@ paths: application/json: schema: type: array - items: *254 + items: *255 examples: - default: *255 + default: *256 headers: Link: *58 '404': *6 @@ -36128,7 +36143,7 @@ paths: application/json: schema: type: array - items: &582 + items: &583 description: A repository security advisory. type: object properties: @@ -36348,7 +36363,7 @@ paths: login: type: string description: The username of the user credited. - type: *256 + type: *257 credits_detailed: type: array nullable: true @@ -36358,7 +36373,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 +36434,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 +36821,9 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: - default: *212 + default: *213 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36832,7 +36847,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 +36873,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 +36908,7 @@ paths: description: Response content: application/json: - schema: &642 + schema: &643 type: object properties: total_minutes_used: @@ -36963,7 +36978,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &643 + default: &644 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -36999,7 +37014,7 @@ paths: description: Response content: application/json: - schema: &644 + schema: &645 type: object properties: total_gigabytes_bandwidth_used: @@ -37017,7 +37032,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 +37064,7 @@ paths: description: Response content: application/json: - schema: &646 + schema: &647 type: object properties: days_left_in_billing_cycle: @@ -37067,7 +37082,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 +37124,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 +37244,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 +37275,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 +37287,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 headers: Link: *58 x-github: @@ -37296,7 +37311,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 +37350,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37357,7 +37372,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 +37480,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 +37512,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 +37548,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 headers: Link: *58 '403': *29 @@ -37627,7 +37642,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 +37705,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 +37952,7 @@ paths: - repos_count - organization examples: - default: &265 + default: &266 value: id: 1 node_id: MDQ6VGVhbTE= @@ -38008,15 +38023,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 +38053,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *94 - - *207 + - *208 requestBody: required: false content: @@ -38100,16 +38115,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 +38150,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *94 - - *207 + - *208 responses: '204': description: Response @@ -38162,7 +38177,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *94 - - *207 + - *208 - *48 - *17 - *19 @@ -38179,7 +38194,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 +38293,7 @@ paths: - updated_at - url examples: - default: &597 + default: &598 value: - author: login: octocat @@ -38353,7 +38368,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *94 - - *207 + - *208 requestBody: required: true content: @@ -38387,9 +38402,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: &267 + default: &268 value: author: login: octocat @@ -38462,8 +38477,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 +38490,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38500,8 +38515,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 +38539,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: &598 + default: &599 value: author: login: octocat @@ -38597,8 +38612,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 +38640,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 +38652,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 +38724,7 @@ paths: - updated_at - url examples: - default: &599 + default: &600 value: - author: login: octocat @@ -38778,8 +38793,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 +38816,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: &270 + default: &271 value: author: login: octocat @@ -38870,9 +38885,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 +38899,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38909,9 +38924,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 +38948,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: &600 + default: &601 value: author: login: octocat @@ -39000,9 +39015,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 +39044,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 +39072,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 +39115,7 @@ paths: - content - created_at examples: - default: &274 + default: &275 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -39151,9 +39166,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 +39201,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 +39232,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39243,10 +39258,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 +39294,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 +39321,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 x-github: @@ -39335,8 +39350,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 +39383,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 +39416,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 +39443,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *94 - - *207 + - *208 - *17 - *19 responses: @@ -39438,9 +39453,9 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: *190 + default: *191 headers: Link: *58 x-github: @@ -39463,7 +39478,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 +39501,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -39517,14 +39532,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 +39566,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 +39603,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 +39629,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 +39667,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 +39694,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *94 - - *207 + - *208 - *17 - *19 responses: @@ -39689,7 +39704,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 +39772,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 +39836,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 +39849,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 +39914,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 +39982,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 +40011,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *94 - - *207 + - *208 - *17 - *19 responses: @@ -40008,7 +40023,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -40038,15 +40053,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 +40631,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 +40679,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 +40706,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *94 - - *207 + - *208 - *17 - *19 responses: @@ -40703,7 +40718,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 +40845,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 +40857,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 +40924,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 +40980,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 +41007,9 @@ paths: description: Response content: application/json: - schema: *282 + schema: *283 examples: - default: *283 + default: *284 '304': *37 '403': *29 '401': *25 @@ -41021,7 +41036,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 +41080,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 +41191,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 +41203,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 +41249,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 +41284,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 +41308,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *286 + default: *287 '304': *37 '403': *29 '401': *25 @@ -41320,7 +41335,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 +41364,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 +41385,7 @@ paths: application/json: schema: type: array - items: *282 + items: *283 examples: default: value: @@ -41429,7 +41444,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 +41484,9 @@ paths: description: Response content: application/json: - schema: *282 + schema: *283 examples: - default: *283 + default: *284 '304': *37 '403': *29 '401': *25 @@ -41527,7 +41542,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 +41602,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 +41667,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 +41713,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 +41736,7 @@ paths: items: type: string '401': *25 - '410': *288 + '410': *289 '422': *7 x-github: githubCloudOnly: false @@ -41744,7 +41759,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 +41780,7 @@ paths: items: type: string '401': *25 - '410': *288 + '410': *289 '404': *6 x-github: githubCloudOnly: false @@ -41789,7 +41804,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 +41831,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '404': *6 @@ -41846,7 +41861,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 +41914,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 +41946,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 +42020,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 +42030,7 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: default: value: @@ -42053,7 +42068,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 +42091,7 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -42140,7 +42155,7 @@ paths: resources: type: object properties: - core: &289 + core: &290 title: Rate Limit type: object properties: @@ -42157,20 +42172,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 +42289,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 +42797,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *291 + '301': *292 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42800,8 +42815,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 +43060,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 +43092,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 +43115,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 +43138,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 +43165,7 @@ paths: type: integer artifacts: type: array - items: &294 + items: &295 title: Artifact description: An artifact type: object @@ -43228,7 +43243,7 @@ paths: - expires_at - updated_at examples: - default: &320 + default: &321 value: total_count: 2 artifacts: @@ -43289,9 +43304,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 +43318,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -43341,9 +43356,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 +43382,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 +43398,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 +43421,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 +43454,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 +43492,7 @@ paths: description: Response content: application/json: - schema: &298 + schema: &299 title: Repository actions caches description: Repository actions caches type: object @@ -43519,7 +43534,7 @@ paths: - total_count - actions_caches examples: - default: &299 + default: &300 value: total_count: 1 actions_caches: @@ -43551,23 +43566,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 +43602,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 +43634,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 +43648,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 +43955,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 +43985,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 +44032,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 +44083,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 +44147,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 +44166,7 @@ paths: type: integer secrets: type: array - items: &325 + items: &326 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -44171,7 +44186,7 @@ paths: - created_at - updated_at examples: - default: &326 + default: &327 value: total_count: 2 secrets: @@ -44204,9 +44219,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 +44238,7 @@ paths: type: integer variables: type: array - items: &329 + items: &330 title: Actions Variable type: object properties: @@ -44253,7 +44268,7 @@ paths: - created_at - updated_at examples: - default: &330 + default: &331 value: total_count: 2 variables: @@ -44286,8 +44301,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 +44311,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 +44342,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 +44354,7 @@ paths: schema: type: object properties: - enabled: *303 + enabled: *304 allowed_actions: *108 required: - enabled @@ -44369,14 +44384,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 +44408,7 @@ paths: required: - access_level examples: - default: &305 + default: &306 value: access_level: organization x-github: @@ -44417,15 +44432,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 +44464,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 +44492,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 +44525,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 +44555,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 +44567,7 @@ paths: required: true content: application/json: - schema: *307 + schema: *308 examples: default: *114 x-github: @@ -44581,8 +44596,8 @@ paths: in: query schema: type: string - - *279 - *280 + - *281 - *17 - *19 responses: @@ -44626,8 +44641,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 +44650,9 @@ paths: application/json: schema: type: array - items: *308 + items: *309 examples: - default: *309 + default: *310 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44659,8 +44674,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 +44718,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *310 + '201': *311 '404': *6 '422': *7 '409': *46 @@ -44734,8 +44749,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 +44758,7 @@ paths: application/json: schema: *123 examples: - default: *311 + default: *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44771,8 +44786,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 +44795,7 @@ paths: application/json: schema: *123 examples: - default: *312 + default: *313 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44802,8 +44817,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 +44827,7 @@ paths: application/json: schema: *121 examples: - default: *313 + default: *314 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44833,8 +44848,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 +44875,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 +44901,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 +44951,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 +45002,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 +45033,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 +45064,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 +45074,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 +45082,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 +45091,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 +45118,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 +45127,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 +45136,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 +45165,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 +45260,7 @@ paths: that triggered the run. type: array nullable: true - items: &358 + items: &359 title: Pull Request Minimal type: object properties: @@ -45364,7 +45379,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &362 + properties: &363 id: type: string description: SHA for the commit @@ -45415,7 +45430,7 @@ paths: - name - email nullable: true - required: &363 + required: &364 - id - tree_id - message @@ -45462,7 +45477,7 @@ paths: - workflow_url - pull_requests examples: - default: &340 + default: &341 value: total_count: 1 workflow_runs: @@ -45698,24 +45713,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 +45971,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 +45996,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 +46117,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 +46152,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 +46173,9 @@ paths: type: integer artifacts: type: array - items: *294 + items: *295 examples: - default: *320 + default: *321 headers: Link: *58 x-github: @@ -46184,25 +46199,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 +46240,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 +46261,9 @@ paths: type: integer jobs: type: array - items: *323 + items: *324 examples: - default: &324 + default: &325 value: total_count: 1 jobs: @@ -46361,10 +46376,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 +46407,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 +46442,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 +46511,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 +46546,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 +46578,9 @@ paths: type: integer jobs: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 headers: Link: *58 x-github: @@ -46590,9 +46605,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 +46634,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 +46663,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 +46725,7 @@ paths: items: type: object properties: - type: &442 + type: &443 type: string description: The type of reviewer. enum: @@ -46795,9 +46810,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 +46859,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 +46965,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 +47021,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 +47067,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 +47122,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 +47261,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 +47280,9 @@ paths: type: integer secrets: type: array - items: *325 + items: *326 examples: - default: *326 + default: *327 headers: Link: *58 x-github: @@ -47292,16 +47307,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 +47338,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 +47374,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 +47433,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 +47460,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 +47479,9 @@ paths: type: integer variables: type: array - items: *329 + items: *330 examples: - default: *330 + default: *331 headers: Link: *58 x-github: @@ -47489,8 +47504,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 +47557,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 +47593,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 +47637,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 +47664,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 +47683,7 @@ paths: type: integer workflows: type: array - items: &331 + items: &332 title: Workflow description: A GitHub Actions workflow type: object @@ -47775,9 +47790,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 +47807,7 @@ paths: description: Response content: application/json: - schema: *331 + schema: *332 examples: default: value: @@ -47825,9 +47840,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 +47867,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 +47920,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 +47949,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 +47977,9 @@ paths: type: integer workflow_runs: type: array - items: *317 + items: *318 examples: - default: *340 + default: *341 headers: Link: *58 x-github: @@ -47996,9 +48011,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 +48074,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 +48239,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 +48252,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '404': *6 @@ -48262,8 +48277,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 +48314,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 +48427,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 +48482,7 @@ paths: bundle_url: type: string examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48487,8 +48502,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 +48511,7 @@ paths: application/json: schema: type: array - items: &342 + items: &343 title: Autolink reference description: An autolink reference. type: object @@ -48546,8 +48561,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 +48601,9 @@ paths: description: response content: application/json: - schema: *342 + schema: *343 examples: - default: &343 + default: &344 value: id: 1 key_prefix: TICKET- @@ -48619,9 +48634,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 +48648,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 '404': *6 x-github: githubCloudOnly: false @@ -48655,9 +48670,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 +48696,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 +48745,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 +48767,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 +48788,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 +48827,7 @@ paths: - url protected: type: boolean - protection: &346 + protection: &347 title: Branch Protection description: Branch Protection type: object @@ -48854,7 +48869,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 +48884,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 +48960,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 +49267,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 +49283,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 +49324,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 +49339,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 +49360,7 @@ paths: required: - sha - url - verification: &462 + verification: &463 title: Verification type: object properties: @@ -49415,7 +49430,7 @@ paths: type: integer files: type: array - items: &425 + items: &426 title: Diff Entry description: Diff Entry type: object @@ -49498,7 +49513,7 @@ paths: - self protected: type: boolean - protection: *346 + protection: *347 protection_url: type: string format: uri @@ -49605,7 +49620,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 +49642,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 +49844,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 +50101,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 +50253,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *348 + restrictions: *349 required_conversation_resolution: type: object properties: @@ -50350,9 +50365,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 +50392,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 +50424,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 +50453,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 +50480,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 +50586,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 +50686,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '422': *15 x-github: githubCloudOnly: false @@ -50694,9 +50709,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 +50738,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 +50771,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 +50801,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 +50828,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 +50864,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 +50918,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '404': *6 '422': *15 x-github: @@ -50927,9 +50942,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 +50968,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 +51004,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 +51073,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 +51139,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 +51207,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 +51306,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 +51331,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 +51343,7 @@ paths: type: array items: *5 examples: - default: &356 + default: &357 value: - id: 1 slug: octoapp @@ -51385,9 +51400,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 +51436,7 @@ paths: type: array items: *5 examples: - default: *356 + default: *357 '422': *15 x-github: githubCloudOnly: false @@ -51442,9 +51457,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 +51493,7 @@ paths: type: array items: *5 examples: - default: *356 + default: *357 '422': *15 x-github: githubCloudOnly: false @@ -51499,9 +51514,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 +51550,7 @@ paths: type: array items: *5 examples: - default: *356 + default: *357 '422': *15 x-github: githubCloudOnly: false @@ -51557,9 +51572,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 +51584,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 '404': *6 x-github: githubCloudOnly: false @@ -51589,9 +51604,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 +51644,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 '422': *15 x-github: githubCloudOnly: false @@ -51650,9 +51665,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 +51705,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 '422': *15 x-github: githubCloudOnly: false @@ -51711,9 +51726,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 +51765,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 '422': *15 x-github: githubCloudOnly: false @@ -51772,9 +51787,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 +51799,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '404': *6 x-github: githubCloudOnly: false @@ -51808,9 +51823,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 +51858,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '422': *15 x-github: githubCloudOnly: false @@ -51868,9 +51883,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 +51918,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '422': *15 x-github: githubCloudOnly: false @@ -51928,9 +51943,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 +51978,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '422': *15 x-github: githubCloudOnly: false @@ -51990,9 +52005,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 +52029,7 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: default: value: @@ -52130,8 +52145,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 +52425,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 +52544,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 +52825,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 +52839,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: &361 + default: &362 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -52926,9 +52941,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 +53183,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53190,9 +53205,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 +53295,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 +53302,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 +53348,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 +53371,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 +53435,7 @@ paths: nullable: true pull_requests: type: array - items: *358 + items: *359 nullable: true app: title: GitHub app @@ -53444,12 +53457,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 +53490,7 @@ paths: - check_runs_url - pull_requests examples: - default: &365 + default: &366 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -53768,9 +53781,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 +53802,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 +54112,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 +54126,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54138,17 +54151,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 +54200,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 +54293,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 +54304,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 +54339,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 +54378,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 +54400,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 +54411,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 +54538,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 +54565,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 +54581,7 @@ paths: description: Response content: application/json: - schema: &380 + schema: &381 type: object properties: number: *54 @@ -54576,7 +54589,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 +54600,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 +54655,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 +54752,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 +54772,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 +54789,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 +54809,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: default: value: @@ -54872,7 +54885,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 +54912,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 +54946,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 +54963,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 +54988,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 +55042,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 +55089,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 +55114,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 +55128,7 @@ paths: application/json: schema: type: array - items: *377 + items: *378 examples: default: value: @@ -55154,7 +55167,7 @@ paths: end_column: 50 classifications: - source - '403': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -55188,25 +55201,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 +55240,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 +55280,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 +55342,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -55365,8 +55378,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 +55392,7 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: response: summary: application/json response @@ -55433,7 +55446,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 +55528,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 +55582,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 +55604,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 +55613,7 @@ paths: application/json: schema: type: array - items: &391 + items: &392 title: CodeQL Database description: A CodeQL database. type: object @@ -55711,7 +55724,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 +55753,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 +55766,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: default: value: @@ -55785,9 +55798,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 +55822,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 +55833,7 @@ paths: responses: '204': description: Response - '403': *384 + '403': *385 '404': *6 '503': *65 x-github: @@ -55848,8 +55861,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 +55871,7 @@ paths: type: object additionalProperties: false properties: - language: &392 + language: &393 type: string description: The language targeted by the CodeQL query enum: @@ -55937,7 +55950,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 +55960,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 +56007,7 @@ paths: items: type: object properties: - repository: &393 + repository: &394 title: Repository Identifier description: Repository Identifier type: object @@ -56030,7 +56043,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 +56075,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 +56089,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 +56111,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 +56128,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 +56280,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 +56311,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 +56324,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *395 + default: *396 '404': *6 '503': *65 x-github: @@ -56336,7 +56349,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 +56384,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 +56509,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 +56584,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 +56605,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 +56688,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 +56753,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 +56762,7 @@ paths: schema: type: object properties: - commit_sha: *398 + commit_sha: *399 ref: type: string description: |- @@ -56807,7 +56820,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 +56834,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 +56857,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 +56904,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 +56929,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 +57011,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 +57132,8 @@ paths: parameters: - *17 - *19 - - *279 - *280 + - *281 responses: '200': description: Response @@ -57136,7 +57149,7 @@ paths: type: integer codespaces: type: array - items: *198 + items: *199 examples: default: value: @@ -57434,8 +57447,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 +57511,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 +57550,8 @@ paths: parameters: - *17 - *19 - - *279 - *280 + - *281 responses: '200': description: Response @@ -57602,8 +57615,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 +57651,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 +57698,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 +57783,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 +57850,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 +57869,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 +57889,7 @@ paths: - created_at - updated_at examples: - default: *402 + default: *403 headers: Link: *58 x-github: @@ -57899,16 +57912,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 +57941,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 +57971,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 +58025,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 +58055,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 +58098,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &407 + properties: &408 login: type: string example: octocat @@ -58178,7 +58191,7 @@ paths: user_view_type: type: string example: public - required: &408 + required: &409 - avatar_url - events_url - followers_url @@ -58252,8 +58265,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 +58309,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 +58337,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 +58559,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 +58590,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 +58612,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *407 - required: *408 + properties: *408 + required: *409 nullable: true required: - permission @@ -58655,8 +58668,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 +58679,7 @@ paths: application/json: schema: type: array - items: &409 + items: &410 title: Commit Comment description: Commit Comment type: object @@ -58724,7 +58737,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 +58796,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 +58863,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 +58887,7 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: default: value: @@ -58925,8 +58938,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 +58961,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 +58989,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 '404': *6 @@ -58999,8 +59012,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 +59046,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 +59077,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 +59129,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 +59186,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 +59282,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 +59356,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 +59368,9 @@ paths: application/json: schema: type: array - items: *409 + items: *410 examples: - default: *412 + default: *413 headers: Link: *58 x-github: @@ -59385,9 +59398,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 +59435,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 +59465,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 +59477,7 @@ paths: application/json: schema: type: array - items: &517 + items: &518 title: Pull Request Simple description: Pull Request Simple type: object @@ -59570,8 +59583,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 +59680,7 @@ paths: _links: type: object properties: - comments: &416 + comments: &417 title: Link description: Hypermedia Link type: object @@ -59676,13 +59689,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 +59706,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 +59769,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 +60306,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 +60325,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 +60440,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 +60478,9 @@ paths: type: integer check_runs: type: array - items: *359 + items: *360 examples: - default: *420 + default: *421 headers: Link: *58 x-github: @@ -60492,9 +60505,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 +60515,7 @@ paths: schema: type: integer example: 1 - - *418 + - *419 - *17 - *19 responses: @@ -60520,7 +60533,7 @@ paths: type: integer check_suites: type: array - items: *364 + items: *365 examples: default: value: @@ -60720,9 +60733,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 +60933,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 +60945,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Status description: The status of a commit. type: object @@ -61013,7 +61026,7 @@ paths: site_admin: false headers: Link: *58 - '301': *291 + '301': *292 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61041,8 +61054,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 +61084,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 +61111,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 +61257,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 +61301,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 +61322,10 @@ paths: example: 6 commits: type: array - items: *410 + items: *411 files: type: array - items: *425 + items: *426 required: - url - html_url @@ -61598,8 +61611,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 +61755,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 +61887,7 @@ paths: - size - type - url - - &531 + - &532 title: Content File description: Content File type: object @@ -62075,7 +62088,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 +62157,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 +62180,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 +62274,7 @@ paths: description: Response content: application/json: - schema: &428 + schema: &429 title: File Commit description: File Commit type: object @@ -62413,7 +62426,7 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: example-for-creating-a-file: value: @@ -62467,7 +62480,7 @@ paths: schema: oneOf: - *3 - - &457 + - &458 description: Repository rule violation was detected type: object properties: @@ -62488,7 +62501,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 +62533,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 +62595,7 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -62637,8 +62650,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 +62774,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 +62789,7 @@ paths: - *157 - *158 - *159 + - *160 - *48 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -62795,8 +62809,8 @@ paths: default: 30 - *39 - *40 - - *160 - *161 + - *162 responses: '200': description: Response @@ -62804,7 +62818,7 @@ paths: application/json: schema: type: array - items: &431 + items: &432 type: object description: A Dependabot alert. properties: @@ -62850,7 +62864,7 @@ paths: - unknown - direct - transitive - security_advisory: *429 + security_advisory: *430 security_vulnerability: *52 url: *56 html_url: *57 @@ -62881,7 +62895,7 @@ paths: nullable: true maxLength: 280 fixed_at: *137 - auto_dismissed_at: *430 + auto_dismissed_at: *431 required: - number - state @@ -63111,9 +63125,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 +63142,7 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: default: value: @@ -63241,9 +63255,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 +63302,7 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: default: value: @@ -63417,8 +63431,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 +63450,7 @@ paths: type: integer secrets: type: array - items: &435 + items: &436 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -63489,16 +63503,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 +63532,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 +63566,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 +63620,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 +63644,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 +63805,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 +64045,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 +64121,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 +64154,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 +64167,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 +64296,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 +64337,9 @@ paths: application/json: schema: type: array - items: *437 + items: *438 examples: - default: *438 + default: *439 headers: Link: *58 x-github: @@ -64391,8 +64405,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 +64487,7 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: simple-example: summary: Simple example @@ -64546,9 +64560,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 +64574,7 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: default: value: @@ -64625,9 +64639,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 +64663,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 +64675,7 @@ paths: application/json: schema: type: array - items: &440 + items: &441 title: Deployment Status description: The status of a deployment. type: object @@ -64822,9 +64836,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 +64913,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 +64971,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 +64984,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 '404': *6 x-github: githubCloudOnly: false @@ -64997,8 +65011,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 +65069,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 +65087,7 @@ paths: type: integer environments: type: array - items: &443 + items: &444 title: Environment description: Details of a deployment environment type: object @@ -65125,7 +65139,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 +65176,7 @@ paths: items: type: object properties: - type: *442 + type: *443 reviewer: anyOf: - *4 @@ -65186,7 +65200,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 +65316,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 +65331,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: &447 + default: &448 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -65403,9 +65417,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 +65428,7 @@ paths: type: object nullable: true properties: - wait_timer: *445 + wait_timer: *446 prevent_self_review: type: boolean example: false @@ -65431,13 +65445,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 +65471,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 +65497,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 +65524,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 +65544,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 +65601,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 +65649,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 +65693,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 +65708,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65715,10 +65729,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 +65760,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *449 examples: - default: *449 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65767,10 +65781,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 +65809,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 +65827,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 +65846,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 +65945,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 +65968,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 +66005,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 +66026,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *452 + items: *453 examples: default: value: @@ -66047,10 +66061,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 +66076,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *453 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66085,10 +66099,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 +66128,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 +66148,9 @@ paths: type: integer secrets: type: array - items: *325 + items: *326 examples: - default: *326 + default: *327 headers: Link: *58 x-github: @@ -66161,17 +66175,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 +66207,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 +66240,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 +66300,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 +66328,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 +66348,9 @@ paths: type: integer variables: type: array - items: *329 + items: *330 examples: - default: *330 + default: *331 headers: Link: *58 x-github: @@ -66359,9 +66373,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 +66427,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 +66459,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 +66504,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 +66529,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 +66607,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 +66767,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 +66800,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *292 + default: *293 '400': *14 '422': *15 '403': *29 @@ -66809,8 +66823,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 +66884,7 @@ paths: schema: oneOf: - *97 - - *457 + - *458 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66895,8 +66909,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 +67009,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 +67119,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 +67333,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 +67397,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 +67416,7 @@ paths: application/json: schema: type: array - items: &460 + items: &461 title: Git Reference description: Git references within a repository type: object @@ -67477,17 +67491,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 +67530,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 +67560,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 +67588,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 +67619,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: *461 + default: *462 '422': *15 '409': *46 x-github: @@ -67625,9 +67639,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 +67696,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 +67764,7 @@ paths: description: Response content: application/json: - schema: &463 + schema: &464 title: Git Tag description: Metadata for a Git tag type: object @@ -67801,7 +67815,7 @@ paths: - sha - type - url - verification: *462 + verification: *463 required: - sha - url @@ -67811,7 +67825,7 @@ paths: - tag - message examples: - default: &464 + default: &465 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -67884,8 +67898,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 +67910,9 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *464 + default: *465 '404': *6 '409': *46 x-github: @@ -67922,8 +67936,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 +68010,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 +68106,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 +68130,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: default-response: summary: Default response @@ -68175,8 +68189,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 +68200,7 @@ paths: application/json: schema: type: array - items: &466 + items: &467 title: Webhook description: Webhooks for repositories. type: object @@ -68240,7 +68254,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 +68328,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 +68381,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: &467 + default: &468 value: type: Repository id: 12345678 @@ -68417,17 +68431,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 +68461,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 +68508,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: *467 + default: *468 '422': *15 '404': *6 x-github: @@ -68517,9 +68531,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 +68557,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 +68586,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 +68632,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 +68644,9 @@ paths: application/json: schema: type: array - items: *171 + items: *172 examples: - default: *172 + default: *173 '400': *14 '422': *15 x-github: @@ -68651,18 +68665,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 +68695,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 +68720,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 +68747,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 +68807,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 +68913,7 @@ paths: - html_url - authors_url examples: - default: &471 + default: &472 value: vcs: subversion use_lfs: true @@ -68915,7 +68929,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 +68958,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 +69007,7 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: default: value: @@ -69018,7 +69032,7 @@ paths: type: string '422': *15 '404': *6 - '503': *469 + '503': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69046,8 +69060,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 +69110,7 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: example-1: summary: Example 1 @@ -69144,7 +69158,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 +69181,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 +69212,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 +69228,7 @@ paths: application/json: schema: type: array - items: &470 + items: &471 title: Porter Author description: Porter Author type: object @@ -69268,7 +69282,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 +69307,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 +69338,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: default: value: @@ -69337,7 +69351,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 +69375,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 +69417,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *469 + '503': *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69431,8 +69445,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 +69473,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 +69500,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 +69509,8 @@ paths: application/json: schema: *22 examples: - default: *472 - '301': *291 + default: *473 + '301': *292 '404': *6 x-github: githubCloudOnly: false @@ -69516,8 +69530,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 +69539,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 +69569,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 +69587,9 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: - default: *474 + default: *475 '409': description: Response x-github: @@ -69597,8 +69611,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 +69635,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 +69646,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: &630 + default: &631 value: - id: 1 repository: @@ -69765,9 +69779,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 +69810,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: default: value: @@ -69927,9 +69941,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 +69974,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 +70023,7 @@ paths: required: false schema: type: string - - *195 + - *196 - name: sort description: What to sort results by. in: query @@ -70034,7 +70048,7 @@ paths: type: array items: *77 examples: - default: &486 + default: &487 value: - id: 1 node_id: MDU6SXNzdWUx @@ -70182,7 +70196,7 @@ paths: state_reason: completed headers: Link: *58 - '301': *291 + '301': *292 '422': *15 '404': *6 x-github: @@ -70211,8 +70225,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 +70310,7 @@ paths: application/json: schema: *77 examples: - default: &481 + default: &482 value: id: 1 node_id: MDU6SXNzdWUx @@ -70452,7 +70466,7 @@ paths: '422': *15 '503': *65 '404': *6 - '410': *288 + '410': *289 x-github: triggersNotification: true githubCloudOnly: false @@ -70480,8 +70494,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 +70516,9 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: &483 + default: &484 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -70562,17 +70576,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 +70640,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 +70664,9 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 '422': *15 x-github: githubCloudOnly: false @@ -70670,8 +70684,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 +70706,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 +70734,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 '404': *6 @@ -70743,8 +70757,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 +70791,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 +70822,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 +70845,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 +70856,7 @@ paths: application/json: schema: type: array - items: &480 + items: &481 title: Issue Event description: Issue Event type: object @@ -70885,8 +70899,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 +71207,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 +71219,7 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: default: value: @@ -71398,7 +71412,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *288 + '410': *289 '403': *29 x-github: githubCloudOnly: false @@ -71432,9 +71446,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 +71462,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 +71490,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 +71597,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 +71621,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 +71651,7 @@ paths: application/json: schema: *77 examples: - default: *481 + default: *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71653,9 +71667,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 +71696,7 @@ paths: application/json: schema: *77 examples: - default: *481 + default: *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71704,9 +71718,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 +71760,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 +71773,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 +71808,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 +71832,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 +71861,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 +71877,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 +71931,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &488 + - &489 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -72053,7 +72067,7 @@ paths: - performed_via_github_app - assignee - assigner - - &489 + - &490 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -72104,7 +72118,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &490 + - &491 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -72155,7 +72169,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &491 + - &492 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -72209,7 +72223,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 +72270,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 +72317,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 +72377,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &495 + - &496 title: Locked Issue Event description: Locked Issue Event type: object @@ -72411,7 +72425,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 +72491,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 +72557,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 +72623,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 +72714,7 @@ paths: color: red headers: Link: *58 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72717,9 +72731,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 +72743,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 +72790,7 @@ paths: - color - default examples: - default: &485 + default: &486 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -72794,9 +72808,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 +72827,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 +72888,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 +72910,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 +72972,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 +72994,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 +73021,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 +73036,7 @@ paths: application/json: schema: type: array - items: *484 + items: *485 examples: default: value: @@ -73033,9 +73047,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 +73069,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 +73099,7 @@ paths: '204': description: Response '403': *29 - '410': *288 + '410': *289 '404': *6 '422': *15 x-github: @@ -73103,9 +73117,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 +73141,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 +73169,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 +73193,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 +73227,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 +73258,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 +73290,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 +73316,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 +73349,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 +73363,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 +73395,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 +73426,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 +73453,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 +73488,7 @@ paths: application/json: schema: *77 examples: - default: *481 + default: *482 '403': *29 '404': *6 '422': *7 @@ -73496,9 +73510,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 +73527,6 @@ paths: description: Timeline Event type: object anyOf: - - *487 - *488 - *489 - *490 @@ -73526,6 +73539,7 @@ paths: - *497 - *498 - *499 + - *500 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -73830,7 +73844,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 +74053,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 +74342,7 @@ paths: headers: Link: *58 '404': *6 - '410': *288 + '410': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74345,8 +74359,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 +74370,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 +74435,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 +74472,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 +74508,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 +74522,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 '404': *6 x-github: githubCloudOnly: false @@ -74528,9 +74542,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 +74564,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 +74575,9 @@ paths: application/json: schema: type: array - items: *484 + items: *485 examples: - default: *485 + default: *486 headers: Link: *58 '404': *6 @@ -74584,8 +74598,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 +74635,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: &503 + default: &504 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74655,8 +74669,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 +74681,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *503 + default: *504 '404': *6 x-github: githubCloudOnly: false @@ -74686,8 +74700,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 +74740,7 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: default: value: @@ -74752,8 +74766,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 +74793,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 +74833,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 +74980,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 +75046,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 +75081,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 +75108,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 +75150,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 +75211,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 +75252,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 +75313,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 +75327,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *506 + default: *507 '404': *6 x-github: githubCloudOnly: false @@ -75332,9 +75346,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 +75386,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *506 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75390,9 +75404,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 +75427,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 +75439,9 @@ paths: application/json: schema: type: array - items: *484 + items: *485 examples: - default: *485 + default: *486 headers: Link: *58 x-github: @@ -75446,12 +75460,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 +75477,7 @@ paths: type: array items: *90 examples: - default: *511 + default: *512 headers: Link: *58 x-github: @@ -75487,8 +75501,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 +75560,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 +75692,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 +75733,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 +75788,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *513 + default: *514 '422': *15 '409': *46 x-github: @@ -75799,8 +75813,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 +75913,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 +75940,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 +75951,7 @@ paths: application/json: schema: type: array - items: &514 + items: &515 title: Page Build description: Page Build type: object @@ -76031,8 +76045,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 +76091,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 +76148,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 +76160,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *515 + default: *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76168,8 +76182,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 +76288,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 +76348,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 +76377,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 +76636,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 +76674,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 +76696,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 +76720,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 +76742,7 @@ paths: application/json: schema: type: array - items: *229 + items: *230 examples: default: value: @@ -76768,7 +76782,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *288 + '410': *289 '422': *7 x-github: githubCloudOnly: false @@ -76791,8 +76805,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 +76832,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 +76861,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 +76870,7 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: default: value: @@ -76887,8 +76901,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 +76914,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 +76964,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 +77025,9 @@ paths: application/json: schema: type: array - items: *517 + items: *518 examples: - default: *518 + default: *519 headers: Link: *58 '304': *37 @@ -77045,8 +77059,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 +77125,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 +77236,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 +77282,7 @@ paths: nullable: true requested_teams: type: array - items: *257 + items: *258 nullable: true head: type: object @@ -77307,14 +77321,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 +77339,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 +77431,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 +77958,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 +77988,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 +78067,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 +78152,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 +78176,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78180,8 +78194,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 +78217,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 +78245,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 '404': *6 @@ -78254,8 +78268,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 +78302,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 +78333,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 +78379,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 +78394,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 +78431,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 +78475,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 '422': *15 '403': *29 x-github: @@ -78485,9 +78499,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 +78561,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 +78601,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 +78624,9 @@ paths: application/json: schema: type: array - items: *520 + items: *521 examples: - default: *525 + default: *526 headers: Link: *58 x-github: @@ -78645,9 +78659,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 +78766,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: example-for-a-multi-line-comment: value: @@ -78840,9 +78854,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 +78879,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -78951,9 +78965,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 +78977,9 @@ paths: application/json: schema: type: array - items: *410 + items: *411 examples: - default: *526 + default: *527 headers: Link: *58 x-github: @@ -78995,9 +79009,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 +79021,7 @@ paths: application/json: schema: type: array - items: *425 + items: *426 examples: default: value: @@ -79045,9 +79059,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 +79084,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 +79197,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 +79274,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 +79313,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: default: value: @@ -79835,9 +79849,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 +79885,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: default: value: @@ -80376,9 +80390,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 +80402,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 +80553,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 +80641,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &529 + default: &530 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -80692,10 +80706,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 +80721,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &530 + default: &531 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -80768,10 +80782,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 +80808,7 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: default: value: @@ -80856,18 +80870,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 +80908,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 +80994,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 +81139,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 +81170,7 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: default: value: @@ -81219,10 +81233,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 +81271,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *530 + default: *531 '404': *6 '422': *7 '403': *29 @@ -81281,9 +81295,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 +81360,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 +81374,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: &532 + default: &533 value: type: file encoding: base64 @@ -81404,8 +81418,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 +81439,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 '404': *6 '422': *15 x-github: @@ -81449,8 +81463,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 +81474,7 @@ paths: application/json: schema: type: array - items: &533 + items: &534 title: Release description: A release. type: object @@ -81523,7 +81537,7 @@ paths: author: *4 assets: type: array - items: &534 + items: &535 title: Release Asset description: Data related to a release. type: object @@ -81704,8 +81718,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 +81795,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 +81900,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 +81914,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 +81950,7 @@ paths: type: User site_admin: false '404': *6 - '302': *427 + '302': *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81952,9 +81966,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 +81996,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: *536 + default: *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82000,9 +82014,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 +82040,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 +82126,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 +82152,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 +82166,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *537 + default: *538 '404': *6 x-github: githubCloudOnly: false @@ -82176,9 +82190,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 +82206,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 +82226,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 +82292,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 +82315,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 +82337,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 +82349,7 @@ paths: application/json: schema: type: array - items: *534 + items: *535 examples: default: value: @@ -82415,9 +82429,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 +82457,7 @@ paths: description: Response for successful upload content: application/json: - schema: *534 + schema: *535 examples: response-for-successful-upload: value: @@ -82497,9 +82511,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 +82537,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 '404': *6 @@ -82546,9 +82560,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 +82592,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 +82623,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 +82650,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 +82668,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 +82689,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 +82786,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 - *17 - *19 - name: includes_parents @@ -82784,7 +82798,7 @@ paths: schema: type: boolean default: true - - *561 + - *562 responses: '200': description: Response @@ -82792,7 +82806,7 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: default: value: @@ -82839,8 +82853,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 requestBody: description: Request body required: true @@ -82860,16 +82874,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 +82914,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 +82963,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 +82976,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '404': *6 '500': *148 x-github: @@ -82985,17 +82999,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 +83037,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83044,9 +83058,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *571 + default: *572 '404': *6 '500': *148 put: @@ -83064,8 +83078,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83090,16 +83104,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 +83141,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *571 + default: *572 '404': *6 '500': *148 delete: @@ -83147,8 +83161,8 @@ paths: category: repos subcategory: rules parameters: - - *279 - *280 + - *281 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83171,8 +83185,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 +83202,9 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *572 + default: *573 '404': *6 '500': *148 x-github: @@ -83209,8 +83223,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 +83242,7 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: default: value: @@ -83283,20 +83297,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 +83318,7 @@ paths: application/json: schema: type: array - items: &578 + items: &579 type: object properties: number: *54 @@ -83323,8 +83337,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 +83556,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 +83616,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 +83626,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 +83645,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: default: value: @@ -83706,9 +83720,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 +83733,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &711 + items: &712 type: object properties: type: @@ -84078,8 +84092,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 +84101,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 +84125,7 @@ paths: schema: type: object properties: - reason: *580 + reason: *581 expire_at: type: string format: date-time @@ -84154,8 +84168,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 +84184,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 +84210,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 +84288,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 +84333,9 @@ paths: application/json: schema: type: array - items: *582 + items: *583 examples: - default: *583 + default: *584 '400': *14 '404': *6 x-github: @@ -84344,8 +84358,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 +84432,7 @@ paths: login: type: string description: The username of the user credited. - type: *256 + type: *257 required: - login - type @@ -84505,9 +84519,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 +84754,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 +84859,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: default: value: @@ -84992,17 +85006,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 +85040,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 +85115,7 @@ paths: login: type: string description: The username of the user credited. - type: *256 + type: *257 required: - login - type @@ -85187,10 +85201,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 +85242,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 +85271,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 +85307,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 +85407,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 +85417,7 @@ paths: application/json: schema: type: array - items: &586 + items: &587 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -85436,8 +85450,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 +85527,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 +85624,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 +85779,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 +85790,7 @@ paths: application/json: schema: type: array - items: *586 + items: *587 examples: default: value: @@ -85809,8 +85823,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 +85878,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -85918,8 +85932,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 +85945,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -85951,14 +85965,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 +86040,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 +86067,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: default: value: @@ -86080,8 +86094,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 +86115,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 +86195,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 +86204,7 @@ paths: application/json: schema: type: array - items: &589 + items: &590 title: Tag protection description: Tag protection type: object @@ -86242,8 +86256,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 +86280,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -86297,8 +86311,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 +86349,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 +86386,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 +86399,7 @@ paths: type: array items: *152 examples: - default: *212 + default: *213 headers: Link: *58 '404': *6 @@ -86405,8 +86419,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 +86428,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 +86440,7 @@ paths: required: - names examples: - default: &591 + default: &592 value: names: - octocat @@ -86449,8 +86463,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 +86495,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 '404': *6 '422': *7 x-github: @@ -86504,9 +86518,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 +86549,7 @@ paths: example: 128 clones: type: array - items: &593 + items: &594 title: Traffic type: object properties: @@ -86622,8 +86636,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 +86727,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 +86788,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 +86809,7 @@ paths: example: 3782 views: type: array - items: *593 + items: *594 required: - uniques - count @@ -86872,8 +86886,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 +87161,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 +87185,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 +87208,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 +87235,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 +87328,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 +87578,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &594 + text_matches: &595 title: Search Result Text Matches type: array items: @@ -87726,7 +87740,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 +87811,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *345 + properties: *346 nullable: true comment_count: type: integer @@ -87817,7 +87831,7 @@ paths: url: type: string format: uri - verification: *462 + verification: *463 required: - author - committer @@ -87836,7 +87850,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 +87868,7 @@ paths: type: number node_id: type: string - text_matches: *594 + text_matches: *595 required: - sha - node_id @@ -88036,7 +88050,7 @@ paths: - interactions - created - updated - - *595 + - *596 - *17 - *19 - name: advanced_search @@ -88163,8 +88177,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 +88192,7 @@ paths: type: string format: date-time nullable: true - text_matches: *594 + text_matches: *595 pull_request: type: object properties: @@ -88222,7 +88236,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 +88420,7 @@ paths: enum: - created - updated - - *595 + - *596 - *17 - *19 responses: @@ -88450,7 +88464,7 @@ paths: nullable: true score: type: number - text_matches: *594 + text_matches: *595 required: - id - node_id @@ -88535,7 +88549,7 @@ paths: - forks - help-wanted-issues - updated - - *595 + - *596 - *17 - *19 responses: @@ -88774,7 +88788,7 @@ paths: - admin - pull - push - text_matches: *594 + text_matches: *595 temp_clone_token: type: string allow_merge_commit: @@ -89074,7 +89088,7 @@ paths: type: string format: uri nullable: true - text_matches: *594 + text_matches: *595 related: type: array nullable: true @@ -89265,7 +89279,7 @@ paths: - followers - repositories - joined - - *595 + - *596 - *17 - *19 responses: @@ -89369,7 +89383,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *594 + text_matches: *595 blog: type: string nullable: true @@ -89448,7 +89462,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 +89474,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '404': *6 x-github: githubCloudOnly: false @@ -89489,7 +89503,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 +89566,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 +89603,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 +89634,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 +89645,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *597 + default: *598 headers: Link: *58 x-github: @@ -89662,7 +89676,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 +89710,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: triggersNotification: true githubCloudOnly: false @@ -89725,16 +89739,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 +89773,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 +89797,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *598 + default: *599 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89810,8 +89824,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 +89854,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 +89866,9 @@ paths: application/json: schema: type: array - items: *269 + items: *270 examples: - default: *599 + default: *600 headers: Link: *58 x-github: @@ -89883,8 +89897,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 +89920,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 x-github: triggersNotification: true githubCloudOnly: false @@ -89935,17 +89949,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 +89984,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 +90008,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *600 + default: *601 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90021,9 +90035,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 +90066,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 +90094,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 x-github: @@ -90111,9 +90125,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 +90159,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90173,8 +90187,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 +90214,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *274 + default: *275 headers: Link: *58 x-github: @@ -90231,8 +90245,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 +90278,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *273 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90290,7 +90304,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 +90314,9 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: *190 + default: *191 headers: Link: *58 x-github: @@ -90328,7 +90342,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 +90365,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '404': *6 @@ -90379,7 +90393,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 +90430,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 +90470,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 +90507,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 +90549,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 +90575,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 +90611,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 +90640,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 +90650,9 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: - default: *603 + default: *604 headers: Link: *58 '404': *6 @@ -90664,16 +90678,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 +90711,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 +90779,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 +90807,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 +90819,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 '404': *6 @@ -90835,15 +90849,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 +91008,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 +91060,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 +91087,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 +91099,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 +91132,7 @@ paths: application/json: schema: oneOf: - - &608 + - &609 title: Private User description: Private User type: object @@ -91321,7 +91335,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 +91488,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -91553,7 +91567,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 '304': *37 '404': *6 '403': *29 @@ -91677,9 +91691,9 @@ paths: type: integer codespaces: type: array - items: *198 + items: *199 examples: - default: *199 + default: *200 '304': *37 '500': *148 '401': *25 @@ -91818,17 +91832,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 +91886,7 @@ paths: type: integer secrets: type: array - items: &609 + items: &610 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -91912,7 +91926,7 @@ paths: - visibility - selected_repositories_url examples: - default: *402 + default: *403 headers: Link: *58 x-github: @@ -91988,7 +92002,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -92134,7 +92148,7 @@ paths: type: array items: *119 examples: - default: *610 + default: *611 '401': *25 '403': *29 '404': *6 @@ -92278,15 +92292,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 +92326,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 +92356,9 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: - default: *399 + default: *400 '401': *25 '403': *29 '404': *6 @@ -92366,7 +92380,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 +92409,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 +92456,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 +92488,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 +92501,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 '404': *6 x-github: githubCloudOnly: false @@ -92510,7 +92524,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 +92540,9 @@ paths: type: integer machines: type: array - items: *613 + items: *614 examples: - default: *614 + default: *615 '304': *37 '500': *148 '401': *25 @@ -92557,7 +92571,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 +92621,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 +93401,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 +93441,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 +93479,9 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: &627 + default: &628 value: - id: 197 name: hello_docker @@ -93568,7 +93582,7 @@ paths: application/json: schema: type: array - items: &615 + items: &616 title: Email description: Email type: object @@ -93633,9 +93647,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 +93724,7 @@ paths: application/json: schema: type: array - items: *615 + items: *616 examples: default: value: @@ -93820,7 +93834,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '304': *37 @@ -93853,7 +93867,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 '304': *37 @@ -93966,7 +93980,7 @@ paths: application/json: schema: type: array - items: &616 + items: &617 title: GPG Key description: A unique encryption key type: object @@ -94097,7 +94111,7 @@ paths: - subkeys - revoked examples: - default: &640 + default: &641 value: - id: 3 name: Octocat's GPG Key @@ -94182,9 +94196,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 +94255,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 +94267,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *617 + default: *618 '404': *6 '304': *37 '403': *29 @@ -94278,7 +94292,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 +94483,7 @@ paths: type: array items: *60 examples: - default: *619 + default: *620 headers: Link: *58 '404': *6 @@ -94554,12 +94568,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 +94597,7 @@ paths: required: true content: application/json: - schema: *473 + schema: *474 examples: default: value: @@ -94594,7 +94608,7 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: default: value: @@ -94675,7 +94689,7 @@ paths: - closed - all default: open - - *195 + - *196 - name: sort description: What to sort results by. in: query @@ -94700,7 +94714,7 @@ paths: type: array items: *77 examples: - default: *196 + default: *197 headers: Link: *58 '404': *6 @@ -94733,7 +94747,7 @@ paths: application/json: schema: type: array - items: &620 + items: &621 title: Key description: Key type: object @@ -94830,9 +94844,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: &621 + default: &622 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -94865,15 +94879,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 +94910,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 +94943,7 @@ paths: application/json: schema: type: array - items: &622 + items: &623 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -94997,7 +95011,7 @@ paths: - account - plan examples: - default: &623 + default: &624 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -95059,9 +95073,9 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: *623 + default: *624 headers: Link: *58 '304': *37 @@ -95101,7 +95115,7 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: default: value: @@ -95209,7 +95223,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -95292,7 +95306,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -95360,7 +95374,7 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: default: value: @@ -95613,7 +95627,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -95793,7 +95807,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 +95820,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -96000,7 +96014,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 +96040,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 +96069,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 +96094,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 +96106,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 '404': *6 @@ -96127,9 +96141,9 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *625 + default: *626 headers: Link: *58 '304': *37 @@ -96171,7 +96185,7 @@ paths: - docker - nuget - container - - *626 + - *627 - *19 - *17 responses: @@ -96181,10 +96195,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 +96218,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 +96340,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 +96371,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 +96404,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 +96425,7 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: default: value: @@ -96460,15 +96474,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 +96518,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 +96550,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 +96608,7 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: default: value: @@ -96666,9 +96680,9 @@ paths: application/json: schema: type: array - items: *615 + items: *616 examples: - default: *629 + default: *630 headers: Link: *58 '304': *37 @@ -96781,7 +96795,7 @@ paths: type: array items: *60 examples: - default: &636 + default: &637 summary: Default response value: - id: 1296269 @@ -97085,9 +97099,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 +97139,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: *630 + default: *631 headers: Link: *58 '304': *37 @@ -97150,7 +97164,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 +97187,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 +97220,7 @@ paths: application/json: schema: type: array - items: &631 + items: &632 title: Social account description: Social media account type: object @@ -97221,7 +97235,7 @@ paths: - provider - url examples: - default: &632 + default: &633 value: - provider: twitter url: https://twitter.com/github @@ -97283,9 +97297,9 @@ paths: application/json: schema: type: array - items: *631 + items: *632 examples: - default: *632 + default: *633 '422': *15 '304': *37 '404': *6 @@ -97372,7 +97386,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 +97406,7 @@ paths: - title - created_at examples: - default: &648 + default: &649 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97458,9 +97472,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: &634 + default: &635 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97491,7 +97505,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 +97517,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *634 + default: *635 '404': *6 '304': *37 '403': *29 @@ -97528,7 +97542,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 +97571,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 +97596,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 +97756,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 +97785,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 +97810,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 +97846,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 '304': *37 @@ -97869,7 +97883,7 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: default: value: @@ -97955,10 +97969,10 @@ paths: application/json: schema: oneOf: + - *609 - *608 - - *607 examples: - default-response: &638 + default-response: &639 summary: Default response value: login: octocat @@ -97993,7 +98007,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 +98067,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *637 + - *638 - *17 responses: '200': @@ -98064,7 +98078,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: example: ; rel="next" @@ -98102,11 +98116,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 +98196,7 @@ paths: bundle_url: type: string examples: - default: *341 + default: *342 '201': description: Response content: @@ -98221,9 +98235,9 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *627 + default: *628 '403': *29 '401': *25 x-github: @@ -98506,7 +98520,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -98537,7 +98551,7 @@ paths: type: array items: *4 examples: - default: *197 + default: *198 headers: Link: *58 x-github: @@ -98627,9 +98641,9 @@ paths: application/json: schema: type: array - items: *616 + items: *617 examples: - default: *640 + default: *641 headers: Link: *58 x-github: @@ -98733,7 +98747,7 @@ paths: application/json: schema: *22 examples: - default: *472 + default: *473 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98809,9 +98823,9 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *625 + default: *626 headers: Link: *58 x-github: @@ -98850,7 +98864,7 @@ paths: - docker - nuget - container - - *626 + - *627 - *132 - *19 - *17 @@ -98861,12 +98875,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 +98900,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 +98931,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 +98965,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 +98999,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 +99009,7 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: default: value: @@ -99053,16 +99067,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 +99111,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 +99146,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 +99196,7 @@ paths: application/json: schema: type: array - items: *229 + items: *230 examples: default: value: @@ -99465,7 +99479,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -99495,9 +99509,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: *643 + default: *644 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99525,9 +99539,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: *645 + default: *646 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99555,9 +99569,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: *647 + default: *648 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99585,9 +99599,9 @@ paths: application/json: schema: type: array - items: *631 + items: *632 examples: - default: *632 + default: *633 headers: Link: *58 x-github: @@ -99617,9 +99631,9 @@ paths: application/json: schema: type: array - items: *633 + items: *634 examples: - default: *648 + default: *649 headers: Link: *58 x-github: @@ -99644,7 +99658,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 +99670,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 +99705,7 @@ paths: type: array items: *119 examples: - default: *219 + default: *220 headers: Link: *58 x-github: @@ -99819,7 +99833,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 +99891,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 +99910,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 +99970,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 +100659,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 +100810,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 +100889,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 +101116,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 +101303,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 +101391,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 +101454,7 @@ x-webhooks: type: string pull_requests: type: array - items: *358 + items: *359 repository: *119 status: example: completed @@ -101478,7 +101492,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *656 + deployment: *657 details_url: example: https://example.com type: string @@ -101528,7 +101542,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 +101577,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 +101972,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 +102371,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 +102779,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 +103759,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 +104432,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 +105099,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 +105265,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 +105410,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 +105585,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 +105815,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 +105915,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 +106083,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 +106251,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 +106417,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 +106519,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 +106687,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 +106790,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 +106930,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 +107192,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 +107275,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 +107296,7 @@ x-webhooks: enum: - tag - branch - repository: *654 + repository: *655 sender: *4 required: - ref @@ -107364,10 +107378,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 +107466,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 +107545,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 +107625,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 +107705,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 +107793,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 +107888,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 +107976,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 +108064,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 +108150,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 +108236,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 +108323,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 +108409,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 +108490,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 +108528,8 @@ x-webhooks: - verified - created_at - read_only - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -108592,11 +108606,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 +109171,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 +109902,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 +109979,7 @@ x-webhooks: type: string enum: - approved - approver: &663 + approver: &664 type: object properties: avatar_url: @@ -110008,11 +110022,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 +110105,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &665 + workflow_job_run: &666 type: object properties: conclusion: @@ -110822,18 +110836,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 +111551,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 +113456,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 +114141,7 @@ x-webhooks: type: string enum: - answered - answer: &669 + answer: &670 type: object properties: author_association: @@ -114284,7 +114298,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &667 + discussion: &668 title: Discussion description: A Discussion in a repository. type: object @@ -114570,7 +114584,7 @@ x-webhooks: - id labels: type: array - items: *484 + items: *485 required: - repository_url - category @@ -114592,10 +114606,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 +114736,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 +114823,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 +114909,7 @@ x-webhooks: type: string enum: - created - comment: &668 + comment: &669 type: object properties: author_association: @@ -115052,11 +115066,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 +115153,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 +115253,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 +115342,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 +115428,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 +115532,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 +115618,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 +115653,8 @@ x-webhooks: - color - default - description - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -115723,11 +115737,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 +115823,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 +115909,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 +115998,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 +116090,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 +116175,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 +116263,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 +116349,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 +116426,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 +117086,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 +117234,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 +117273,7 @@ x-webhooks: - action - sha - html_url - repository: *654 + repository: *655 sender: *4 required: - pages @@ -117335,10 +117349,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 +117378,8 @@ x-webhooks: - name - full_name - private - repository: *654 - requester: *671 + repository: *655 + requester: *672 sender: *4 required: - action @@ -117440,11 +117454,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 +117534,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 +117614,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 +117663,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 +117750,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 +117780,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 +117861,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 +118043,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 +118125,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 +118381,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 +119205,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -119524,8 +119538,8 @@ x-webhooks: - state - locked - assignee - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -119605,7 +119619,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 +119784,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 +120604,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -120925,8 +120939,8 @@ x-webhooks: - state - locked - assignee - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -121006,7 +121020,7 @@ x-webhooks: type: string enum: - edited - changes: &703 + changes: &704 description: The changes to the comment. type: object properties: @@ -121018,9 +121032,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 +121856,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -122175,8 +122189,8 @@ x-webhooks: - state - locked - assignee - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -122258,10 +122272,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 +123093,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -123180,8 +123194,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -123261,8 +123275,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 +124099,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -124321,8 +124335,8 @@ x-webhooks: required: - state - closed_at - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -124401,8 +124415,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 +125228,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -125314,8 +125328,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -125394,8 +125408,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 +126245,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -126310,7 +126324,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 +126462,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -126548,8 +126562,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 +127378,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *192 + type: *193 title: description: Title of the issue type: string @@ -127468,9 +127482,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 +127564,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 +128379,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *192 + type: *193 title: description: Title of the issue type: string @@ -128469,9 +128483,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 +128565,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 +129404,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *192 + type: *193 title: description: Title of the issue type: string @@ -129471,8 +129485,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -129551,8 +129565,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 +130401,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -130465,9 +130479,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 +131942,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 +132761,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -132847,8 +132861,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -132928,9 +132942,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 +133756,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -133842,8 +133856,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -133922,8 +133936,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 +134854,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 +135751,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -136305,11 +136319,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 +136403,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 +136489,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &706 + assignee: &707 title: User type: object nullable: true @@ -136545,11 +136559,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 +136642,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 +136727,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 +137567,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *192 + type: *193 updated_at: type: string format: date-time @@ -137631,8 +137645,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -137712,11 +137726,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 +137809,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 +137894,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 +137976,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 +138090,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 +138176,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 +138261,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 +138342,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *654 + repository: *655 sender: *4 required: - action @@ -138408,10 +138422,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 +138508,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *654 + repository: *655 sender: *4 required: - action @@ -138576,10 +138590,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 +138675,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *654 + repository: *655 sender: *4 required: - action @@ -138742,8 +138756,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 +138839,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 +138921,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 +139028,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 +139132,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 +139215,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 +139297,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 +139377,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 +139567,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 +139648,7 @@ x-webhooks: required: - login - id - team: *681 + team: *682 required: - action - scope @@ -139716,8 +139730,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 +139750,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 +139844,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 +139920,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 +140028,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 +140118,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 +140201,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 +140340,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -140406,11 +140420,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 +140534,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 +140618,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 +140701,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 +140784,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 +140867,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 +140961,8 @@ x-webhooks: - role - organization_url - user - organization: *653 - repository: *654 + organization: *654 + repository: *655 sender: *4 required: - action @@ -141026,11 +141040,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 +141123,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 +141240,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 +141321,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 +141412,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 +141492,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 +141993,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &688 + items: &689 title: Ruby Gems metadata type: object properties: @@ -142074,7 +142088,7 @@ x-webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -142150,9 +142164,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 +142519,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *688 + items: *689 source_url: type: string format: uri @@ -142575,7 +142589,7 @@ x-webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -142752,12 +142766,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 +142848,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 +142994,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 +143074,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 +143154,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 +143233,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 +143342,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 +143374,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 +143620,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 +143742,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *654 + repository: *655 sender: *4 required: - action @@ -143809,11 +143823,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 +143907,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 +144037,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 +144132,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 +144230,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 +144422,7 @@ x-webhooks: type: string required: - after_id - repository: *654 + repository: *655 sender: *4 required: - action @@ -144488,10 +144502,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 +144629,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *654 + repository: *655 sender: *4 required: - action @@ -144695,10 +144709,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 +144751,7 @@ x-webhooks: - name - created_at - updated_at - repository: *654 + repository: *655 sender: *4 required: - action @@ -144816,18 +144830,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 +144931,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 +145015,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 +145099,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 +145183,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 +145296,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 +145379,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 +145464,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 +145609,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 +145692,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 +145811,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 +145896,7 @@ x-webhooks: type: string enum: - archived - changes: &698 + changes: &699 type: object properties: archived_at: @@ -145896,9 +145910,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 +146046,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 +146130,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 +146213,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 +146321,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 +146339,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 +146362,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *696 - *697 + - *698 required: - field_value - type: object @@ -146365,9 +146379,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 +146476,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 +146561,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 +146646,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 +146729,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 +146858,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 +146996,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 +147069,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 +147149,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 +149438,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -149506,11 +149520,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 +151802,7 @@ x-webhooks: - draft reason: type: string - repository: *654 + repository: *655 sender: *4 required: - action @@ -151870,11 +151884,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 +154166,7 @@ x-webhooks: - draft reason: type: string - repository: *654 + repository: *655 sender: *4 required: - action @@ -154234,13 +154248,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 +154316,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *654 + repository: *655 sender: *4 required: - action @@ -154383,12 +154397,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 +154482,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 +156749,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -156814,11 +156828,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 +159114,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *654 + repository: *655 sender: *4 required: - action @@ -159224,12 +159238,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 +159323,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 +161594,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -161660,11 +161674,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 +163960,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -164027,10 +164041,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 +166324,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -166390,12 +166404,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 +166488,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 +166574,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 +166659,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 +167030,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 +169202,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *654 + repository: *655 sender: *4 required: - action @@ -169268,7 +169282,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 +169567,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 +171727,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *654 + repository: *655 sender: *4 required: - action @@ -171793,11 +171807,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 +173972,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *654 + repository: *655 sender: *4 required: - action @@ -174039,9 +174053,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 +176228,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 +176471,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 +178527,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 +178757,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 +181045,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 requested_reviewer: title: User type: object @@ -181115,12 +181129,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 +183424,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 +183616,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 +185906,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 requested_reviewer: title: User type: object @@ -185977,12 +185991,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 +188272,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 +188453,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 +190630,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 - review: *705 + repository: *655 + review: *706 sender: *4 required: - action @@ -190697,9 +190711,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 +192783,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 + repository: *655 sender: *4 thread: type: object @@ -193152,9 +193166,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 +195224,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 + repository: *655 sender: *4 thread: type: object @@ -195596,10 +195610,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 +197884,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -197952,11 +197966,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 +200253,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -200318,11 +200332,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 +202609,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -202676,10 +202690,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 +204958,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *655 sender: *4 required: - action @@ -205144,7 +205158,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 +205250,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 +205826,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 +206274,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *688 + items: *689 summary: type: string tag_name: @@ -206314,7 +206328,7 @@ x-webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -206392,9 +206406,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 +206716,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *688 + items: *689 summary: type: string tag_name: @@ -206751,7 +206765,7 @@ x-webhooks: - owner - package_version - registry - repository: *654 + repository: *655 sender: *4 required: - action @@ -206828,10 +206842,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 +207150,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *654 + repository: *655 sender: *4 required: - action @@ -207213,11 +207227,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 +207348,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 +207430,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 +207741,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *654 + repository: *655 sender: *4 required: - action @@ -207803,10 +207817,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 +208126,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *654 + repository: *655 sender: *4 required: - action @@ -208188,11 +208202,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 +208282,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 +208362,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 +208442,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 +208522,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 +208602,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 +208683,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 +208770,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 +208885,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 +208960,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 +209044,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 +209124,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 +209221,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 +209304,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 +209386,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 +209468,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 +209491,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 +209533,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 +209776,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 +209857,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 +209938,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 +210059,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 +210268,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 +210349,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 +210552,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 +210633,7 @@ x-webhooks: type: string enum: - created - alert: &710 + alert: &711 type: object properties: number: *54 @@ -210730,10 +210744,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 +210828,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 +211070,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 +211152,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 +211234,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 +211316,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 +211446,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 +211527,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 +211714,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 +211791,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 +211978,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 +212060,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 +212366,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 +212459,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 +212541,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 +212625,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &715 + changes: &716 type: object properties: tier: @@ -212655,13 +212669,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 +212752,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 +212832,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 +212918,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 +213341,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 +213464,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 +213556,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 +213648,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 +213740,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 +213819,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 +214014,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 +214474,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - team @@ -214536,9 +214550,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 +215010,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - team @@ -215073,9 +215087,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 +215547,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - team @@ -215677,9 +215691,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 +216151,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - changes @@ -216215,9 +216229,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 +216689,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *716 + team: *717 required: - action - team @@ -216751,10 +216765,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 +216841,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 +216932,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 +217172,7 @@ x-webhooks: type: string required: - conclusion - deployment: *437 + deployment: *438 required: - action - repository @@ -217237,10 +217251,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 +217514,7 @@ x-webhooks: required: - status - steps - deployment: *437 + deployment: *438 required: - action - repository @@ -217579,10 +217593,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 +217731,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *437 + deployment: *438 required: - action - repository @@ -217796,10 +217810,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 +217949,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *437 + deployment: *438 required: - action - repository @@ -218015,12 +218029,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 +219033,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 +220022,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..ea8f228825 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -33634,6 +33634,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -46483,7 +46504,7 @@ { "name": "advanced_security_product", "in": "query", - "description": "The security feature to get GitHub Advanced Security active committers for.", + "description": "The security product to get GitHub Advanced Security active committers for. This parameter is required if you have puchased standalone Code Scanning or Secret Protection products to specify which one you want to get the committer information for, otherwise it is not required.", "required": false, "schema": { "type": "string", @@ -110015,6 +110036,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -171518,7 +171560,7 @@ { "name": "advanced_security_product", "in": "query", - "description": "The security feature to get GitHub Advanced Security active committers for.", + "description": "The security product to get GitHub Advanced Security active committers for. This parameter is required if you have puchased standalone Code Scanning or Secret Protection products to specify which one you want to get the committer information for, otherwise it is not required.", "required": false, "schema": { "type": "string", @@ -250942,7 +250984,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 +258345,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 +294922,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 7b6bb3b13b..43e8b9f909 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,20 @@ 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. + Multiple `has` filters can be chained to check if multiple properties are present. + schema: + oneOf: + - type: string + - type: array + items: + type: string + enum: + - patch + - &255 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -14456,7 +14470,7 @@ paths: enum: - development - runtime - - &255 + - &256 name: sort in: query description: |- @@ -14474,7 +14488,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 +14501,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 +14521,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 type: object description: A Dependabot alert. properties: @@ -14570,7 +14584,7 @@ paths: - unknown - direct - transitive - security_advisory: &517 + security_advisory: &518 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14802,7 +14816,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 +14842,7 @@ paths: - repository additionalProperties: false examples: - default: &259 + default: &260 value: - number: 2 state: dismissed @@ -15294,7 +15308,7 @@ paths: - name - created_on examples: - default: &354 + default: &355 value: total_count: 2 network_configurations: @@ -15517,7 +15531,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 +15543,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 +15577,7 @@ paths: - subnet_id - region examples: - default: &357 + default: &358 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -15865,7 +15879,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 +16245,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 +16257,7 @@ paths: type: string enum: - creation - - &631 + - &632 title: update description: Only allow users with bypass permission to update matching refs. @@ -16264,7 +16278,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 +16290,7 @@ paths: type: string enum: - deletion - - &634 + - &635 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16288,7 +16302,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 +16378,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 +16402,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 +16414,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 +16474,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 +16521,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 +16533,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 +16569,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 +16605,7 @@ paths: required: - operator - pattern - - &643 + - &644 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -16627,7 +16641,7 @@ paths: required: - operator - pattern - - &644 + - &645 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -16663,7 +16677,7 @@ paths: required: - operator - pattern - - &645 + - &646 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -16699,7 +16713,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 +16737,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 +16761,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 +16784,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 +16808,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 +16857,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 +17014,7 @@ paths: nullable: true anyOf: - *121 - - &330 + - &331 title: Organization ruleset conditions type: object description: |- @@ -17281,7 +17295,7 @@ paths: type: string format: date-time examples: - default: &332 + default: &333 value: - version_id: 3 actor: @@ -17334,7 +17348,7 @@ paths: description: Response content: application/json: - schema: &333 + schema: &334 allOf: - *131 - type: object @@ -17389,7 +17403,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 +17414,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 +17424,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 +17433,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 +17449,7 @@ paths: - *17 - *84 - *85 - - &338 + - &339 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -17444,7 +17458,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 +17467,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 +17483,7 @@ paths: application/json: schema: type: array - items: &341 + items: &342 type: object properties: number: *100 @@ -17488,14 +17502,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 +17611,7 @@ paths: is base64 encoded nullable: true examples: - default: &342 + default: &343 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -17863,7 +17877,7 @@ paths: description: Response content: application/json: - schema: &345 + schema: &346 type: object properties: total_minutes_used: @@ -17933,7 +17947,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &346 + default: &347 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -17964,11 +17978,13 @@ 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 - for. + description: The security product to get GitHub Advanced Security active committers + for. This parameter is required if you have puchased standalone Code Scanning + or Secret Protection products to specify which one you want to get the committer + information for, otherwise it is not required. required: false schema: type: string @@ -17982,7 +17998,7 @@ paths: description: Success content: application/json: - schema: &348 + schema: &349 type: object properties: total_advanced_security_committers: @@ -18037,7 +18053,7 @@ paths: required: - repositories examples: - default: &349 + default: &350 value: total_advanced_security_committers: 2 total_count: 2 @@ -18277,7 +18293,7 @@ paths: description: Response content: application/json: - schema: &350 + schema: &351 type: object properties: total_gigabytes_bandwidth_used: @@ -18295,7 +18311,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 +18346,7 @@ paths: description: Response content: application/json: - schema: &352 + schema: &353 type: object properties: days_left_in_billing_cycle: @@ -18348,7 +18364,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 +18734,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 +18845,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &502 + properties: &503 url: type: string format: uri @@ -18899,7 +18915,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &503 + required: &504 - closed_issues - creator - description @@ -18978,7 +18994,7 @@ paths: timeline_url: type: string format: uri - type: &288 + type: &289 title: Issue Type description: The type of issue. type: object @@ -19103,7 +19119,7 @@ paths: - total - completed - percent_completed - required: &570 + required: &571 - assignee - closed_at - comments @@ -19125,7 +19141,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 +19708,7 @@ paths: url: type: string format: uri - user: &721 + user: &722 title: Public User description: Public User type: object @@ -21562,7 +21578,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 +21629,7 @@ paths: type: array items: *153 examples: - default: &292 + default: &293 value: - id: 1 node_id: MDU6SXNzdWUx @@ -22997,14 +23013,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 +23091,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &391 + '301': &392 description: Moved permanently content: application/json: @@ -23097,7 +23113,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 +23121,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 +23131,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 +23167,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &261 + properties: &262 id: type: integer format: int64 @@ -23427,7 +23443,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 +23515,7 @@ paths: enum: - enabled - disabled - required: &262 + required: &263 - archive_url - assignees_url - blobs_url @@ -23587,7 +23603,7 @@ paths: - url - subscription_url examples: - default: &602 + default: &603 value: - id: '1' repository: @@ -24133,7 +24149,7 @@ paths: type: array items: *58 examples: - default: &739 + default: &740 value: - login: github id: 1 @@ -25066,7 +25082,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 +25752,7 @@ paths: type: array items: *63 examples: - default: &733 + default: &734 value: total_count: 1 repositories: @@ -26555,7 +26571,7 @@ paths: type: array items: *196 examples: - default: &724 + default: &725 value: total_count: 1 repositories: @@ -27596,7 +27612,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 +27641,7 @@ paths: - key_id - key examples: - default: &417 + default: &418 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28038,7 +28054,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 +28667,7 @@ paths: bundle_url: type: string examples: - default: &430 + default: &431 value: attestations: - bundle: @@ -28820,7 +28836,7 @@ paths: type: array items: *4 examples: - default: &293 + default: &294 value: - login: octocat id: 1 @@ -28998,7 +29014,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 +29139,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 +29792,7 @@ paths: be returned. in: query required: false - schema: &459 + schema: &460 type: string description: Severity of a code scanning alert. enum: @@ -30754,7 +30770,7 @@ paths: type: integer codespaces: type: array - items: &294 + items: &295 type: object title: Codespace description: A codespace. @@ -30784,7 +30800,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 +30842,7 @@ paths: - ready - in_progress nullable: true - required: &489 + required: &490 - name - display_name - operating_system @@ -31031,7 +31047,7 @@ paths: - pulls_url - recent_folders examples: - default: &295 + default: &296 value: total_count: 3 codespaces: @@ -31694,7 +31710,7 @@ paths: - updated_at - visibility examples: - default: &490 + default: &491 value: total_count: 2 secrets: @@ -31732,7 +31748,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 +31777,7 @@ paths: - key_id - key examples: - default: &492 + default: &493 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31793,7 +31809,7 @@ paths: application/json: schema: *241 examples: - default: &494 + default: &495 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -33337,11 +33353,12 @@ paths: - *253 - *254 - *255 + - *256 - *86 - *84 - *85 - - *256 - *257 + - *258 - *17 responses: '200': @@ -33350,9 +33367,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 '304': *37 '400': *14 '403': *29 @@ -33396,7 +33413,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 +33490,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 +33507,7 @@ paths: - key_id - key examples: - default: &522 + default: &523 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33520,7 +33537,7 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: default: value: @@ -33820,7 +33837,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 +33863,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 +33975,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 +34062,7 @@ paths: application/json: schema: type: array - items: &306 + items: &307 title: Package description: A software package type: object @@ -34095,8 +34112,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 +34132,7 @@ paths: - created_at - updated_at examples: - default: &307 + default: &308 value: - id: 197 name: hello_docker @@ -34299,7 +34316,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 +34397,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &373 + default: &374 value: group_id: '123' group_name: Octocat admins @@ -34435,7 +34452,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 +34489,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 +34533,7 @@ paths: application/json: schema: type: array - items: &285 + items: &286 title: Organization Invitation description: Organization Invitation type: object @@ -34563,7 +34580,7 @@ paths: - invitation_teams_url - node_id examples: - default: &286 + default: &287 value: - id: 1 login: monalisa @@ -34630,7 +34647,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 +34661,7 @@ paths: - name - description examples: - default: &329 + default: &330 value: - name: add_assignee description: Assign or remove a user @@ -34685,7 +34702,7 @@ paths: application/json: schema: type: array - items: &263 + items: &264 title: Org Hook description: Org Hook type: object @@ -34854,9 +34871,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 +34918,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 +34931,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *264 + default: *265 '404': *6 x-github: githubCloudOnly: false @@ -34938,7 +34955,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 +35000,7 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: default: value: @@ -35023,7 +35040,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 +35066,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 +35095,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 +35144,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 +35154,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *268 + default: *269 '400': *14 '422': *15 x-github: @@ -35163,16 +35180,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 +35213,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 +35240,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 +35263,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 +35276,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 +35291,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 +35385,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 +35469,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 +35492,7 @@ paths: type: integer format: int64 examples: - default: &274 + default: &275 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -35496,23 +35513,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 +35548,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 +35577,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 +35592,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 +35608,7 @@ paths: type: integer format: int64 examples: - default: &280 + default: &281 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -35628,18 +35645,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 +35674,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 +35704,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 +35791,7 @@ paths: application/json: schema: *22 examples: - default: &563 + default: &564 value: id: 1 account: @@ -35940,12 +35957,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 +35987,7 @@ paths: properties: {} additionalProperties: false examples: - default: &284 + default: &285 value: limit: collaborators_only origin: organization @@ -35999,13 +36016,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 +36046,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *284 + default: *285 '422': *15 x-github: githubCloudOnly: false @@ -36109,9 +36126,9 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 headers: Link: *39 '404': *6 @@ -36189,7 +36206,7 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -36246,7 +36263,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 +36297,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 +36309,7 @@ paths: type: array items: *227 examples: - default: &305 + default: &306 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -36335,7 +36352,7 @@ paths: application/json: schema: type: array - items: *288 + items: *289 examples: default: value: @@ -36420,9 +36437,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 +36472,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 +36525,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: *289 + default: *290 '404': *6 '422': *7 x-github: @@ -36535,7 +36552,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 +36615,7 @@ paths: - closed - all default: open - - *291 + - *292 - name: type description: Can be the name of an issue type. in: query @@ -36629,7 +36646,7 @@ paths: type: array items: *153 examples: - default: *292 + default: *293 headers: Link: *39 '404': *6 @@ -36687,7 +36704,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '422': *15 @@ -36783,9 +36800,9 @@ paths: type: integer codespaces: type: array - items: *294 + items: *295 examples: - default: *295 + default: *296 '304': *37 '500': *99 '401': *25 @@ -36812,7 +36829,7 @@ paths: parameters: - *170 - *218 - - &296 + - &297 name: codespace_name in: path required: true @@ -36847,15 +36864,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 +37127,7 @@ paths: description: Response content: application/json: - schema: &297 + schema: &298 title: Org Membership description: Org Membership type: object @@ -37162,7 +37179,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 +37276,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 +37346,7 @@ paths: application/json: schema: type: array - items: &299 + items: &300 title: Migration description: A migration. type: object @@ -37658,7 +37675,7 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: default: value: @@ -37837,7 +37854,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 +37881,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *299 + schema: *300 examples: default: value: @@ -38034,7 +38051,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 +38073,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 +38097,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 +38126,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 +38138,7 @@ paths: type: array items: *196 examples: - default: &312 + default: &313 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -38330,7 +38347,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 +38554,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -38589,7 +38606,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 +38638,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 +38669,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 +38790,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -38870,7 +38887,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -39028,8 +39045,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 +39061,7 @@ paths: - slug - parent examples: - default: *305 + default: *306 headers: Link: *39 '404': @@ -39102,13 +39119,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 +39220,7 @@ paths: - type - url examples: - default: *293 + default: *294 headers: Link: *39 '404': @@ -39251,7 +39268,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -39393,7 +39410,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 +39446,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 +39473,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 +39491,7 @@ paths: - docker - nuget - container - - &309 + - &310 name: package_name description: The name of the package. in: path @@ -39487,7 +39504,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -39539,8 +39556,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 +39590,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 +39624,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 +39646,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 +39771,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 +39786,7 @@ paths: description: Response content: application/json: - schema: *310 + schema: *311 examples: default: value: @@ -39805,10 +39822,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 +39857,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 +39890,7 @@ paths: - *170 - *17 - *19 - - &313 + - &314 name: sort description: The property by which to sort the results. in: query @@ -39884,7 +39901,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 +39912,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 +39920,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 +39928,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 +39938,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 +39948,7 @@ paths: schema: type: string format: date-time - - &319 + - &320 name: token_id description: The ID of the token in: query @@ -40244,7 +40261,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -40270,14 +40287,14 @@ paths: - *170 - *17 - *19 - - *313 - - *86 - *314 + - *86 - *315 - *316 - *317 - *318 - *319 + - *320 responses: '500': *99 '422': *15 @@ -40559,7 +40576,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -40601,7 +40618,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 +40822,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 +40918,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 +41066,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 +41239,7 @@ paths: description: Response content: application/json: - schema: *322 + schema: *323 examples: default: value: @@ -41260,7 +41277,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &388 + '410': &389 description: Gone content: application/json: @@ -41426,7 +41443,7 @@ paths: required: true content: application/json: - schema: *323 + schema: *324 examples: default: value: @@ -41529,7 +41546,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 +41633,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 +41686,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -41809,7 +41826,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -42012,7 +42029,7 @@ paths: description: Response content: application/json: - schema: &390 + schema: &391 title: Full Repository description: Full Repository type: object @@ -42289,8 +42306,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 +42422,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 +42438,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 +42527,7 @@ paths: - network_count - subscribers_count examples: - default: &392 + default: &393 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -43036,9 +43053,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -43063,7 +43080,7 @@ paths: - *170 - *17 - *19 - - &652 + - &653 name: targets description: | A comma-separated list of rule targets to filter by. @@ -43154,7 +43171,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 +43215,7 @@ paths: application/json: schema: *128 examples: - default: &331 + default: &332 value: id: 21 name: super cool ruleset @@ -43253,7 +43270,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 +43282,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 +43309,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &657 title: Rule Suites description: Response type: array @@ -43347,7 +43364,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 +43408,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 +43424,7 @@ paths: description: Response content: application/json: - schema: &659 + schema: &660 title: Rule Suite description: Response type: object @@ -43506,7 +43523,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 +43598,7 @@ paths: application/json: schema: *128 examples: - default: *331 + default: *332 '404': *6 '500': *99 put: @@ -43630,7 +43647,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 +43688,7 @@ paths: application/json: schema: *128 examples: - default: *331 + default: *332 '404': *6 '500': *99 delete: @@ -43730,7 +43747,7 @@ paths: type: array items: *131 examples: - default: *332 + default: *333 '404': *6 '500': *99 x-github: @@ -43767,7 +43784,7 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: default: value: @@ -43830,14 +43847,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 +43864,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 +43874,9 @@ paths: required: false schema: type: string - - *338 - *339 - *340 + - *341 responses: '200': description: Response @@ -43867,9 +43884,9 @@ paths: application/json: schema: type: array - items: *341 + items: *342 examples: - default: *342 + default: *343 headers: Link: *39 '404': *6 @@ -43939,7 +43956,7 @@ paths: application/json: schema: type: array - items: &670 + items: &671 description: A repository security advisory. type: object properties: @@ -44159,7 +44176,7 @@ paths: login: type: string description: The username of the user credited. - type: *343 + type: *344 credits_detailed: type: array nullable: true @@ -44169,7 +44186,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 +44247,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 +44634,9 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: *305 + default: *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44643,7 +44660,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 +44686,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 +44721,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44731,7 +44748,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 +44756,9 @@ paths: description: Success content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44769,9 +44786,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44799,9 +44816,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44841,7 +44858,7 @@ paths: type: array items: *111 examples: - default: *354 + default: *355 headers: Link: *39 x-github: @@ -45042,15 +45059,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 +45105,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 +45151,7 @@ paths: type: string nullable: true examples: - default: &380 + default: &381 value: groups: - group_id: '123' @@ -45180,7 +45197,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 +45265,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 headers: Link: *39 '403': *29 @@ -45342,7 +45359,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 +45422,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 +45669,7 @@ paths: - repos_count - organization examples: - default: &359 + default: &360 value: id: 1 node_id: MDQ6VGVhbTE= @@ -45723,15 +45740,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 +45770,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 +45832,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 +45867,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 +45894,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *170 - - *302 + - *303 - *86 - *17 - *19 @@ -45894,7 +45911,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 +46010,7 @@ paths: - updated_at - url examples: - default: &711 + default: &712 value: - author: login: octocat @@ -46068,7 +46085,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 +46119,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &361 + default: &362 value: author: login: octocat @@ -46177,8 +46194,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 +46207,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46215,8 +46232,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 +46256,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &712 + default: &713 value: author: login: octocat @@ -46312,8 +46329,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 +46357,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 +46369,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 +46441,7 @@ paths: - updated_at - url examples: - default: &713 + default: &714 value: - author: login: octocat @@ -46493,8 +46510,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 +46533,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: &364 + default: &365 value: author: login: octocat @@ -46585,9 +46602,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 +46616,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *364 + default: *365 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46624,9 +46641,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 +46665,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: &714 + default: &715 value: author: login: octocat @@ -46715,9 +46732,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 +46761,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 +46789,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 +46832,7 @@ paths: - content - created_at examples: - default: &368 + default: &369 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46866,9 +46883,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 +46918,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 +46949,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46958,10 +46975,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 +47011,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 +47038,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 x-github: @@ -47050,8 +47067,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 +47100,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 +47133,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 +47159,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 +47187,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 +47210,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -47215,7 +47232,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 +47257,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 +47267,9 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 headers: Link: *39 x-github: @@ -47275,7 +47292,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 +47315,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -47329,14 +47346,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 +47380,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 +47417,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 +47443,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 +47481,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 +47508,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 +47518,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 +47586,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 +47650,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 +47663,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 +47728,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 +47796,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 +47825,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 +47837,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -47850,15 +47867,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 +48445,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 +48493,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 +48522,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 +48553,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 +48596,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: default: value: @@ -48612,7 +48629,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 +48641,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 +48768,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 +48780,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 +48847,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 +48903,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 +48930,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - default: *383 + default: *384 '304': *37 '403': *29 '401': *25 @@ -48942,7 +48959,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 +49003,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 +49114,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 +49126,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 +49172,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 +49207,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 +49231,9 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '304': *37 '403': *29 '401': *25 @@ -49241,7 +49258,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 +49287,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 +49308,7 @@ paths: application/json: schema: type: array - items: *382 + items: *383 examples: default: value: @@ -49350,7 +49367,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 +49407,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - default: *383 + default: *384 '304': *37 '403': *29 '401': *25 @@ -49448,7 +49465,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 +49525,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 +49590,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 +49636,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 +49659,7 @@ paths: items: type: string '401': *25 - '410': *388 + '410': *389 '422': *7 x-github: githubCloudOnly: false @@ -49665,7 +49682,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 +49703,7 @@ paths: items: type: string '401': *25 - '410': *388 + '410': *389 '404': *6 x-github: githubCloudOnly: false @@ -49710,7 +49727,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 +49754,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '404': *6 @@ -49767,7 +49784,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 +49837,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 +49869,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 +49943,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 +49953,7 @@ paths: application/json: schema: type: array - items: *385 + items: *386 examples: default: value: @@ -49974,7 +49991,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 +50014,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: default: value: @@ -50061,7 +50078,7 @@ paths: resources: type: object properties: - core: &389 + core: &390 title: Rate Limit type: object properties: @@ -50078,20 +50095,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 +50212,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 +50724,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *391 + '301': *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50725,8 +50742,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 +50997,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 +51029,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 +51052,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 +51075,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 +51102,7 @@ paths: type: integer artifacts: type: array - items: &394 + items: &395 title: Artifact description: An artifact type: object @@ -51163,7 +51180,7 @@ paths: - expires_at - updated_at examples: - default: &409 + default: &410 value: total_count: 2 artifacts: @@ -51224,9 +51241,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 +51255,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: default: value: @@ -51276,9 +51293,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 +51319,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 +51335,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 +51358,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 +51391,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 +51429,7 @@ paths: description: Response content: application/json: - schema: &398 + schema: &399 title: Repository actions caches description: Repository actions caches type: object @@ -51454,7 +51471,7 @@ paths: - total_count - actions_caches examples: - default: &399 + default: &400 value: total_count: 1 actions_caches: @@ -51486,23 +51503,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 +51539,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 +51571,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 +51585,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 +51892,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 +51922,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 +51969,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 +52020,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 +52084,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 +52103,7 @@ paths: type: integer secrets: type: array - items: &414 + items: &415 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -52106,7 +52123,7 @@ paths: - created_at - updated_at examples: - default: &415 + default: &416 value: total_count: 2 secrets: @@ -52139,9 +52156,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 +52175,7 @@ paths: type: integer variables: type: array - items: &418 + items: &419 title: Actions Variable type: object properties: @@ -52188,7 +52205,7 @@ paths: - created_at - updated_at examples: - default: &419 + default: &420 value: total_count: 2 variables: @@ -52221,8 +52238,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 +52248,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 +52281,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 +52293,7 @@ paths: schema: type: object properties: - enabled: *402 + enabled: *403 allowed_actions: *48 required: - enabled @@ -52307,14 +52324,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 +52349,7 @@ paths: required: - access_level examples: - default: &404 + default: &405 value: access_level: organization x-github: @@ -52357,15 +52374,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 +52406,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 +52438,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 +52471,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 +52501,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 +52542,8 @@ paths: in: query schema: type: string - - *377 - *378 + - *379 - *17 - *19 responses: @@ -52570,8 +52587,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 +52620,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 +52695,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 +52732,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 +52763,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 +52794,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 +52821,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 +52847,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 +52897,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 +52948,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 +52979,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 +53010,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 +53020,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 +53028,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 +53037,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 +53064,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 +53073,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 +53082,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 +53111,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 +53206,7 @@ paths: that triggered the run. type: array nullable: true - items: &449 + items: &450 title: Pull Request Minimal type: object properties: @@ -53308,7 +53325,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &453 + properties: &454 id: type: string description: SHA for the commit @@ -53359,7 +53376,7 @@ paths: - name - email nullable: true - required: &454 + required: &455 - id - tree_id - message @@ -53406,7 +53423,7 @@ paths: - workflow_url - pull_requests examples: - default: &429 + default: &430 value: total_count: 1 workflow_runs: @@ -53642,24 +53659,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 +53917,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 +53942,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 +54063,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 +54098,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 +54119,9 @@ paths: type: integer artifacts: type: array - items: *394 + items: *395 examples: - default: *409 + default: *410 headers: Link: *39 x-github: @@ -54128,25 +54145,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 +54186,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 +54207,9 @@ paths: type: integer jobs: type: array - items: *412 + items: *413 examples: - default: &413 + default: &414 value: total_count: 1 jobs: @@ -54305,10 +54322,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 +54353,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 +54388,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 +54457,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 +54492,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 +54524,9 @@ paths: type: integer jobs: type: array - items: *412 + items: *413 examples: - default: *413 + default: *414 headers: Link: *39 x-github: @@ -54534,9 +54551,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 +54580,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 +54609,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 +54671,7 @@ paths: items: type: object properties: - type: &533 + type: &534 type: string description: The type of reviewer. enum: @@ -54739,9 +54756,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 +54805,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 +54911,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 +54967,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 +55013,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 +55069,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 +55208,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 +55227,9 @@ paths: type: integer secrets: type: array - items: *414 + items: *415 examples: - default: *415 + default: *416 headers: Link: *39 x-github: @@ -55237,16 +55254,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 +55285,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 +55321,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 +55380,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 +55407,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 +55426,9 @@ paths: type: integer variables: type: array - items: *418 + items: *419 examples: - default: *419 + default: *420 headers: Link: *39 x-github: @@ -55434,8 +55451,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 +55504,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 +55540,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 +55584,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 +55611,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 +55630,7 @@ paths: type: integer workflows: type: array - items: &420 + items: &421 title: Workflow description: A GitHub Actions workflow type: object @@ -55720,9 +55737,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 +55754,7 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: default: value: @@ -55770,9 +55787,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 +55814,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 +55867,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 +55896,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 +55924,9 @@ paths: type: integer workflow_runs: type: array - items: *406 + items: *407 examples: - default: *429 + default: *430 headers: Link: *39 x-github: @@ -55942,9 +55959,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 +56022,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 +56187,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 +56200,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '404': *6 @@ -56208,8 +56225,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 +56262,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 +56375,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 +56430,7 @@ paths: bundle_url: type: string examples: - default: *430 + default: *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56433,8 +56450,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 +56459,7 @@ paths: application/json: schema: type: array - items: &431 + items: &432 title: Autolink reference description: An autolink reference. type: object @@ -56492,8 +56509,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 +56549,9 @@ paths: description: response content: application/json: - schema: *431 + schema: *432 examples: - default: &432 + default: &433 value: id: 1 key_prefix: TICKET- @@ -56565,9 +56582,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 +56596,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *432 + default: *433 '404': *6 x-github: githubCloudOnly: false @@ -56601,9 +56618,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 +56644,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 +56693,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 +56715,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 +56736,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 +56775,7 @@ paths: - url protected: type: boolean - protection: &435 + protection: &436 title: Branch Protection description: Branch Protection type: object @@ -56800,7 +56817,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 +56832,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 +56908,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 +57215,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 +57231,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 +57272,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 +57287,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 +57308,7 @@ paths: required: - sha - url - verification: &553 + verification: &554 title: Verification type: object properties: @@ -57361,7 +57378,7 @@ paths: type: integer files: type: array - items: &513 + items: &514 title: Diff Entry description: Diff Entry type: object @@ -57444,7 +57461,7 @@ paths: - self protected: type: boolean - protection: *435 + protection: *436 protection_url: type: string format: uri @@ -57551,7 +57568,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 +57590,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 +57792,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 +58049,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 +58201,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *437 + restrictions: *438 required_conversation_resolution: type: object properties: @@ -58296,9 +58313,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 +58340,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 +58372,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 +58401,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 +58428,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 +58534,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 +58634,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 '422': *15 x-github: githubCloudOnly: false @@ -58640,9 +58657,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 +58686,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 +58719,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 +58749,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 +58776,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 +58812,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 +58866,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *444 + default: *445 '404': *6 '422': *15 x-github: @@ -58873,9 +58890,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 +58916,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 +58952,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 +59021,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 +59087,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 +59155,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 +59254,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 +59279,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 +59291,7 @@ paths: type: array items: *5 examples: - default: &445 + default: &446 value: - id: 1 slug: octoapp @@ -59331,9 +59348,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 +59384,7 @@ paths: type: array items: *5 examples: - default: *445 + default: *446 '422': *15 x-github: githubCloudOnly: false @@ -59388,9 +59405,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 +59441,7 @@ paths: type: array items: *5 examples: - default: *445 + default: *446 '422': *15 x-github: githubCloudOnly: false @@ -59445,9 +59462,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 +59498,7 @@ paths: type: array items: *5 examples: - default: *445 + default: *446 '422': *15 x-github: githubCloudOnly: false @@ -59503,9 +59520,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 +59532,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 '404': *6 x-github: githubCloudOnly: false @@ -59535,9 +59552,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 +59592,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 '422': *15 x-github: githubCloudOnly: false @@ -59596,9 +59613,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 +59653,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 '422': *15 x-github: githubCloudOnly: false @@ -59657,9 +59674,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 +59713,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 '422': *15 x-github: githubCloudOnly: false @@ -59718,9 +59735,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 +59747,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '404': *6 x-github: githubCloudOnly: false @@ -59754,9 +59771,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 +59806,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '422': *15 x-github: githubCloudOnly: false @@ -59814,9 +59831,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 +59866,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '422': *15 x-github: githubCloudOnly: false @@ -59874,9 +59891,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 +59926,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '422': *15 x-github: githubCloudOnly: false @@ -59936,9 +59953,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 +59977,7 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: default: value: @@ -60074,8 +60091,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *377 - *378 + - *379 - *219 - *220 - *221 @@ -60111,8 +60128,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *377 - *378 + - *379 - name: bypass_request_number in: path required: true @@ -60185,8 +60202,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *377 - *378 + - *379 - *219 - *220 - *221 @@ -60200,9 +60217,9 @@ paths: application/json: schema: type: array - items: *447 + items: *448 examples: - default: *448 + default: *449 '404': *6 '403': *29 '500': *99 @@ -60226,8 +60243,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *377 - *378 + - *379 - name: bypass_request_number in: path required: true @@ -60239,7 +60256,7 @@ paths: description: A single bypass request. content: application/json: - schema: *447 + schema: *448 examples: default: value: @@ -60297,8 +60314,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *377 - *378 + - *379 - name: bypass_request_number in: path required: true @@ -60369,8 +60386,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *377 - *378 + - *379 - name: bypass_response_id in: path required: true @@ -60403,8 +60420,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 +60700,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 +60819,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 +61100,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 +61114,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: &452 + default: &453 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -61199,9 +61216,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 +61458,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *452 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61463,9 +61480,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 +61570,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 +61577,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 +61623,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 +61646,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 +61710,7 @@ paths: nullable: true pull_requests: type: array - items: *449 + items: *450 nullable: true app: title: GitHub app @@ -61717,12 +61732,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 +61765,7 @@ paths: - check_runs_url - pull_requests examples: - default: &456 + default: &457 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -62041,9 +62056,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 +62077,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 +62387,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 +62401,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62411,17 +62426,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 +62475,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 +62568,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 +62579,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 +62614,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 +62659,7 @@ paths: be returned. in: query required: false - schema: *459 + schema: *460 responses: '200': description: Response @@ -62660,7 +62675,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 +62686,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 +62813,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 +62840,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 +62856,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &469 type: object properties: number: *100 @@ -62849,7 +62864,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 +62875,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 +62930,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 +63027,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 +63047,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 +63064,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 +63084,7 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: default: value: @@ -63145,7 +63160,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 +63187,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 +63221,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 +63238,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 +63263,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 +63317,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 +63364,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 +63389,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 +63403,7 @@ paths: application/json: schema: type: array - items: *465 + items: *466 examples: default: value: @@ -63427,7 +63442,7 @@ paths: end_column: 50 classifications: - source - '403': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -63461,25 +63476,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 +63515,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 +63555,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 +63617,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -63638,8 +63653,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 +63667,7 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: response: summary: application/json response @@ -63706,7 +63721,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 +63803,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 +63857,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 +63879,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 +63888,7 @@ paths: application/json: schema: type: array - items: &479 + items: &480 title: CodeQL Database description: A CodeQL database. type: object @@ -63984,7 +63999,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 +64028,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 +64041,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: default: value: @@ -64058,9 +64073,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 +64097,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 +64108,7 @@ paths: responses: '204': description: Response - '403': *472 + '403': *473 '404': *6 '503': *132 x-github: @@ -64121,8 +64136,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 +64146,7 @@ paths: type: object additionalProperties: false properties: - language: &480 + language: &481 type: string description: The language targeted by the CodeQL query enum: @@ -64210,7 +64225,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 +64235,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 +64282,7 @@ paths: items: type: object properties: - repository: &481 + repository: &482 title: Repository Identifier description: Repository Identifier type: object @@ -64303,7 +64318,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 +64350,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 +64364,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 +64386,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 +64403,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 +64555,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 +64586,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 +64599,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *483 + default: *484 '404': *6 '503': *132 x-github: @@ -64609,7 +64624,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 +64659,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 +64784,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 +64859,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 +64880,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 +64963,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 +65028,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 +65037,7 @@ paths: schema: type: object properties: - commit_sha: *486 + commit_sha: *487 ref: type: string description: |- @@ -65080,7 +65095,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 +65109,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 +65132,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 +65179,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 +65204,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 +65286,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 +65407,8 @@ paths: parameters: - *17 - *19 - - *377 - *378 + - *379 responses: '200': description: Response @@ -65409,7 +65424,7 @@ paths: type: integer codespaces: type: array - items: *294 + items: *295 examples: default: value: @@ -65707,8 +65722,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 +65786,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 +65825,8 @@ paths: parameters: - *17 - *19 - - *377 - *378 + - *379 responses: '200': description: Response @@ -65875,8 +65890,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 +65926,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 +65973,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 +66058,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 +66125,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 +66144,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 +66164,7 @@ paths: - created_at - updated_at examples: - default: *490 + default: *491 headers: Link: *39 x-github: @@ -66172,16 +66187,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 +66216,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 +66246,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 +66300,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 +66330,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 +66373,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &495 + properties: &496 login: type: string example: octocat @@ -66451,7 +66466,7 @@ paths: user_view_type: type: string example: public - required: &496 + required: &497 - avatar_url - events_url - followers_url @@ -66525,8 +66540,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 +66584,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 +66612,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 +66834,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 +66865,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 +66887,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *495 - required: *496 + properties: *496 + required: *497 nullable: true required: - permission @@ -66928,8 +66943,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 +66954,7 @@ paths: application/json: schema: type: array - items: &497 + items: &498 title: Commit Comment description: Commit Comment type: object @@ -66997,7 +67012,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 +67071,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 +67138,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 +67162,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: @@ -67198,8 +67213,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 +67236,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 +67264,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 '404': *6 @@ -67272,8 +67287,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 +67321,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 +67352,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 +67404,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 +67461,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 +67557,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 +67631,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 +67643,9 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: - default: *500 + default: *501 headers: Link: *39 x-github: @@ -67658,9 +67673,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 +67710,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 +67740,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 +67752,7 @@ paths: application/json: schema: type: array - items: &608 + items: &609 title: Pull Request Simple description: Pull Request Simple type: object @@ -67843,8 +67858,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 +67955,7 @@ paths: _links: type: object properties: - comments: &504 + comments: &505 title: Link description: Hypermedia Link type: object @@ -67949,13 +67964,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 +67981,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 +68044,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 +68581,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 +68600,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 +68715,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 +68753,9 @@ paths: type: integer check_runs: type: array - items: *450 + items: *451 examples: - default: *508 + default: *509 headers: Link: *39 x-github: @@ -68765,9 +68780,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 +68790,7 @@ paths: schema: type: integer example: 1 - - *506 + - *507 - *17 - *19 responses: @@ -68793,7 +68808,7 @@ paths: type: integer check_suites: type: array - items: *455 + items: *456 examples: default: value: @@ -68993,9 +69008,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 +69208,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 +69220,7 @@ paths: application/json: schema: type: array - items: &675 + items: &676 title: Status description: The status of a commit. type: object @@ -69286,7 +69301,7 @@ paths: site_admin: false headers: Link: *39 - '301': *391 + '301': *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69314,8 +69329,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 +69359,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 +69386,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 +69532,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 +69576,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 +69597,10 @@ paths: example: 6 commits: type: array - items: *498 + items: *499 files: type: array - items: *513 + items: *514 required: - url - html_url @@ -69871,8 +69886,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 +70030,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 +70162,7 @@ paths: - size - type - url - - &622 + - &623 title: Content File description: Content File type: object @@ -70348,7 +70363,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 +70432,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 +70455,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 +70549,7 @@ paths: description: Response content: application/json: - schema: &516 + schema: &517 title: File Commit description: File Commit type: object @@ -70686,7 +70701,7 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: example-for-creating-a-file: value: @@ -70740,7 +70755,7 @@ paths: schema: oneOf: - *3 - - &548 + - &549 description: Repository rule violation was detected type: object properties: @@ -70761,7 +70776,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 +70808,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 +70870,7 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: default: value: @@ -70910,8 +70925,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 +71049,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 +71064,7 @@ paths: - *253 - *254 - *255 + - *256 - *86 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -71068,8 +71084,8 @@ paths: default: 30 - *84 - *85 - - *256 - *257 + - *258 responses: '200': description: Response @@ -71077,7 +71093,7 @@ paths: application/json: schema: type: array - items: &519 + items: &520 type: object description: A Dependabot alert. properties: @@ -71123,7 +71139,7 @@ paths: - unknown - direct - transitive - security_advisory: *517 + security_advisory: *518 security_vulnerability: *104 url: *105 html_url: *106 @@ -71154,7 +71170,7 @@ paths: nullable: true maxLength: 280 fixed_at: *110 - auto_dismissed_at: *518 + auto_dismissed_at: *519 required: - number - state @@ -71384,9 +71400,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 +71417,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -71514,9 +71530,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 +71577,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -71690,8 +71706,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 +71725,7 @@ paths: type: integer secrets: type: array - items: &523 + items: &524 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -71762,16 +71778,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 +71807,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 +71841,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 +71895,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 +71919,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 +72080,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 +72320,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 +72396,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 +72429,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 +72442,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 +72571,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 +72612,9 @@ paths: application/json: schema: type: array - items: *525 + items: *526 examples: - default: *526 + default: *527 headers: Link: *39 x-github: @@ -72664,8 +72680,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 +72762,7 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: simple-example: summary: Simple example @@ -72819,9 +72835,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 +72849,7 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: default: value: @@ -72898,9 +72914,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 +72938,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 +72950,7 @@ paths: application/json: schema: type: array - items: &528 + items: &529 title: Deployment Status description: The status of a deployment. type: object @@ -73095,9 +73111,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 +73188,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 +73246,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 +73259,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *529 + default: *530 '404': *6 x-github: githubCloudOnly: false @@ -73272,12 +73288,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *377 - *378 + - *379 - *219 - *220 - *221 - - *530 + - *531 - *17 - *19 responses: @@ -73287,9 +73303,9 @@ paths: application/json: schema: type: array - items: *531 + items: *532 examples: - default: *532 + default: *533 '404': *6 '403': *29 '500': *99 @@ -73314,8 +73330,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *377 - *378 + - *379 - name: alert_number in: path required: true @@ -73327,7 +73343,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -73384,8 +73400,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *377 - *378 + - *379 - name: alert_number in: path required: true @@ -73454,8 +73470,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 +73528,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 +73546,7 @@ paths: type: integer environments: type: array - items: &534 + items: &535 title: Environment description: Details of a deployment environment type: object @@ -73582,7 +73598,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 +73635,7 @@ paths: items: type: object properties: - type: *533 + type: *534 reviewer: anyOf: - *4 @@ -73643,7 +73659,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 +73775,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 +73790,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: &538 + default: &539 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -73860,9 +73876,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 +73887,7 @@ paths: type: object nullable: true properties: - wait_timer: *536 + wait_timer: *537 prevent_self_review: type: boolean example: false @@ -73888,13 +73904,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 +73930,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 +73956,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 +73983,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 +74003,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 +74060,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 +74108,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 +74152,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 +74167,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74172,10 +74188,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 +74219,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74224,10 +74240,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 +74268,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 +74286,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 +74305,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 +74404,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 +74427,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 +74464,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 +74485,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *543 + items: *544 examples: default: value: @@ -74504,10 +74520,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 +74535,9 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *544 + default: *545 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74542,10 +74558,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 +74587,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 +74607,9 @@ paths: type: integer secrets: type: array - items: *414 + items: *415 examples: - default: *415 + default: *416 headers: Link: *39 x-github: @@ -74618,17 +74634,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 +74666,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 +74699,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 +74759,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 +74787,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 +74807,9 @@ paths: type: integer variables: type: array - items: *418 + items: *419 examples: - default: *419 + default: *420 headers: Link: *39 x-github: @@ -74816,9 +74832,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 +74886,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 +74918,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 +74963,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 +74988,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 +75066,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 +75226,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 +75259,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *392 + default: *393 '400': *14 '422': *15 '403': *29 @@ -75266,8 +75282,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 +75343,7 @@ paths: schema: oneOf: - *179 - - *548 + - *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75352,8 +75368,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 +75468,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 +75578,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 +75792,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 +75856,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 +75875,7 @@ paths: application/json: schema: type: array - items: &551 + items: &552 title: Git Reference description: Git references within a repository type: object @@ -75934,17 +75950,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 +75989,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 +76019,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 +76047,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 +76078,9 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: - default: *552 + default: *553 '422': *15 '409': *94 x-github: @@ -76082,9 +76098,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 +76155,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 +76223,7 @@ paths: description: Response content: application/json: - schema: &554 + schema: &555 title: Git Tag description: Metadata for a Git tag type: object @@ -76258,7 +76274,7 @@ paths: - sha - type - url - verification: *553 + verification: *554 required: - sha - url @@ -76268,7 +76284,7 @@ paths: - tag - message examples: - default: &555 + default: &556 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -76341,8 +76357,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 +76369,9 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: *555 + default: *556 '404': *6 '409': *94 x-github: @@ -76379,8 +76395,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 +76469,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 +76565,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 +76589,7 @@ paths: description: Response content: application/json: - schema: *556 + schema: *557 examples: default-response: summary: Default response @@ -76632,8 +76648,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 +76659,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 title: Webhook description: Webhooks for repositories. type: object @@ -76697,7 +76713,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 +76787,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 +76840,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: &558 + default: &559 value: type: Repository id: 12345678 @@ -76874,17 +76890,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 +76920,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 +76967,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 '422': *15 '404': *6 x-github: @@ -76974,9 +76990,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 +77016,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 +77045,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 +77091,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 +77103,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *268 + default: *269 '400': *14 '422': *15 x-github: @@ -77108,18 +77124,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 +77154,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 +77179,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 +77206,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 +77266,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 +77372,7 @@ paths: - html_url - authors_url examples: - default: &562 + default: &563 value: vcs: subversion use_lfs: true @@ -77372,7 +77388,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 +77417,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 +77466,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *560 examples: default: value: @@ -77475,7 +77491,7 @@ paths: type: string '422': *15 '404': *6 - '503': *560 + '503': *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77503,8 +77519,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 +77569,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *560 examples: example-1: summary: Example 1 @@ -77601,7 +77617,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 +77640,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 +77671,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 +77687,7 @@ paths: application/json: schema: type: array - items: &561 + items: &562 title: Porter Author description: Porter Author type: object @@ -77725,7 +77741,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 +77766,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 +77797,7 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -77794,7 +77810,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 +77834,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 +77876,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *560 + '503': *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77888,8 +77904,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 +77932,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 +77959,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 +77968,8 @@ paths: application/json: schema: *22 examples: - default: *563 - '301': *391 + default: *564 + '301': *392 '404': *6 x-github: githubCloudOnly: false @@ -77973,8 +77989,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 +77998,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 +78028,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 +78046,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *565 + default: *566 '409': description: Response x-github: @@ -78054,8 +78070,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 +78094,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 +78105,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: &744 + default: &745 value: - id: 1 repository: @@ -78222,9 +78238,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 +78269,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: default: value: @@ -78384,9 +78400,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 +78433,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 +78482,7 @@ paths: required: false schema: type: string - - *291 + - *292 - name: sort description: What to sort results by. in: query @@ -78491,7 +78507,7 @@ paths: type: array items: *153 examples: - default: &577 + default: &578 value: - id: 1 node_id: MDU6SXNzdWUx @@ -78639,7 +78655,7 @@ paths: state_reason: completed headers: Link: *39 - '301': *391 + '301': *392 '422': *15 '404': *6 x-github: @@ -78668,8 +78684,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 +78769,7 @@ paths: application/json: schema: *153 examples: - default: &572 + default: &573 value: id: 1 node_id: MDU6SXNzdWUx @@ -78909,7 +78925,7 @@ paths: '422': *15 '503': *132 '404': *6 - '410': *388 + '410': *389 x-github: triggersNotification: true githubCloudOnly: false @@ -78937,8 +78953,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 +78975,9 @@ paths: application/json: schema: type: array - items: *567 + items: *568 examples: - default: &574 + default: &575 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -79019,17 +79035,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 +79099,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 +79123,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: - default: *568 + default: *569 '422': *15 x-github: githubCloudOnly: false @@ -79127,8 +79143,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 +79165,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 +79193,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 '404': *6 @@ -79200,8 +79216,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 +79250,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 +79281,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 +79304,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 +79315,7 @@ paths: application/json: schema: type: array - items: &571 + items: &572 title: Issue Event description: Issue Event type: object @@ -79342,8 +79358,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 +79666,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 +79678,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: default: value: @@ -79855,7 +79871,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *388 + '410': *389 '403': *29 x-github: githubCloudOnly: false @@ -79889,9 +79905,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 +79921,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 +79949,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 +80056,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 +80080,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 +80110,7 @@ paths: application/json: schema: *153 examples: - default: *572 + default: *573 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80110,9 +80126,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 +80155,7 @@ paths: application/json: schema: *153 examples: - default: *572 + default: *573 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80161,9 +80177,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 +80219,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 +80232,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 +80267,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 +80291,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 +80320,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 +80336,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 +80390,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &579 + - &580 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -80510,7 +80526,7 @@ paths: - performed_via_github_app - assignee - assigner - - &580 + - &581 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -80561,7 +80577,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &581 + - &582 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -80612,7 +80628,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &582 + - &583 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -80666,7 +80682,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 +80729,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 +80776,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 +80836,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &586 + - &587 title: Locked Issue Event description: Locked Issue Event type: object @@ -80868,7 +80884,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 +80950,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 +81016,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 +81082,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 +81173,7 @@ paths: color: red headers: Link: *39 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81174,9 +81190,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 +81202,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 +81249,7 @@ paths: - color - default examples: - default: &576 + default: &577 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -81251,9 +81267,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 +81286,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 +81347,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 +81369,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 +81431,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 +81453,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 +81480,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 +81495,7 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: default: value: @@ -81490,9 +81506,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 +81528,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 +81558,7 @@ paths: '204': description: Response '403': *29 - '410': *388 + '410': *389 '404': *6 '422': *15 x-github: @@ -81560,9 +81576,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 +81600,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 +81628,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 +81652,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 +81686,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 +81717,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 +81749,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 +81775,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 +81808,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 +81822,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 +81854,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 +81885,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 +81912,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 +81947,7 @@ paths: application/json: schema: *153 examples: - default: *572 + default: *573 '403': *29 '404': *6 '422': *7 @@ -81953,9 +81969,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 +81986,6 @@ paths: description: Timeline Event type: object anyOf: - - *578 - *579 - *580 - *581 @@ -81983,6 +81998,7 @@ paths: - *588 - *589 - *590 + - *591 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -82287,7 +82303,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 +82512,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 +82801,7 @@ paths: headers: Link: *39 '404': *6 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82802,8 +82818,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 +82829,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 +82894,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 +82931,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 +82967,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 +82981,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '404': *6 x-github: githubCloudOnly: false @@ -82985,9 +83001,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 +83023,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 +83034,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *576 + default: *577 headers: Link: *39 '404': *6 @@ -83041,8 +83057,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 +83094,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: &594 + default: &595 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83112,8 +83128,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 +83140,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: *594 + default: *595 '404': *6 x-github: githubCloudOnly: false @@ -83143,8 +83159,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 +83199,7 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: default: value: @@ -83209,8 +83225,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 +83252,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 +83289,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 +83318,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 +83345,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 +83492,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 +83558,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 +83593,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 +83620,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 +83662,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 +83723,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 +83764,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 +83825,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 +83839,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 '404': *6 x-github: githubCloudOnly: false @@ -83842,9 +83858,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 +83898,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83900,9 +83916,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 +83939,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 +83951,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *576 + default: *577 headers: Link: *39 x-github: @@ -83956,12 +83972,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 +83989,7 @@ paths: type: array items: *166 examples: - default: *602 + default: *603 headers: Link: *39 x-github: @@ -83997,8 +84013,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 +84072,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 +84204,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 +84245,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 +84300,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '422': *15 '409': *94 x-github: @@ -84309,8 +84325,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 +84433,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 +84460,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 +84471,7 @@ paths: application/json: schema: type: array - items: &605 + items: &606 title: Page Build description: Page Build type: object @@ -84549,8 +84565,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 +84611,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 +84668,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 +84680,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: *606 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84686,8 +84702,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 +84808,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 +84868,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 +84897,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 +85156,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 +85194,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 +85216,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 +85240,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 +85262,7 @@ paths: application/json: schema: type: array - items: *322 + items: *323 examples: default: value: @@ -85286,7 +85302,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *388 + '410': *389 '422': *7 x-github: githubCloudOnly: false @@ -85309,8 +85325,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 +85352,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 +85381,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 +85390,7 @@ paths: application/json: schema: type: array - items: *324 + items: *325 examples: default: value: @@ -85405,8 +85421,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 +85434,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 +85484,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 +85545,9 @@ paths: application/json: schema: type: array - items: *608 + items: *609 examples: - default: *609 + default: *610 headers: Link: *39 '304': *37 @@ -85563,8 +85579,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 +85645,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 +85756,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 +85802,7 @@ paths: nullable: true requested_teams: type: array - items: *344 + items: *345 nullable: true head: type: object @@ -85825,14 +85841,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 +85859,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 +85951,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 +86478,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 +86508,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 +86587,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 +86672,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 +86696,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86698,8 +86714,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 +86737,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 +86765,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 '404': *6 @@ -86772,8 +86788,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 +86822,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 +86853,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 +86899,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 +86914,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 +86951,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 +86995,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *614 + default: *615 '422': *15 '403': *29 x-github: @@ -87003,9 +87019,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 +87081,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 +87121,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 +87144,9 @@ paths: application/json: schema: type: array - items: *611 + items: *612 examples: - default: *616 + default: *617 headers: Link: *39 x-github: @@ -87163,9 +87179,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 +87286,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: example-for-a-multi-line-comment: value: @@ -87358,9 +87374,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 +87399,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -87469,9 +87485,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 +87497,9 @@ paths: application/json: schema: type: array - items: *498 + items: *499 examples: - default: *617 + default: *618 headers: Link: *39 x-github: @@ -87513,9 +87529,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 +87541,7 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: default: value: @@ -87563,9 +87579,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 +87604,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 +87717,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 +87794,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 +87833,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -88353,9 +88369,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 +88405,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -88894,9 +88910,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 +88922,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 +89073,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 +89161,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: &620 + default: &621 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89210,10 +89226,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 +89241,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: &621 + default: &622 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89286,10 +89302,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 +89328,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: default: value: @@ -89374,18 +89390,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 +89428,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 +89514,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 +89659,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 +89690,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: default: value: @@ -89737,10 +89753,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 +89791,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *621 + default: *622 '404': *6 '422': *7 '403': *29 @@ -89799,9 +89815,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 +89880,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 +89894,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: &623 + default: &624 value: type: file encoding: base64 @@ -89922,8 +89938,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 +89959,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *623 + default: *624 '404': *6 '422': *15 x-github: @@ -89967,8 +89983,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 +89994,7 @@ paths: application/json: schema: type: array - items: &624 + items: &625 title: Release description: A release. type: object @@ -90041,7 +90057,7 @@ paths: author: *4 assets: type: array - items: &625 + items: &626 title: Release Asset description: Data related to a release. type: object @@ -90222,8 +90238,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 +90315,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 +90420,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 +90434,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 +90470,7 @@ paths: type: User site_admin: false '404': *6 - '302': *515 + '302': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90470,9 +90486,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 +90516,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *627 + default: *628 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90518,9 +90534,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 +90560,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 +90646,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 +90672,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 +90686,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *628 + default: *629 '404': *6 x-github: githubCloudOnly: false @@ -90694,9 +90710,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 +90726,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 +90746,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 +90812,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 +90835,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 +90857,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 +90869,7 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: default: value: @@ -90934,9 +90950,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 +90978,7 @@ paths: description: Response for successful upload content: application/json: - schema: *625 + schema: *626 examples: response-for-successful-upload: value: @@ -91016,9 +91032,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 +91058,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 '404': *6 @@ -91065,9 +91081,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 +91113,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 +91144,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 +91171,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 +91189,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 +91210,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 +91307,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 - *17 - *19 - name: includes_parents @@ -91303,7 +91319,7 @@ paths: schema: type: boolean default: true - - *652 + - *653 responses: '200': description: Response @@ -91358,8 +91374,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 requestBody: description: Request body required: true @@ -91421,7 +91437,7 @@ paths: application/json: schema: *128 examples: - default: &661 + default: &662 value: id: 42 name: super cool ruleset @@ -91468,12 +91484,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 +91497,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 '404': *6 '500': *99 x-github: @@ -91504,17 +91520,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 +91558,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91565,7 +91581,7 @@ paths: application/json: schema: *128 examples: - default: *661 + default: *662 '404': *6 '500': *99 put: @@ -91583,8 +91599,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91648,7 +91664,7 @@ paths: application/json: schema: *128 examples: - default: *661 + default: *662 '404': *6 '500': *99 delete: @@ -91666,8 +91682,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91690,8 +91706,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 +91725,7 @@ paths: type: array items: *131 examples: - default: *332 + default: *333 '404': *6 '500': *99 x-github: @@ -91728,8 +91744,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 +91763,7 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: default: value: @@ -91802,20 +91818,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 +91839,7 @@ paths: application/json: schema: type: array - items: &666 + items: &667 type: object properties: number: *100 @@ -91842,8 +91858,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 +92077,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 +92137,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 +92147,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 +92166,7 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -92225,9 +92241,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 +92254,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &826 + items: &827 type: object properties: type: @@ -92597,8 +92613,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 +92622,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 +92646,7 @@ paths: schema: type: object properties: - reason: *668 + reason: *669 expire_at: type: string format: date-time @@ -92673,8 +92689,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 +92705,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 +92731,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 +92809,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 +92854,9 @@ paths: application/json: schema: type: array - items: *670 + items: *671 examples: - default: *671 + default: *672 '400': *14 '404': *6 x-github: @@ -92863,8 +92879,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 +92953,7 @@ paths: login: type: string description: The username of the user credited. - type: *343 + type: *344 required: - login - type @@ -93024,9 +93040,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 +93275,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 +93380,7 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: default: value: @@ -93511,17 +93527,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 +93561,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 +93636,7 @@ paths: login: type: string description: The username of the user credited. - type: *343 + type: *344 required: - login - type @@ -93706,10 +93722,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 +93763,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 +93792,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 +93828,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 +93928,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 +93938,7 @@ paths: application/json: schema: type: array - items: &674 + items: &675 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -93955,8 +93971,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 +94048,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 +94145,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 +94300,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 +94311,7 @@ paths: application/json: schema: type: array - items: *674 + items: *675 examples: default: value: @@ -94328,8 +94344,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 +94399,7 @@ paths: description: Response content: application/json: - schema: *675 + schema: *676 examples: default: value: @@ -94437,8 +94453,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 +94466,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -94470,14 +94486,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 +94561,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 +94588,7 @@ paths: description: Response content: application/json: - schema: *676 + schema: *677 examples: default: value: @@ -94599,8 +94615,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 +94636,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 +94716,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 +94725,7 @@ paths: application/json: schema: type: array - items: &677 + items: &678 title: Tag protection description: Tag protection type: object @@ -94761,8 +94777,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 +94801,7 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: default: value: @@ -94816,8 +94832,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 +94870,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 +94907,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 +94920,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 headers: Link: *39 '404': *6 @@ -94924,8 +94940,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 +94949,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 +94961,7 @@ paths: required: - names examples: - default: &679 + default: &680 value: names: - octocat @@ -94968,8 +94984,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 +95016,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *679 examples: - default: *679 + default: *680 '404': *6 '422': *7 x-github: @@ -95023,9 +95039,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 +95070,7 @@ paths: example: 128 clones: type: array - items: &681 + items: &682 title: Traffic type: object properties: @@ -95141,8 +95157,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 +95248,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 +95309,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 +95330,7 @@ paths: example: 3782 views: type: array - items: *681 + items: *682 required: - uniques - count @@ -95391,8 +95407,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 +95682,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 +95706,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 +95729,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 +95756,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 +95849,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 +96002,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 +96011,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 +96022,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 +96064,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &683 + items: &684 allOf: - type: object required: @@ -96123,7 +96139,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 +96199,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 +96247,7 @@ paths: required: true content: application/json: - schema: &692 + schema: &693 type: object required: - schemas @@ -96287,9 +96303,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 +96324,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 +96347,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 +96355,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 +96389,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 +96421,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 +96455,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 +96521,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 +96547,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 +96591,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *694 - *695 + - *696 - *40 responses: '200': @@ -96609,7 +96625,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &698 + items: &699 allOf: - type: object required: @@ -96688,7 +96704,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 +96760,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 +96797,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 +96825,7 @@ paths: required: true content: application/json: - schema: &701 + schema: &702 type: object required: - schemas @@ -96891,9 +96907,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 +96956,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 +96984,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 +97007,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 +97020,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 +97050,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 +97108,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 +97154,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 +97185,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 +97282,7 @@ paths: example: 1 Resources: type: array - items: &704 + items: &705 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -97497,22 +97513,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 +97554,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 +97579,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 +97687,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 +97721,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 +97845,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 +97948,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 +98086,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &708 + text_matches: &709 title: Search Result Text Matches type: array items: @@ -98233,7 +98249,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 +98320,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *434 + properties: *435 nullable: true comment_count: type: integer @@ -98324,7 +98340,7 @@ paths: url: type: string format: uri - verification: *553 + verification: *554 required: - author - committer @@ -98343,7 +98359,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 +98377,7 @@ paths: type: number node_id: type: string - text_matches: *708 + text_matches: *709 required: - sha - node_id @@ -98544,7 +98560,7 @@ paths: - interactions - created - updated - - *709 + - *710 - *17 - *19 - name: advanced_search @@ -98671,8 +98687,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 +98702,7 @@ paths: type: string format: date-time nullable: true - text_matches: *708 + text_matches: *709 pull_request: type: object properties: @@ -98730,7 +98746,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 +98930,7 @@ paths: enum: - created - updated - - *709 + - *710 - *17 - *19 responses: @@ -98958,7 +98974,7 @@ paths: nullable: true score: type: number - text_matches: *708 + text_matches: *709 required: - id - node_id @@ -99044,7 +99060,7 @@ paths: - forks - help-wanted-issues - updated - - *709 + - *710 - *17 - *19 responses: @@ -99283,7 +99299,7 @@ paths: - admin - pull - push - text_matches: *708 + text_matches: *709 temp_clone_token: type: string allow_merge_commit: @@ -99584,7 +99600,7 @@ paths: type: string format: uri nullable: true - text_matches: *708 + text_matches: *709 related: type: array nullable: true @@ -99777,7 +99793,7 @@ paths: - followers - repositories - joined - - *709 + - *710 - *17 - *19 responses: @@ -99881,7 +99897,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *708 + text_matches: *709 blog: type: string nullable: true @@ -99960,7 +99976,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 +99988,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 '404': *6 x-github: githubCloudOnly: false @@ -100001,7 +100017,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 +100080,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 +100117,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 +100148,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 +100159,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *711 + default: *712 headers: Link: *39 x-github: @@ -100174,7 +100190,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 +100224,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: triggersNotification: true githubCloudOnly: false @@ -100237,16 +100253,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 +100287,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 +100311,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *712 + default: *713 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100322,8 +100338,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 +100368,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 +100380,9 @@ paths: application/json: schema: type: array - items: *363 + items: *364 examples: - default: *713 + default: *714 headers: Link: *39 x-github: @@ -100395,8 +100411,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 +100434,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *364 + default: *365 x-github: triggersNotification: true githubCloudOnly: false @@ -100447,17 +100463,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 +100498,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 +100522,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *714 + default: *715 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100533,9 +100549,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 +100580,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 +100608,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 x-github: @@ -100623,9 +100639,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 +100673,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100685,8 +100701,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 +100728,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 x-github: @@ -100743,8 +100759,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 +100792,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100802,7 +100818,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 +100828,9 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 headers: Link: *39 x-github: @@ -100840,7 +100856,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 +100879,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '404': *6 @@ -100891,7 +100907,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 +100944,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 +100984,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 +101021,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 +101063,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 +101089,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 +101125,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 +101154,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 +101164,9 @@ paths: application/json: schema: type: array - items: *375 + items: *376 examples: - default: *717 + default: *718 headers: Link: *39 '404': *6 @@ -101176,16 +101192,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 +101225,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 +101293,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 +101321,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 +101333,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 '404': *6 @@ -101347,15 +101363,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 +101522,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 +101574,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 +101605,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 +101640,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 +101697,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: default: value: @@ -101712,7 +101728,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 +101740,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 +101773,7 @@ paths: application/json: schema: oneOf: - - &722 + - &723 title: Private User description: Private User type: object @@ -101960,7 +101976,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 +102129,7 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: default: value: @@ -102192,7 +102208,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '304': *37 '404': *6 '403': *29 @@ -102316,9 +102332,9 @@ paths: type: integer codespaces: type: array - items: *294 + items: *295 examples: - default: *295 + default: *296 '304': *37 '500': *99 '401': *25 @@ -102457,17 +102473,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 +102527,7 @@ paths: type: integer secrets: type: array - items: &723 + items: &724 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102551,7 +102567,7 @@ paths: - visibility - selected_repositories_url examples: - default: *490 + default: *491 headers: Link: *39 x-github: @@ -102627,7 +102643,7 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: default: value: @@ -102773,7 +102789,7 @@ paths: type: array items: *196 examples: - default: *724 + default: *725 '401': *25 '403': *29 '404': *6 @@ -102917,15 +102933,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 +102967,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 +102997,9 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '401': *25 '403': *29 '404': *6 @@ -103005,7 +103021,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 +103050,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 +103097,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 +103129,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 +103142,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: *726 + default: *727 '404': *6 x-github: githubCloudOnly: false @@ -103149,7 +103165,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 +103181,9 @@ paths: type: integer machines: type: array - items: *727 + items: *728 examples: - default: *728 + default: *729 '304': *37 '500': *99 '401': *25 @@ -103196,7 +103212,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 +103262,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 +104042,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 +104082,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 +104120,9 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: - default: &741 + default: &742 value: - id: 197 name: hello_docker @@ -104207,7 +104223,7 @@ paths: application/json: schema: type: array - items: &729 + items: &730 title: Email description: Email type: object @@ -104272,9 +104288,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 +104365,7 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: default: value: @@ -104459,7 +104475,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '304': *37 @@ -104492,7 +104508,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '304': *37 @@ -104605,7 +104621,7 @@ paths: application/json: schema: type: array - items: &730 + items: &731 title: GPG Key description: A unique encryption key type: object @@ -104736,7 +104752,7 @@ paths: - subkeys - revoked examples: - default: &754 + default: &755 value: - id: 3 name: Octocat's GPG Key @@ -104821,9 +104837,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 +104896,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 +104908,9 @@ paths: description: Response content: application/json: - schema: *730 + schema: *731 examples: - default: *731 + default: *732 '404': *6 '304': *37 '403': *29 @@ -104917,7 +104933,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 +105124,7 @@ paths: type: array items: *63 examples: - default: *733 + default: *734 headers: Link: *39 '404': *6 @@ -105193,12 +105209,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 +105238,7 @@ paths: required: true content: application/json: - schema: *564 + schema: *565 examples: default: value: @@ -105233,7 +105249,7 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -105314,7 +105330,7 @@ paths: - closed - all default: open - - *291 + - *292 - name: sort description: What to sort results by. in: query @@ -105339,7 +105355,7 @@ paths: type: array items: *153 examples: - default: *292 + default: *293 headers: Link: *39 '404': *6 @@ -105372,7 +105388,7 @@ paths: application/json: schema: type: array - items: &734 + items: &735 title: Key description: Key type: object @@ -105469,9 +105485,9 @@ paths: description: Response content: application/json: - schema: *734 + schema: *735 examples: - default: &735 + default: &736 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105504,15 +105520,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 +105551,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 +105584,7 @@ paths: application/json: schema: type: array - items: &736 + items: &737 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105636,7 +105652,7 @@ paths: - account - plan examples: - default: &737 + default: &738 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105698,9 +105714,9 @@ paths: application/json: schema: type: array - items: *736 + items: *737 examples: - default: *737 + default: *738 headers: Link: *39 '304': *37 @@ -105740,7 +105756,7 @@ paths: application/json: schema: type: array - items: *297 + items: *298 examples: default: value: @@ -105848,7 +105864,7 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: default: value: @@ -105931,7 +105947,7 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: default: value: @@ -105999,7 +106015,7 @@ paths: application/json: schema: type: array - items: *299 + items: *300 examples: default: value: @@ -106252,7 +106268,7 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: default: value: @@ -106432,7 +106448,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 +106461,7 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: default: value: @@ -106639,7 +106655,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 +106681,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 +106710,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 +106735,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 +106747,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 '404': *6 @@ -106768,7 +106784,7 @@ paths: type: array items: *58 examples: - default: *739 + default: *740 headers: Link: *39 '304': *37 @@ -106810,7 +106826,7 @@ paths: - docker - nuget - container - - *740 + - *741 - *19 - *17 responses: @@ -106820,10 +106836,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 +106859,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 +106981,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 +107012,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 +107045,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 +107066,7 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: default: value: @@ -107099,15 +107115,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 +107159,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 +107191,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 +107249,7 @@ paths: description: Response content: application/json: - schema: *322 + schema: *323 examples: default: value: @@ -107305,9 +107321,9 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: - default: *743 + default: *744 headers: Link: *39 '304': *37 @@ -107420,7 +107436,7 @@ paths: type: array items: *63 examples: - default: &750 + default: &751 summary: Default response value: - id: 1296269 @@ -107724,9 +107740,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 +107780,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *744 + default: *745 headers: Link: *39 '304': *37 @@ -107789,7 +107805,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 +107828,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 +107861,7 @@ paths: application/json: schema: type: array - items: &745 + items: &746 title: Social account description: Social media account type: object @@ -107860,7 +107876,7 @@ paths: - provider - url examples: - default: &746 + default: &747 value: - provider: twitter url: https://twitter.com/github @@ -107922,9 +107938,9 @@ paths: application/json: schema: type: array - items: *745 + items: *746 examples: - default: *746 + default: *747 '422': *15 '304': *37 '404': *6 @@ -108011,7 +108027,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 +108047,7 @@ paths: - title - created_at examples: - default: &756 + default: &757 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108097,9 +108113,9 @@ paths: description: Response content: application/json: - schema: *747 + schema: *748 examples: - default: &748 + default: &749 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108130,7 +108146,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 +108158,9 @@ paths: description: Response content: application/json: - schema: *747 + schema: *748 examples: - default: *748 + default: *749 '404': *6 '304': *37 '403': *29 @@ -108167,7 +108183,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 +108212,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 +108237,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 +108397,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 +108426,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 +108451,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 +108487,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 '304': *37 @@ -108508,7 +108524,7 @@ paths: application/json: schema: type: array - items: *358 + items: *359 examples: default: value: @@ -108594,10 +108610,10 @@ paths: application/json: schema: oneOf: + - *723 - *722 - - *721 examples: - default-response: &752 + default-response: &753 summary: Default response value: login: octocat @@ -108632,7 +108648,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 +108708,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 +108719,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: example: ; rel="next" @@ -108741,11 +108757,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 +108837,7 @@ paths: bundle_url: type: string examples: - default: *430 + default: *431 '201': description: Response content: @@ -108860,9 +108876,9 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: - default: *741 + default: *742 '403': *29 '401': *25 x-github: @@ -109145,7 +109161,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -109176,7 +109192,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -109266,9 +109282,9 @@ paths: application/json: schema: type: array - items: *730 + items: *731 examples: - default: *754 + default: *755 headers: Link: *39 x-github: @@ -109372,7 +109388,7 @@ paths: application/json: schema: *22 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109450,7 +109466,7 @@ paths: type: array items: *58 examples: - default: *739 + default: *740 headers: Link: *39 x-github: @@ -109489,7 +109505,7 @@ paths: - docker - nuget - container - - *740 + - *741 - *218 - *19 - *17 @@ -109500,12 +109516,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 +109541,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 +109572,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 +109606,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 +109640,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 +109650,7 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: default: value: @@ -109692,16 +109708,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 +109752,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 +109787,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 +109837,7 @@ paths: application/json: schema: type: array - items: *322 + items: *323 examples: default: value: @@ -110104,7 +110120,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -110134,9 +110150,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110164,9 +110180,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110194,9 +110210,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110224,9 +110240,9 @@ paths: application/json: schema: type: array - items: *745 + items: *746 examples: - default: *746 + default: *747 headers: Link: *39 x-github: @@ -110256,9 +110272,9 @@ paths: application/json: schema: type: array - items: *747 + items: *748 examples: - default: *756 + default: *757 headers: Link: *39 x-github: @@ -110283,7 +110299,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 +110311,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 +110346,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -110458,7 +110474,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 +110532,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 +110551,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 +110611,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 +111300,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 +111451,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 +111530,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 +111757,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 +111944,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 +112019,7 @@ x-webhooks: required: true content: application/json: - schema: &766 + schema: &767 title: Exemption request cancellation event type: object properties: @@ -112011,11 +112027,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 +112256,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 +112364,7 @@ x-webhooks: required: true content: application/json: - schema: &767 + schema: &768 title: Exemption request completed event type: object properties: @@ -112356,11 +112372,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 +112446,7 @@ x-webhooks: required: true content: application/json: - schema: &768 + schema: &769 title: Exemption request created event type: object properties: @@ -112438,11 +112454,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 +112528,7 @@ x-webhooks: required: true content: application/json: - schema: &769 + schema: &770 title: Exemption response dismissed event type: object properties: @@ -112520,12 +112536,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 +112613,7 @@ x-webhooks: required: true content: application/json: - schema: &770 + schema: &771 title: Exemption response submitted event type: object properties: @@ -112605,12 +112621,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 +112699,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 +112766,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 +112833,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 +112900,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 +112968,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 +113046,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 +113109,7 @@ x-webhooks: type: string pull_requests: type: array - items: *449 + items: *450 repository: *196 status: example: completed @@ -113131,7 +113147,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *771 + deployment: *772 details_url: example: https://example.com type: string @@ -113181,7 +113197,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 +113232,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 +113627,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 +114026,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 +114434,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 +115414,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 +116087,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 +116754,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 +116920,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 +117065,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 +117240,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 +117470,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 +117570,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 +117738,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 +117906,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 +118072,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 +118174,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 +118342,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 +118445,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 +118585,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 +118847,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 +118930,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 +118951,7 @@ x-webhooks: enum: - tag - branch - repository: *762 + repository: *763 sender: *4 required: - ref @@ -119018,9 +119034,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 +119121,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 +119201,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 +119281,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 +119360,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 +119448,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 +119543,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 +119631,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 +119719,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 +119805,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 +119891,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 +119978,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 +120064,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 +120145,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 +120183,8 @@ x-webhooks: - verified - created_at - read_only - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -120245,11 +120261,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 +120826,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 +121557,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 +121634,7 @@ x-webhooks: type: string enum: - approved - approver: &778 + approver: &779 type: object properties: avatar_url: @@ -121661,11 +121677,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 +121760,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &780 + workflow_job_run: &781 type: object properties: conclusion: @@ -122475,18 +122491,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 +123206,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 +125111,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 +125796,7 @@ x-webhooks: type: string enum: - answered - answer: &784 + answer: &785 type: object properties: author_association: @@ -125937,7 +125953,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &782 + discussion: &783 title: Discussion description: A Discussion in a repository. type: object @@ -126223,7 +126239,7 @@ x-webhooks: - id labels: type: array - items: *575 + items: *576 required: - repository_url - category @@ -126245,10 +126261,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 +126391,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 +126478,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 +126564,7 @@ x-webhooks: type: string enum: - created - comment: &783 + comment: &784 type: object properties: author_association: @@ -126705,11 +126721,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 +126808,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 +126908,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 +126997,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 +127083,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 +127187,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 +127273,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 +127308,8 @@ x-webhooks: - color - default - description - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127376,11 +127392,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 +127478,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 +127564,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 +127653,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 +127745,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 +127830,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 +127918,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 +128004,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 +128080,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 +128146,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 +128212,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 +128278,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 +128344,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 +128410,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 +128476,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 +128543,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 +129203,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 +129351,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 +129390,7 @@ x-webhooks: - action - sha - html_url - repository: *762 + repository: *763 sender: *4 required: - pages @@ -129450,10 +129466,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 +129495,8 @@ x-webhooks: - name - full_name - private - repository: *762 - requester: *786 + repository: *763 + requester: *787 sender: *4 required: - action @@ -129555,11 +129571,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 +129651,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 +129731,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 +129780,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 +129867,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 +129897,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 +129978,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 +130161,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 +130243,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 +130499,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 +131323,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -131640,8 +131656,8 @@ x-webhooks: - state - locked - assignee - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -131721,7 +131737,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 +131902,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 +132722,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -133041,8 +133057,8 @@ x-webhooks: - state - locked - assignee - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -133122,7 +133138,7 @@ x-webhooks: type: string enum: - edited - changes: &818 + changes: &819 description: The changes to the comment. type: object properties: @@ -133134,9 +133150,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 +133974,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -134291,8 +134307,8 @@ x-webhooks: - state - locked - assignee - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -134374,10 +134390,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 +135211,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -135296,8 +135312,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -135377,8 +135393,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 +136217,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -136437,8 +136453,8 @@ x-webhooks: required: - state - closed_at - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -136517,8 +136533,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 +137346,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -137430,8 +137446,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -137510,8 +137526,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 +138363,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -138426,7 +138442,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 +138580,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -138664,8 +138680,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 +139496,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *288 + type: *289 title: description: Title of the issue type: string @@ -139584,9 +139600,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 +139682,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 +140497,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *288 + type: *289 title: description: Title of the issue type: string @@ -140585,9 +140601,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 +140683,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 +141522,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *288 + type: *289 title: description: Title of the issue type: string @@ -141587,8 +141603,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -141667,8 +141683,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 +142519,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -142581,9 +142597,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 +144060,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 +144879,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -144963,8 +144979,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -145044,9 +145060,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 +145874,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -145958,8 +145974,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -146038,8 +146054,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 +146972,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 +147869,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -148421,11 +148437,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 +148521,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 +148607,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &821 + assignee: &822 title: User type: object nullable: true @@ -148661,11 +148677,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 +148760,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 +148845,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 +149685,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -149747,8 +149763,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -149828,11 +149844,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 +149927,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 +150012,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 +150094,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 +150208,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 +150294,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 +150379,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 +150460,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *762 + repository: *763 sender: *4 required: - action @@ -150524,10 +150540,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 +150626,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *762 + repository: *763 sender: *4 required: - action @@ -150692,10 +150708,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 +150793,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *762 + repository: *763 sender: *4 required: - action @@ -150858,8 +150874,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 +150957,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 +151039,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 +151146,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 +151250,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 +151333,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 +151415,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 +151495,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 +151685,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 +151766,7 @@ x-webhooks: required: - login - id - team: *796 + team: *797 required: - action - scope @@ -151832,8 +151848,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 +151868,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 +151962,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 +152038,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 +152146,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 +152236,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 +152319,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 +152458,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -152522,11 +152538,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 +152652,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 +152736,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 +152819,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 +152902,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 +152985,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 +153079,8 @@ x-webhooks: - role - organization_url - user - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -153142,11 +153158,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 +153241,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 +153358,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 +153439,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 +153530,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 +153610,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 +154111,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &803 + items: &804 title: Ruby Gems metadata type: object properties: @@ -154190,7 +154206,7 @@ x-webhooks: - owner - package_version - registry - repository: *762 + repository: *763 sender: *4 required: - action @@ -154266,9 +154282,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 +154637,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *803 + items: *804 source_url: type: string format: uri @@ -154691,7 +154707,7 @@ x-webhooks: - owner - package_version - registry - repository: *762 + repository: *763 sender: *4 required: - action @@ -154868,12 +154884,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 +154966,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 +155112,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 +155192,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 +155272,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 +155351,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 +155460,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 +155492,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 +155738,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 +155860,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *762 + repository: *763 sender: *4 required: - action @@ -155925,11 +155941,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 +156025,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 +156155,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 +156250,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 +156348,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 +156540,7 @@ x-webhooks: type: string required: - after_id - repository: *762 + repository: *763 sender: *4 required: - action @@ -156604,10 +156620,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 +156747,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *762 + repository: *763 sender: *4 required: - action @@ -156811,10 +156827,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 +156869,7 @@ x-webhooks: - name - created_at - updated_at - repository: *762 + repository: *763 sender: *4 required: - action @@ -156932,18 +156948,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 +157049,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 +157133,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 +157217,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 +157301,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 +157414,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 +157497,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 +157582,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 +157727,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 +157810,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 +157929,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 +158014,7 @@ x-webhooks: type: string enum: - archived - changes: &813 + changes: &814 type: object properties: archived_at: @@ -158012,9 +158028,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 +158164,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 +158248,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 +158331,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 +158439,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 +158457,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 +158480,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *811 - *812 + - *813 required: - field_value - type: object @@ -158481,9 +158497,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 +158594,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 +158679,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 +158764,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 +158847,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 +158976,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 +159114,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 +159187,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 +159267,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 +161556,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -161622,11 +161638,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 +163920,7 @@ x-webhooks: - draft reason: type: string - repository: *762 + repository: *763 sender: *4 required: - action @@ -163986,11 +164002,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 +166284,7 @@ x-webhooks: - draft reason: type: string - repository: *762 + repository: *763 sender: *4 required: - action @@ -166350,13 +166366,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 +166434,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *762 + repository: *763 sender: *4 required: - action @@ -166499,12 +166515,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 +166600,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 +168867,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -168930,11 +168946,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 +171232,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *762 + repository: *763 sender: *4 required: - action @@ -171340,12 +171356,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 +171441,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 +173712,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -173776,11 +173792,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 +176078,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -176143,10 +176159,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 +178442,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -178506,12 +178522,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 +178606,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 +178692,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 +178777,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 +179148,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 +181320,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *762 + repository: *763 sender: *4 required: - action @@ -181384,7 +181400,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 +181685,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 +183845,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *762 + repository: *763 sender: *4 required: - action @@ -183909,11 +183925,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 +186090,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *762 + repository: *763 sender: *4 required: - action @@ -186155,9 +186171,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 +188346,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 +188589,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 +190645,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 +190875,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 +193163,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 requested_reviewer: title: User type: object @@ -193231,12 +193247,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 +195542,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 +195734,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 +198024,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 requested_reviewer: title: User type: object @@ -198093,12 +198109,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 +200390,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 +200571,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 +202748,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *762 - review: *820 + repository: *763 + review: *821 sender: *4 required: - action @@ -202813,9 +202829,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 +204901,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *762 + repository: *763 sender: *4 thread: type: object @@ -205268,9 +205284,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 +207342,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *762 + repository: *763 sender: *4 thread: type: object @@ -207712,10 +207728,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 +210002,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -210068,11 +210084,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 +212371,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -212434,11 +212450,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 +214727,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -214792,10 +214808,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 +217076,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -217260,7 +217276,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 +217368,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 +217944,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 +218392,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *803 + items: *804 summary: type: string tag_name: @@ -218430,7 +218446,7 @@ x-webhooks: - owner - package_version - registry - repository: *762 + repository: *763 sender: *4 required: - action @@ -218508,9 +218524,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 +218834,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *803 + items: *804 summary: type: string tag_name: @@ -218867,7 +218883,7 @@ x-webhooks: - owner - package_version - registry - repository: *762 + repository: *763 sender: *4 required: - action @@ -218944,10 +218960,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 +219268,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *762 + repository: *763 sender: *4 required: - action @@ -219329,11 +219345,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 +219466,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 +219548,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 +219859,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *762 + repository: *763 sender: *4 required: - action @@ -219919,10 +219935,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 +220244,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *762 + repository: *763 sender: *4 required: - action @@ -220304,11 +220320,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 +220400,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 +220480,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 +220560,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 +220640,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 +220720,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 +220801,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 +220888,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 +221003,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 +221078,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 +221162,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 +221242,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 +221339,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 +221422,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 +221504,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 +221586,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 +221894,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 +221975,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 +222056,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 +222177,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 +222386,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 +222467,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 +222670,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 +222751,7 @@ x-webhooks: type: string enum: - created - alert: &825 + alert: &826 type: object properties: number: *100 @@ -222846,10 +222862,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 +222946,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 +223188,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 +223270,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 +223352,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 +223434,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 +223564,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 +223645,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 +223832,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 +223909,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 +224096,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 +224178,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 +224484,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 +224577,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 +224659,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 +224743,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &830 + changes: &831 type: object properties: tier: @@ -224771,13 +224787,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 +224870,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 +224950,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 +225036,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 +225459,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 +225582,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 +225674,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 +225766,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 +225858,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 +225937,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 +226132,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 +226592,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - team @@ -226652,9 +226668,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 +227128,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - team @@ -227189,9 +227205,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 +227665,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - team @@ -227793,9 +227809,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 +228269,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - changes @@ -228331,9 +228347,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 +228807,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - team @@ -228867,10 +228883,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 +228959,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 +229050,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 +229290,7 @@ x-webhooks: type: string required: - conclusion - deployment: *525 + deployment: *526 required: - action - repository @@ -229353,10 +229369,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 +229632,7 @@ x-webhooks: required: - status - steps - deployment: *525 + deployment: *526 required: - action - repository @@ -229695,10 +229711,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 +229849,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *525 + deployment: *526 required: - action - repository @@ -229912,10 +229928,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 +230067,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *525 + deployment: *526 required: - action - repository @@ -230131,12 +230147,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 +231151,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 +232140,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..ea8f228825 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -33634,6 +33634,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -46483,7 +46504,7 @@ { "name": "advanced_security_product", "in": "query", - "description": "The security feature to get GitHub Advanced Security active committers for.", + "description": "The security product to get GitHub Advanced Security active committers for. This parameter is required if you have puchased standalone Code Scanning or Secret Protection products to specify which one you want to get the committer information for, otherwise it is not required.", "required": false, "schema": { "type": "string", @@ -110015,6 +110036,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -171518,7 +171560,7 @@ { "name": "advanced_security_product", "in": "query", - "description": "The security feature to get GitHub Advanced Security active committers for.", + "description": "The security product to get GitHub Advanced Security active committers for. This parameter is required if you have puchased standalone Code Scanning or Secret Protection products to specify which one you want to get the committer information for, otherwise it is not required.", "required": false, "schema": { "type": "string", @@ -250942,7 +250984,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 +258345,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 +294922,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 7b6bb3b13b..43e8b9f909 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,20 @@ 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. + Multiple `has` filters can be chained to check if multiple properties are present. + schema: + oneOf: + - type: string + - type: array + items: + type: string + enum: + - patch + - &255 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -14456,7 +14470,7 @@ paths: enum: - development - runtime - - &255 + - &256 name: sort in: query description: |- @@ -14474,7 +14488,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 +14501,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 +14521,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 type: object description: A Dependabot alert. properties: @@ -14570,7 +14584,7 @@ paths: - unknown - direct - transitive - security_advisory: &517 + security_advisory: &518 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14802,7 +14816,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 +14842,7 @@ paths: - repository additionalProperties: false examples: - default: &259 + default: &260 value: - number: 2 state: dismissed @@ -15294,7 +15308,7 @@ paths: - name - created_on examples: - default: &354 + default: &355 value: total_count: 2 network_configurations: @@ -15517,7 +15531,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 +15543,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 +15577,7 @@ paths: - subnet_id - region examples: - default: &357 + default: &358 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -15865,7 +15879,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 +16245,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 +16257,7 @@ paths: type: string enum: - creation - - &631 + - &632 title: update description: Only allow users with bypass permission to update matching refs. @@ -16264,7 +16278,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 +16290,7 @@ paths: type: string enum: - deletion - - &634 + - &635 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16288,7 +16302,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 +16378,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 +16402,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 +16414,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 +16474,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 +16521,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 +16533,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 +16569,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 +16605,7 @@ paths: required: - operator - pattern - - &643 + - &644 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -16627,7 +16641,7 @@ paths: required: - operator - pattern - - &644 + - &645 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -16663,7 +16677,7 @@ paths: required: - operator - pattern - - &645 + - &646 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -16699,7 +16713,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 +16737,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 +16761,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 +16784,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 +16808,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 +16857,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 +17014,7 @@ paths: nullable: true anyOf: - *121 - - &330 + - &331 title: Organization ruleset conditions type: object description: |- @@ -17281,7 +17295,7 @@ paths: type: string format: date-time examples: - default: &332 + default: &333 value: - version_id: 3 actor: @@ -17334,7 +17348,7 @@ paths: description: Response content: application/json: - schema: &333 + schema: &334 allOf: - *131 - type: object @@ -17389,7 +17403,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 +17414,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 +17424,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 +17433,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 +17449,7 @@ paths: - *17 - *84 - *85 - - &338 + - &339 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -17444,7 +17458,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 +17467,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 +17483,7 @@ paths: application/json: schema: type: array - items: &341 + items: &342 type: object properties: number: *100 @@ -17488,14 +17502,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 +17611,7 @@ paths: is base64 encoded nullable: true examples: - default: &342 + default: &343 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -17863,7 +17877,7 @@ paths: description: Response content: application/json: - schema: &345 + schema: &346 type: object properties: total_minutes_used: @@ -17933,7 +17947,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &346 + default: &347 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -17964,11 +17978,13 @@ 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 - for. + description: The security product to get GitHub Advanced Security active committers + for. This parameter is required if you have puchased standalone Code Scanning + or Secret Protection products to specify which one you want to get the committer + information for, otherwise it is not required. required: false schema: type: string @@ -17982,7 +17998,7 @@ paths: description: Success content: application/json: - schema: &348 + schema: &349 type: object properties: total_advanced_security_committers: @@ -18037,7 +18053,7 @@ paths: required: - repositories examples: - default: &349 + default: &350 value: total_advanced_security_committers: 2 total_count: 2 @@ -18277,7 +18293,7 @@ paths: description: Response content: application/json: - schema: &350 + schema: &351 type: object properties: total_gigabytes_bandwidth_used: @@ -18295,7 +18311,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 +18346,7 @@ paths: description: Response content: application/json: - schema: &352 + schema: &353 type: object properties: days_left_in_billing_cycle: @@ -18348,7 +18364,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 +18734,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 +18845,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &502 + properties: &503 url: type: string format: uri @@ -18899,7 +18915,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &503 + required: &504 - closed_issues - creator - description @@ -18978,7 +18994,7 @@ paths: timeline_url: type: string format: uri - type: &288 + type: &289 title: Issue Type description: The type of issue. type: object @@ -19103,7 +19119,7 @@ paths: - total - completed - percent_completed - required: &570 + required: &571 - assignee - closed_at - comments @@ -19125,7 +19141,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 +19708,7 @@ paths: url: type: string format: uri - user: &721 + user: &722 title: Public User description: Public User type: object @@ -21562,7 +21578,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 +21629,7 @@ paths: type: array items: *153 examples: - default: &292 + default: &293 value: - id: 1 node_id: MDU6SXNzdWUx @@ -22997,14 +23013,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 +23091,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &391 + '301': &392 description: Moved permanently content: application/json: @@ -23097,7 +23113,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 +23121,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 +23131,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 +23167,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &261 + properties: &262 id: type: integer format: int64 @@ -23427,7 +23443,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 +23515,7 @@ paths: enum: - enabled - disabled - required: &262 + required: &263 - archive_url - assignees_url - blobs_url @@ -23587,7 +23603,7 @@ paths: - url - subscription_url examples: - default: &602 + default: &603 value: - id: '1' repository: @@ -24133,7 +24149,7 @@ paths: type: array items: *58 examples: - default: &739 + default: &740 value: - login: github id: 1 @@ -25066,7 +25082,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 +25752,7 @@ paths: type: array items: *63 examples: - default: &733 + default: &734 value: total_count: 1 repositories: @@ -26555,7 +26571,7 @@ paths: type: array items: *196 examples: - default: &724 + default: &725 value: total_count: 1 repositories: @@ -27596,7 +27612,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 +27641,7 @@ paths: - key_id - key examples: - default: &417 + default: &418 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28038,7 +28054,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 +28667,7 @@ paths: bundle_url: type: string examples: - default: &430 + default: &431 value: attestations: - bundle: @@ -28820,7 +28836,7 @@ paths: type: array items: *4 examples: - default: &293 + default: &294 value: - login: octocat id: 1 @@ -28998,7 +29014,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 +29139,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 +29792,7 @@ paths: be returned. in: query required: false - schema: &459 + schema: &460 type: string description: Severity of a code scanning alert. enum: @@ -30754,7 +30770,7 @@ paths: type: integer codespaces: type: array - items: &294 + items: &295 type: object title: Codespace description: A codespace. @@ -30784,7 +30800,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 +30842,7 @@ paths: - ready - in_progress nullable: true - required: &489 + required: &490 - name - display_name - operating_system @@ -31031,7 +31047,7 @@ paths: - pulls_url - recent_folders examples: - default: &295 + default: &296 value: total_count: 3 codespaces: @@ -31694,7 +31710,7 @@ paths: - updated_at - visibility examples: - default: &490 + default: &491 value: total_count: 2 secrets: @@ -31732,7 +31748,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 +31777,7 @@ paths: - key_id - key examples: - default: &492 + default: &493 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31793,7 +31809,7 @@ paths: application/json: schema: *241 examples: - default: &494 + default: &495 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -33337,11 +33353,12 @@ paths: - *253 - *254 - *255 + - *256 - *86 - *84 - *85 - - *256 - *257 + - *258 - *17 responses: '200': @@ -33350,9 +33367,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *259 + default: *260 '304': *37 '400': *14 '403': *29 @@ -33396,7 +33413,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 +33490,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 +33507,7 @@ paths: - key_id - key examples: - default: &522 + default: &523 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33520,7 +33537,7 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: default: value: @@ -33820,7 +33837,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 +33863,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 +33975,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 +34062,7 @@ paths: application/json: schema: type: array - items: &306 + items: &307 title: Package description: A software package type: object @@ -34095,8 +34112,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 +34132,7 @@ paths: - created_at - updated_at examples: - default: &307 + default: &308 value: - id: 197 name: hello_docker @@ -34299,7 +34316,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 +34397,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &373 + default: &374 value: group_id: '123' group_name: Octocat admins @@ -34435,7 +34452,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 +34489,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 +34533,7 @@ paths: application/json: schema: type: array - items: &285 + items: &286 title: Organization Invitation description: Organization Invitation type: object @@ -34563,7 +34580,7 @@ paths: - invitation_teams_url - node_id examples: - default: &286 + default: &287 value: - id: 1 login: monalisa @@ -34630,7 +34647,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 +34661,7 @@ paths: - name - description examples: - default: &329 + default: &330 value: - name: add_assignee description: Assign or remove a user @@ -34685,7 +34702,7 @@ paths: application/json: schema: type: array - items: &263 + items: &264 title: Org Hook description: Org Hook type: object @@ -34854,9 +34871,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 +34918,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 +34931,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *264 + default: *265 '404': *6 x-github: githubCloudOnly: false @@ -34938,7 +34955,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 +35000,7 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: default: value: @@ -35023,7 +35040,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 +35066,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 +35095,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 +35144,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 +35154,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *268 + default: *269 '400': *14 '422': *15 x-github: @@ -35163,16 +35180,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 +35213,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 +35240,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 +35263,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 +35276,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 +35291,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 +35385,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 +35469,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 +35492,7 @@ paths: type: integer format: int64 examples: - default: &274 + default: &275 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -35496,23 +35513,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 +35548,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 +35577,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 +35592,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 +35608,7 @@ paths: type: integer format: int64 examples: - default: &280 + default: &281 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -35628,18 +35645,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 +35674,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 +35704,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 +35791,7 @@ paths: application/json: schema: *22 examples: - default: &563 + default: &564 value: id: 1 account: @@ -35940,12 +35957,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 +35987,7 @@ paths: properties: {} additionalProperties: false examples: - default: &284 + default: &285 value: limit: collaborators_only origin: organization @@ -35999,13 +36016,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 +36046,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *284 + default: *285 '422': *15 x-github: githubCloudOnly: false @@ -36109,9 +36126,9 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 headers: Link: *39 '404': *6 @@ -36189,7 +36206,7 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -36246,7 +36263,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 +36297,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 +36309,7 @@ paths: type: array items: *227 examples: - default: &305 + default: &306 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -36335,7 +36352,7 @@ paths: application/json: schema: type: array - items: *288 + items: *289 examples: default: value: @@ -36420,9 +36437,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 +36472,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 +36525,9 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: - default: *289 + default: *290 '404': *6 '422': *7 x-github: @@ -36535,7 +36552,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 +36615,7 @@ paths: - closed - all default: open - - *291 + - *292 - name: type description: Can be the name of an issue type. in: query @@ -36629,7 +36646,7 @@ paths: type: array items: *153 examples: - default: *292 + default: *293 headers: Link: *39 '404': *6 @@ -36687,7 +36704,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '422': *15 @@ -36783,9 +36800,9 @@ paths: type: integer codespaces: type: array - items: *294 + items: *295 examples: - default: *295 + default: *296 '304': *37 '500': *99 '401': *25 @@ -36812,7 +36829,7 @@ paths: parameters: - *170 - *218 - - &296 + - &297 name: codespace_name in: path required: true @@ -36847,15 +36864,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 +37127,7 @@ paths: description: Response content: application/json: - schema: &297 + schema: &298 title: Org Membership description: Org Membership type: object @@ -37162,7 +37179,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 +37276,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 +37346,7 @@ paths: application/json: schema: type: array - items: &299 + items: &300 title: Migration description: A migration. type: object @@ -37658,7 +37675,7 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: default: value: @@ -37837,7 +37854,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 +37881,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *299 + schema: *300 examples: default: value: @@ -38034,7 +38051,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 +38073,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 +38097,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 +38126,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 +38138,7 @@ paths: type: array items: *196 examples: - default: &312 + default: &313 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -38330,7 +38347,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 +38554,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -38589,7 +38606,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 +38638,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 +38669,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 +38790,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -38870,7 +38887,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: default: value: @@ -39028,8 +39045,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 +39061,7 @@ paths: - slug - parent examples: - default: *305 + default: *306 headers: Link: *39 '404': @@ -39102,13 +39119,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 +39220,7 @@ paths: - type - url examples: - default: *293 + default: *294 headers: Link: *39 '404': @@ -39251,7 +39268,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -39393,7 +39410,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 +39446,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 +39473,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 +39491,7 @@ paths: - docker - nuget - container - - &309 + - &310 name: package_name description: The name of the package. in: path @@ -39487,7 +39504,7 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -39539,8 +39556,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 +39590,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 +39624,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 +39646,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 +39771,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 +39786,7 @@ paths: description: Response content: application/json: - schema: *310 + schema: *311 examples: default: value: @@ -39805,10 +39822,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 +39857,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 +39890,7 @@ paths: - *170 - *17 - *19 - - &313 + - &314 name: sort description: The property by which to sort the results. in: query @@ -39884,7 +39901,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 +39912,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 +39920,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 +39928,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 +39938,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 +39948,7 @@ paths: schema: type: string format: date-time - - &319 + - &320 name: token_id description: The ID of the token in: query @@ -40244,7 +40261,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -40270,14 +40287,14 @@ paths: - *170 - *17 - *19 - - *313 - - *86 - *314 + - *86 - *315 - *316 - *317 - *318 - *319 + - *320 responses: '500': *99 '422': *15 @@ -40559,7 +40576,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -40601,7 +40618,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 +40822,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 +40918,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 +41066,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 +41239,7 @@ paths: description: Response content: application/json: - schema: *322 + schema: *323 examples: default: value: @@ -41260,7 +41277,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &388 + '410': &389 description: Gone content: application/json: @@ -41426,7 +41443,7 @@ paths: required: true content: application/json: - schema: *323 + schema: *324 examples: default: value: @@ -41529,7 +41546,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 +41633,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 +41686,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -41809,7 +41826,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -42012,7 +42029,7 @@ paths: description: Response content: application/json: - schema: &390 + schema: &391 title: Full Repository description: Full Repository type: object @@ -42289,8 +42306,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 +42422,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 +42438,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 +42527,7 @@ paths: - network_count - subscribers_count examples: - default: &392 + default: &393 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -43036,9 +43053,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -43063,7 +43080,7 @@ paths: - *170 - *17 - *19 - - &652 + - &653 name: targets description: | A comma-separated list of rule targets to filter by. @@ -43154,7 +43171,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 +43215,7 @@ paths: application/json: schema: *128 examples: - default: &331 + default: &332 value: id: 21 name: super cool ruleset @@ -43253,7 +43270,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 +43282,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 +43309,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &657 title: Rule Suites description: Response type: array @@ -43347,7 +43364,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 +43408,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 +43424,7 @@ paths: description: Response content: application/json: - schema: &659 + schema: &660 title: Rule Suite description: Response type: object @@ -43506,7 +43523,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 +43598,7 @@ paths: application/json: schema: *128 examples: - default: *331 + default: *332 '404': *6 '500': *99 put: @@ -43630,7 +43647,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 +43688,7 @@ paths: application/json: schema: *128 examples: - default: *331 + default: *332 '404': *6 '500': *99 delete: @@ -43730,7 +43747,7 @@ paths: type: array items: *131 examples: - default: *332 + default: *333 '404': *6 '500': *99 x-github: @@ -43767,7 +43784,7 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: default: value: @@ -43830,14 +43847,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 +43864,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 +43874,9 @@ paths: required: false schema: type: string - - *338 - *339 - *340 + - *341 responses: '200': description: Response @@ -43867,9 +43884,9 @@ paths: application/json: schema: type: array - items: *341 + items: *342 examples: - default: *342 + default: *343 headers: Link: *39 '404': *6 @@ -43939,7 +43956,7 @@ paths: application/json: schema: type: array - items: &670 + items: &671 description: A repository security advisory. type: object properties: @@ -44159,7 +44176,7 @@ paths: login: type: string description: The username of the user credited. - type: *343 + type: *344 credits_detailed: type: array nullable: true @@ -44169,7 +44186,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 +44247,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 +44634,9 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: *305 + default: *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44643,7 +44660,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 +44686,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 +44721,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44731,7 +44748,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 +44756,9 @@ paths: description: Success content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44769,9 +44786,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44799,9 +44816,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44841,7 +44858,7 @@ paths: type: array items: *111 examples: - default: *354 + default: *355 headers: Link: *39 x-github: @@ -45042,15 +45059,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 +45105,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 +45151,7 @@ paths: type: string nullable: true examples: - default: &380 + default: &381 value: groups: - group_id: '123' @@ -45180,7 +45197,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 +45265,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 headers: Link: *39 '403': *29 @@ -45342,7 +45359,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 +45422,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 +45669,7 @@ paths: - repos_count - organization examples: - default: &359 + default: &360 value: id: 1 node_id: MDQ6VGVhbTE= @@ -45723,15 +45740,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 +45770,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 +45832,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 +45867,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 +45894,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *170 - - *302 + - *303 - *86 - *17 - *19 @@ -45894,7 +45911,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 +46010,7 @@ paths: - updated_at - url examples: - default: &711 + default: &712 value: - author: login: octocat @@ -46068,7 +46085,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 +46119,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &361 + default: &362 value: author: login: octocat @@ -46177,8 +46194,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 +46207,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46215,8 +46232,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 +46256,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: &712 + default: &713 value: author: login: octocat @@ -46312,8 +46329,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 +46357,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 +46369,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 +46441,7 @@ paths: - updated_at - url examples: - default: &713 + default: &714 value: - author: login: octocat @@ -46493,8 +46510,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 +46533,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: &364 + default: &365 value: author: login: octocat @@ -46585,9 +46602,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 +46616,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *364 + default: *365 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46624,9 +46641,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 +46665,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: &714 + default: &715 value: author: login: octocat @@ -46715,9 +46732,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 +46761,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 +46789,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 +46832,7 @@ paths: - content - created_at examples: - default: &368 + default: &369 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46866,9 +46883,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 +46918,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 +46949,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46958,10 +46975,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 +47011,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 +47038,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 x-github: @@ -47050,8 +47067,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 +47100,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 +47133,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 +47159,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 +47187,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 +47210,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -47215,7 +47232,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 +47257,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 +47267,9 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 headers: Link: *39 x-github: @@ -47275,7 +47292,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 +47315,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -47329,14 +47346,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 +47380,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 +47417,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 +47443,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 +47481,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 +47508,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 +47518,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 +47586,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 +47650,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 +47663,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 +47728,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 +47796,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 +47825,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 +47837,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -47850,15 +47867,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 +48445,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 +48493,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 +48522,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 +48553,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 +48596,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: default: value: @@ -48612,7 +48629,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 +48641,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 +48768,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 +48780,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 +48847,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 +48903,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 +48930,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - default: *383 + default: *384 '304': *37 '403': *29 '401': *25 @@ -48942,7 +48959,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 +49003,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 +49114,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 +49126,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 +49172,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 +49207,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 +49231,9 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '304': *37 '403': *29 '401': *25 @@ -49241,7 +49258,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 +49287,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 +49308,7 @@ paths: application/json: schema: type: array - items: *382 + items: *383 examples: default: value: @@ -49350,7 +49367,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 +49407,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - default: *383 + default: *384 '304': *37 '403': *29 '401': *25 @@ -49448,7 +49465,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 +49525,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 +49590,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 +49636,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 +49659,7 @@ paths: items: type: string '401': *25 - '410': *388 + '410': *389 '422': *7 x-github: githubCloudOnly: false @@ -49665,7 +49682,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 +49703,7 @@ paths: items: type: string '401': *25 - '410': *388 + '410': *389 '404': *6 x-github: githubCloudOnly: false @@ -49710,7 +49727,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 +49754,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '404': *6 @@ -49767,7 +49784,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 +49837,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 +49869,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 +49943,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 +49953,7 @@ paths: application/json: schema: type: array - items: *385 + items: *386 examples: default: value: @@ -49974,7 +49991,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 +50014,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: default: value: @@ -50061,7 +50078,7 @@ paths: resources: type: object properties: - core: &389 + core: &390 title: Rate Limit type: object properties: @@ -50078,20 +50095,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 +50212,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 +50724,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *391 + '301': *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50725,8 +50742,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 +50997,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 +51029,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 +51052,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 +51075,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 +51102,7 @@ paths: type: integer artifacts: type: array - items: &394 + items: &395 title: Artifact description: An artifact type: object @@ -51163,7 +51180,7 @@ paths: - expires_at - updated_at examples: - default: &409 + default: &410 value: total_count: 2 artifacts: @@ -51224,9 +51241,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 +51255,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: default: value: @@ -51276,9 +51293,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 +51319,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 +51335,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 +51358,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 +51391,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 +51429,7 @@ paths: description: Response content: application/json: - schema: &398 + schema: &399 title: Repository actions caches description: Repository actions caches type: object @@ -51454,7 +51471,7 @@ paths: - total_count - actions_caches examples: - default: &399 + default: &400 value: total_count: 1 actions_caches: @@ -51486,23 +51503,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 +51539,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 +51571,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 +51585,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 +51892,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 +51922,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 +51969,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 +52020,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 +52084,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 +52103,7 @@ paths: type: integer secrets: type: array - items: &414 + items: &415 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -52106,7 +52123,7 @@ paths: - created_at - updated_at examples: - default: &415 + default: &416 value: total_count: 2 secrets: @@ -52139,9 +52156,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 +52175,7 @@ paths: type: integer variables: type: array - items: &418 + items: &419 title: Actions Variable type: object properties: @@ -52188,7 +52205,7 @@ paths: - created_at - updated_at examples: - default: &419 + default: &420 value: total_count: 2 variables: @@ -52221,8 +52238,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 +52248,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 +52281,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 +52293,7 @@ paths: schema: type: object properties: - enabled: *402 + enabled: *403 allowed_actions: *48 required: - enabled @@ -52307,14 +52324,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 +52349,7 @@ paths: required: - access_level examples: - default: &404 + default: &405 value: access_level: organization x-github: @@ -52357,15 +52374,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 +52406,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 +52438,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 +52471,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 +52501,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 +52542,8 @@ paths: in: query schema: type: string - - *377 - *378 + - *379 - *17 - *19 responses: @@ -52570,8 +52587,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 +52620,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 +52695,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 +52732,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 +52763,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 +52794,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 +52821,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 +52847,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 +52897,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 +52948,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 +52979,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 +53010,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 +53020,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 +53028,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 +53037,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 +53064,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 +53073,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 +53082,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 +53111,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 +53206,7 @@ paths: that triggered the run. type: array nullable: true - items: &449 + items: &450 title: Pull Request Minimal type: object properties: @@ -53308,7 +53325,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &453 + properties: &454 id: type: string description: SHA for the commit @@ -53359,7 +53376,7 @@ paths: - name - email nullable: true - required: &454 + required: &455 - id - tree_id - message @@ -53406,7 +53423,7 @@ paths: - workflow_url - pull_requests examples: - default: &429 + default: &430 value: total_count: 1 workflow_runs: @@ -53642,24 +53659,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 +53917,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 +53942,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 +54063,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 +54098,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 +54119,9 @@ paths: type: integer artifacts: type: array - items: *394 + items: *395 examples: - default: *409 + default: *410 headers: Link: *39 x-github: @@ -54128,25 +54145,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 +54186,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 +54207,9 @@ paths: type: integer jobs: type: array - items: *412 + items: *413 examples: - default: &413 + default: &414 value: total_count: 1 jobs: @@ -54305,10 +54322,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 +54353,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 +54388,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 +54457,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 +54492,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 +54524,9 @@ paths: type: integer jobs: type: array - items: *412 + items: *413 examples: - default: *413 + default: *414 headers: Link: *39 x-github: @@ -54534,9 +54551,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 +54580,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 +54609,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 +54671,7 @@ paths: items: type: object properties: - type: &533 + type: &534 type: string description: The type of reviewer. enum: @@ -54739,9 +54756,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 +54805,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 +54911,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 +54967,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 +55013,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 +55069,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 +55208,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 +55227,9 @@ paths: type: integer secrets: type: array - items: *414 + items: *415 examples: - default: *415 + default: *416 headers: Link: *39 x-github: @@ -55237,16 +55254,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 +55285,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 +55321,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 +55380,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 +55407,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 +55426,9 @@ paths: type: integer variables: type: array - items: *418 + items: *419 examples: - default: *419 + default: *420 headers: Link: *39 x-github: @@ -55434,8 +55451,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 +55504,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 +55540,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 +55584,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 +55611,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 +55630,7 @@ paths: type: integer workflows: type: array - items: &420 + items: &421 title: Workflow description: A GitHub Actions workflow type: object @@ -55720,9 +55737,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 +55754,7 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: default: value: @@ -55770,9 +55787,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 +55814,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 +55867,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 +55896,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 +55924,9 @@ paths: type: integer workflow_runs: type: array - items: *406 + items: *407 examples: - default: *429 + default: *430 headers: Link: *39 x-github: @@ -55942,9 +55959,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 +56022,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 +56187,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 +56200,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '404': *6 @@ -56208,8 +56225,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 +56262,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 +56375,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 +56430,7 @@ paths: bundle_url: type: string examples: - default: *430 + default: *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56433,8 +56450,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 +56459,7 @@ paths: application/json: schema: type: array - items: &431 + items: &432 title: Autolink reference description: An autolink reference. type: object @@ -56492,8 +56509,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 +56549,9 @@ paths: description: response content: application/json: - schema: *431 + schema: *432 examples: - default: &432 + default: &433 value: id: 1 key_prefix: TICKET- @@ -56565,9 +56582,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 +56596,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *432 + default: *433 '404': *6 x-github: githubCloudOnly: false @@ -56601,9 +56618,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 +56644,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 +56693,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 +56715,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 +56736,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 +56775,7 @@ paths: - url protected: type: boolean - protection: &435 + protection: &436 title: Branch Protection description: Branch Protection type: object @@ -56800,7 +56817,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 +56832,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 +56908,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 +57215,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 +57231,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 +57272,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 +57287,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 +57308,7 @@ paths: required: - sha - url - verification: &553 + verification: &554 title: Verification type: object properties: @@ -57361,7 +57378,7 @@ paths: type: integer files: type: array - items: &513 + items: &514 title: Diff Entry description: Diff Entry type: object @@ -57444,7 +57461,7 @@ paths: - self protected: type: boolean - protection: *435 + protection: *436 protection_url: type: string format: uri @@ -57551,7 +57568,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 +57590,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 +57792,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 +58049,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 +58201,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *437 + restrictions: *438 required_conversation_resolution: type: object properties: @@ -58296,9 +58313,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 +58340,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 +58372,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 +58401,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 +58428,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 +58534,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 +58634,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 '422': *15 x-github: githubCloudOnly: false @@ -58640,9 +58657,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 +58686,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 +58719,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 +58749,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 +58776,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 +58812,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 +58866,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *444 + default: *445 '404': *6 '422': *15 x-github: @@ -58873,9 +58890,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 +58916,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 +58952,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 +59021,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 +59087,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 +59155,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 +59254,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 +59279,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 +59291,7 @@ paths: type: array items: *5 examples: - default: &445 + default: &446 value: - id: 1 slug: octoapp @@ -59331,9 +59348,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 +59384,7 @@ paths: type: array items: *5 examples: - default: *445 + default: *446 '422': *15 x-github: githubCloudOnly: false @@ -59388,9 +59405,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 +59441,7 @@ paths: type: array items: *5 examples: - default: *445 + default: *446 '422': *15 x-github: githubCloudOnly: false @@ -59445,9 +59462,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 +59498,7 @@ paths: type: array items: *5 examples: - default: *445 + default: *446 '422': *15 x-github: githubCloudOnly: false @@ -59503,9 +59520,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 +59532,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 '404': *6 x-github: githubCloudOnly: false @@ -59535,9 +59552,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 +59592,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 '422': *15 x-github: githubCloudOnly: false @@ -59596,9 +59613,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 +59653,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 '422': *15 x-github: githubCloudOnly: false @@ -59657,9 +59674,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 +59713,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 '422': *15 x-github: githubCloudOnly: false @@ -59718,9 +59735,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 +59747,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '404': *6 x-github: githubCloudOnly: false @@ -59754,9 +59771,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 +59806,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '422': *15 x-github: githubCloudOnly: false @@ -59814,9 +59831,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 +59866,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '422': *15 x-github: githubCloudOnly: false @@ -59874,9 +59891,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 +59926,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '422': *15 x-github: githubCloudOnly: false @@ -59936,9 +59953,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 +59977,7 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: default: value: @@ -60074,8 +60091,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *377 - *378 + - *379 - *219 - *220 - *221 @@ -60111,8 +60128,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *377 - *378 + - *379 - name: bypass_request_number in: path required: true @@ -60185,8 +60202,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *377 - *378 + - *379 - *219 - *220 - *221 @@ -60200,9 +60217,9 @@ paths: application/json: schema: type: array - items: *447 + items: *448 examples: - default: *448 + default: *449 '404': *6 '403': *29 '500': *99 @@ -60226,8 +60243,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *377 - *378 + - *379 - name: bypass_request_number in: path required: true @@ -60239,7 +60256,7 @@ paths: description: A single bypass request. content: application/json: - schema: *447 + schema: *448 examples: default: value: @@ -60297,8 +60314,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *377 - *378 + - *379 - name: bypass_request_number in: path required: true @@ -60369,8 +60386,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *377 - *378 + - *379 - name: bypass_response_id in: path required: true @@ -60403,8 +60420,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 +60700,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 +60819,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 +61100,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 +61114,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: &452 + default: &453 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -61199,9 +61216,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 +61458,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *452 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61463,9 +61480,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 +61570,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 +61577,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 +61623,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 +61646,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 +61710,7 @@ paths: nullable: true pull_requests: type: array - items: *449 + items: *450 nullable: true app: title: GitHub app @@ -61717,12 +61732,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 +61765,7 @@ paths: - check_runs_url - pull_requests examples: - default: &456 + default: &457 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -62041,9 +62056,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 +62077,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 +62387,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 +62401,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62411,17 +62426,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 +62475,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 +62568,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 +62579,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 +62614,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 +62659,7 @@ paths: be returned. in: query required: false - schema: *459 + schema: *460 responses: '200': description: Response @@ -62660,7 +62675,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 +62686,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 +62813,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 +62840,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 +62856,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &469 type: object properties: number: *100 @@ -62849,7 +62864,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 +62875,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 +62930,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 +63027,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 +63047,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 +63064,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 +63084,7 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: default: value: @@ -63145,7 +63160,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 +63187,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 +63221,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 +63238,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 +63263,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 +63317,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 +63364,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 +63389,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 +63403,7 @@ paths: application/json: schema: type: array - items: *465 + items: *466 examples: default: value: @@ -63427,7 +63442,7 @@ paths: end_column: 50 classifications: - source - '403': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -63461,25 +63476,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 +63515,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 +63555,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 +63617,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -63638,8 +63653,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 +63667,7 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: response: summary: application/json response @@ -63706,7 +63721,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 +63803,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 +63857,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 +63879,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 +63888,7 @@ paths: application/json: schema: type: array - items: &479 + items: &480 title: CodeQL Database description: A CodeQL database. type: object @@ -63984,7 +63999,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 +64028,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 +64041,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: default: value: @@ -64058,9 +64073,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 +64097,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 +64108,7 @@ paths: responses: '204': description: Response - '403': *472 + '403': *473 '404': *6 '503': *132 x-github: @@ -64121,8 +64136,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 +64146,7 @@ paths: type: object additionalProperties: false properties: - language: &480 + language: &481 type: string description: The language targeted by the CodeQL query enum: @@ -64210,7 +64225,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 +64235,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 +64282,7 @@ paths: items: type: object properties: - repository: &481 + repository: &482 title: Repository Identifier description: Repository Identifier type: object @@ -64303,7 +64318,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 +64350,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 +64364,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 +64386,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 +64403,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 +64555,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 +64586,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 +64599,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *483 + default: *484 '404': *6 '503': *132 x-github: @@ -64609,7 +64624,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 +64659,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 +64784,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 +64859,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 +64880,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 +64963,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 +65028,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 +65037,7 @@ paths: schema: type: object properties: - commit_sha: *486 + commit_sha: *487 ref: type: string description: |- @@ -65080,7 +65095,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 +65109,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 +65132,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 +65179,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 +65204,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 +65286,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 +65407,8 @@ paths: parameters: - *17 - *19 - - *377 - *378 + - *379 responses: '200': description: Response @@ -65409,7 +65424,7 @@ paths: type: integer codespaces: type: array - items: *294 + items: *295 examples: default: value: @@ -65707,8 +65722,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 +65786,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 +65825,8 @@ paths: parameters: - *17 - *19 - - *377 - *378 + - *379 responses: '200': description: Response @@ -65875,8 +65890,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 +65926,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 +65973,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 +66058,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 +66125,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 +66144,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 +66164,7 @@ paths: - created_at - updated_at examples: - default: *490 + default: *491 headers: Link: *39 x-github: @@ -66172,16 +66187,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 +66216,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 +66246,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 +66300,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 +66330,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 +66373,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &495 + properties: &496 login: type: string example: octocat @@ -66451,7 +66466,7 @@ paths: user_view_type: type: string example: public - required: &496 + required: &497 - avatar_url - events_url - followers_url @@ -66525,8 +66540,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 +66584,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 +66612,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 +66834,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 +66865,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 +66887,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *495 - required: *496 + properties: *496 + required: *497 nullable: true required: - permission @@ -66928,8 +66943,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 +66954,7 @@ paths: application/json: schema: type: array - items: &497 + items: &498 title: Commit Comment description: Commit Comment type: object @@ -66997,7 +67012,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 +67071,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 +67138,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 +67162,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: default: value: @@ -67198,8 +67213,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 +67236,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 +67264,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 '404': *6 @@ -67272,8 +67287,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 +67321,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 +67352,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 +67404,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 +67461,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 +67557,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 +67631,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 +67643,9 @@ paths: application/json: schema: type: array - items: *497 + items: *498 examples: - default: *500 + default: *501 headers: Link: *39 x-github: @@ -67658,9 +67673,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 +67710,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 +67740,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 +67752,7 @@ paths: application/json: schema: type: array - items: &608 + items: &609 title: Pull Request Simple description: Pull Request Simple type: object @@ -67843,8 +67858,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 +67955,7 @@ paths: _links: type: object properties: - comments: &504 + comments: &505 title: Link description: Hypermedia Link type: object @@ -67949,13 +67964,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 +67981,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 +68044,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 +68581,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 +68600,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 +68715,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 +68753,9 @@ paths: type: integer check_runs: type: array - items: *450 + items: *451 examples: - default: *508 + default: *509 headers: Link: *39 x-github: @@ -68765,9 +68780,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 +68790,7 @@ paths: schema: type: integer example: 1 - - *506 + - *507 - *17 - *19 responses: @@ -68793,7 +68808,7 @@ paths: type: integer check_suites: type: array - items: *455 + items: *456 examples: default: value: @@ -68993,9 +69008,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 +69208,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 +69220,7 @@ paths: application/json: schema: type: array - items: &675 + items: &676 title: Status description: The status of a commit. type: object @@ -69286,7 +69301,7 @@ paths: site_admin: false headers: Link: *39 - '301': *391 + '301': *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69314,8 +69329,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 +69359,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 +69386,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 +69532,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 +69576,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 +69597,10 @@ paths: example: 6 commits: type: array - items: *498 + items: *499 files: type: array - items: *513 + items: *514 required: - url - html_url @@ -69871,8 +69886,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 +70030,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 +70162,7 @@ paths: - size - type - url - - &622 + - &623 title: Content File description: Content File type: object @@ -70348,7 +70363,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 +70432,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 +70455,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 +70549,7 @@ paths: description: Response content: application/json: - schema: &516 + schema: &517 title: File Commit description: File Commit type: object @@ -70686,7 +70701,7 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: example-for-creating-a-file: value: @@ -70740,7 +70755,7 @@ paths: schema: oneOf: - *3 - - &548 + - &549 description: Repository rule violation was detected type: object properties: @@ -70761,7 +70776,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 +70808,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 +70870,7 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: default: value: @@ -70910,8 +70925,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 +71049,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 +71064,7 @@ paths: - *253 - *254 - *255 + - *256 - *86 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -71068,8 +71084,8 @@ paths: default: 30 - *84 - *85 - - *256 - *257 + - *258 responses: '200': description: Response @@ -71077,7 +71093,7 @@ paths: application/json: schema: type: array - items: &519 + items: &520 type: object description: A Dependabot alert. properties: @@ -71123,7 +71139,7 @@ paths: - unknown - direct - transitive - security_advisory: *517 + security_advisory: *518 security_vulnerability: *104 url: *105 html_url: *106 @@ -71154,7 +71170,7 @@ paths: nullable: true maxLength: 280 fixed_at: *110 - auto_dismissed_at: *518 + auto_dismissed_at: *519 required: - number - state @@ -71384,9 +71400,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 +71417,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -71514,9 +71530,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 +71577,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -71690,8 +71706,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 +71725,7 @@ paths: type: integer secrets: type: array - items: &523 + items: &524 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -71762,16 +71778,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 +71807,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 +71841,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 +71895,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 +71919,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 +72080,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 +72320,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 +72396,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 +72429,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 +72442,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 +72571,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 +72612,9 @@ paths: application/json: schema: type: array - items: *525 + items: *526 examples: - default: *526 + default: *527 headers: Link: *39 x-github: @@ -72664,8 +72680,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 +72762,7 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: simple-example: summary: Simple example @@ -72819,9 +72835,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 +72849,7 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: default: value: @@ -72898,9 +72914,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 +72938,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 +72950,7 @@ paths: application/json: schema: type: array - items: &528 + items: &529 title: Deployment Status description: The status of a deployment. type: object @@ -73095,9 +73111,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 +73188,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 +73246,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 +73259,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *529 + default: *530 '404': *6 x-github: githubCloudOnly: false @@ -73272,12 +73288,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *377 - *378 + - *379 - *219 - *220 - *221 - - *530 + - *531 - *17 - *19 responses: @@ -73287,9 +73303,9 @@ paths: application/json: schema: type: array - items: *531 + items: *532 examples: - default: *532 + default: *533 '404': *6 '403': *29 '500': *99 @@ -73314,8 +73330,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *377 - *378 + - *379 - name: alert_number in: path required: true @@ -73327,7 +73343,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -73384,8 +73400,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *377 - *378 + - *379 - name: alert_number in: path required: true @@ -73454,8 +73470,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 +73528,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 +73546,7 @@ paths: type: integer environments: type: array - items: &534 + items: &535 title: Environment description: Details of a deployment environment type: object @@ -73582,7 +73598,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 +73635,7 @@ paths: items: type: object properties: - type: *533 + type: *534 reviewer: anyOf: - *4 @@ -73643,7 +73659,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 +73775,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 +73790,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *535 examples: - default: &538 + default: &539 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -73860,9 +73876,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 +73887,7 @@ paths: type: object nullable: true properties: - wait_timer: *536 + wait_timer: *537 prevent_self_review: type: boolean example: false @@ -73888,13 +73904,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 +73930,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 +73956,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 +73983,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 +74003,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 +74060,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 +74108,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 +74152,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 +74167,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74172,10 +74188,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 +74219,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74224,10 +74240,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 +74268,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 +74286,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 +74305,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 +74404,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 +74427,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 +74464,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 +74485,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *543 + items: *544 examples: default: value: @@ -74504,10 +74520,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 +74535,9 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *544 + default: *545 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74542,10 +74558,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 +74587,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 +74607,9 @@ paths: type: integer secrets: type: array - items: *414 + items: *415 examples: - default: *415 + default: *416 headers: Link: *39 x-github: @@ -74618,17 +74634,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 +74666,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 +74699,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 +74759,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 +74787,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 +74807,9 @@ paths: type: integer variables: type: array - items: *418 + items: *419 examples: - default: *419 + default: *420 headers: Link: *39 x-github: @@ -74816,9 +74832,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 +74886,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 +74918,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 +74963,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 +74988,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 +75066,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 +75226,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 +75259,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *392 + default: *393 '400': *14 '422': *15 '403': *29 @@ -75266,8 +75282,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 +75343,7 @@ paths: schema: oneOf: - *179 - - *548 + - *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75352,8 +75368,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 +75468,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 +75578,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 +75792,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 +75856,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 +75875,7 @@ paths: application/json: schema: type: array - items: &551 + items: &552 title: Git Reference description: Git references within a repository type: object @@ -75934,17 +75950,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 +75989,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 +76019,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 +76047,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 +76078,9 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: - default: *552 + default: *553 '422': *15 '409': *94 x-github: @@ -76082,9 +76098,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 +76155,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 +76223,7 @@ paths: description: Response content: application/json: - schema: &554 + schema: &555 title: Git Tag description: Metadata for a Git tag type: object @@ -76258,7 +76274,7 @@ paths: - sha - type - url - verification: *553 + verification: *554 required: - sha - url @@ -76268,7 +76284,7 @@ paths: - tag - message examples: - default: &555 + default: &556 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -76341,8 +76357,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 +76369,9 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: - default: *555 + default: *556 '404': *6 '409': *94 x-github: @@ -76379,8 +76395,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 +76469,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 +76565,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 +76589,7 @@ paths: description: Response content: application/json: - schema: *556 + schema: *557 examples: default-response: summary: Default response @@ -76632,8 +76648,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 +76659,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 title: Webhook description: Webhooks for repositories. type: object @@ -76697,7 +76713,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 +76787,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 +76840,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: &558 + default: &559 value: type: Repository id: 12345678 @@ -76874,17 +76890,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 +76920,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 +76967,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 '422': *15 '404': *6 x-github: @@ -76974,9 +76990,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 +77016,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 +77045,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 +77091,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 +77103,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *268 + default: *269 '400': *14 '422': *15 x-github: @@ -77108,18 +77124,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 +77154,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 +77179,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 +77206,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 +77266,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 +77372,7 @@ paths: - html_url - authors_url examples: - default: &562 + default: &563 value: vcs: subversion use_lfs: true @@ -77372,7 +77388,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 +77417,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 +77466,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *560 examples: default: value: @@ -77475,7 +77491,7 @@ paths: type: string '422': *15 '404': *6 - '503': *560 + '503': *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77503,8 +77519,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 +77569,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *560 examples: example-1: summary: Example 1 @@ -77601,7 +77617,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 +77640,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 +77671,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 +77687,7 @@ paths: application/json: schema: type: array - items: &561 + items: &562 title: Porter Author description: Porter Author type: object @@ -77725,7 +77741,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 +77766,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 +77797,7 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -77794,7 +77810,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 +77834,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 +77876,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *560 + '503': *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77888,8 +77904,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 +77932,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 +77959,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 +77968,8 @@ paths: application/json: schema: *22 examples: - default: *563 - '301': *391 + default: *564 + '301': *392 '404': *6 x-github: githubCloudOnly: false @@ -77973,8 +77989,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 +77998,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 +78028,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 +78046,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *565 + default: *566 '409': description: Response x-github: @@ -78054,8 +78070,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 +78094,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 +78105,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: &744 + default: &745 value: - id: 1 repository: @@ -78222,9 +78238,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 +78269,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: default: value: @@ -78384,9 +78400,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 +78433,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 +78482,7 @@ paths: required: false schema: type: string - - *291 + - *292 - name: sort description: What to sort results by. in: query @@ -78491,7 +78507,7 @@ paths: type: array items: *153 examples: - default: &577 + default: &578 value: - id: 1 node_id: MDU6SXNzdWUx @@ -78639,7 +78655,7 @@ paths: state_reason: completed headers: Link: *39 - '301': *391 + '301': *392 '422': *15 '404': *6 x-github: @@ -78668,8 +78684,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 +78769,7 @@ paths: application/json: schema: *153 examples: - default: &572 + default: &573 value: id: 1 node_id: MDU6SXNzdWUx @@ -78909,7 +78925,7 @@ paths: '422': *15 '503': *132 '404': *6 - '410': *388 + '410': *389 x-github: triggersNotification: true githubCloudOnly: false @@ -78937,8 +78953,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 +78975,9 @@ paths: application/json: schema: type: array - items: *567 + items: *568 examples: - default: &574 + default: &575 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -79019,17 +79035,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 +79099,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 +79123,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: - default: *568 + default: *569 '422': *15 x-github: githubCloudOnly: false @@ -79127,8 +79143,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 +79165,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 +79193,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 '404': *6 @@ -79200,8 +79216,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 +79250,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 +79281,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 +79304,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 +79315,7 @@ paths: application/json: schema: type: array - items: &571 + items: &572 title: Issue Event description: Issue Event type: object @@ -79342,8 +79358,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 +79666,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 +79678,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: default: value: @@ -79855,7 +79871,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *388 + '410': *389 '403': *29 x-github: githubCloudOnly: false @@ -79889,9 +79905,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 +79921,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 +79949,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 +80056,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 +80080,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 +80110,7 @@ paths: application/json: schema: *153 examples: - default: *572 + default: *573 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80110,9 +80126,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 +80155,7 @@ paths: application/json: schema: *153 examples: - default: *572 + default: *573 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80161,9 +80177,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 +80219,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 +80232,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 +80267,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 +80291,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 +80320,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 +80336,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 +80390,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &579 + - &580 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -80510,7 +80526,7 @@ paths: - performed_via_github_app - assignee - assigner - - &580 + - &581 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -80561,7 +80577,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &581 + - &582 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -80612,7 +80628,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &582 + - &583 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -80666,7 +80682,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 +80729,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 +80776,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 +80836,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &586 + - &587 title: Locked Issue Event description: Locked Issue Event type: object @@ -80868,7 +80884,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 +80950,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 +81016,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 +81082,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 +81173,7 @@ paths: color: red headers: Link: *39 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81174,9 +81190,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 +81202,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 +81249,7 @@ paths: - color - default examples: - default: &576 + default: &577 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -81251,9 +81267,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 +81286,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 +81347,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 +81369,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 +81431,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 +81453,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 +81480,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 +81495,7 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: default: value: @@ -81490,9 +81506,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 +81528,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 +81558,7 @@ paths: '204': description: Response '403': *29 - '410': *388 + '410': *389 '404': *6 '422': *15 x-github: @@ -81560,9 +81576,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 +81600,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 +81628,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 +81652,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 +81686,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 +81717,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 +81749,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 +81775,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 +81808,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 +81822,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 +81854,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 +81885,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 +81912,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 +81947,7 @@ paths: application/json: schema: *153 examples: - default: *572 + default: *573 '403': *29 '404': *6 '422': *7 @@ -81953,9 +81969,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 +81986,6 @@ paths: description: Timeline Event type: object anyOf: - - *578 - *579 - *580 - *581 @@ -81983,6 +81998,7 @@ paths: - *588 - *589 - *590 + - *591 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -82287,7 +82303,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 +82512,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 +82801,7 @@ paths: headers: Link: *39 '404': *6 - '410': *388 + '410': *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82802,8 +82818,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 +82829,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 +82894,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 +82931,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 +82967,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 +82981,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '404': *6 x-github: githubCloudOnly: false @@ -82985,9 +83001,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 +83023,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 +83034,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *576 + default: *577 headers: Link: *39 '404': *6 @@ -83041,8 +83057,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 +83094,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: &594 + default: &595 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -83112,8 +83128,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 +83140,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: *594 + default: *595 '404': *6 x-github: githubCloudOnly: false @@ -83143,8 +83159,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 +83199,7 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: default: value: @@ -83209,8 +83225,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 +83252,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 +83289,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 +83318,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 +83345,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 +83492,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 +83558,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 +83593,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 +83620,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 +83662,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 +83723,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 +83764,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 +83825,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 +83839,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 '404': *6 x-github: githubCloudOnly: false @@ -83842,9 +83858,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 +83898,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83900,9 +83916,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 +83939,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 +83951,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *576 + default: *577 headers: Link: *39 x-github: @@ -83956,12 +83972,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 +83989,7 @@ paths: type: array items: *166 examples: - default: *602 + default: *603 headers: Link: *39 x-github: @@ -83997,8 +84013,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 +84072,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 +84204,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 +84245,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 +84300,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '422': *15 '409': *94 x-github: @@ -84309,8 +84325,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 +84433,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 +84460,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 +84471,7 @@ paths: application/json: schema: type: array - items: &605 + items: &606 title: Page Build description: Page Build type: object @@ -84549,8 +84565,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 +84611,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 +84668,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 +84680,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: *606 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84686,8 +84702,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 +84808,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 +84868,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 +84897,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 +85156,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 +85194,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 +85216,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 +85240,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 +85262,7 @@ paths: application/json: schema: type: array - items: *322 + items: *323 examples: default: value: @@ -85286,7 +85302,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *388 + '410': *389 '422': *7 x-github: githubCloudOnly: false @@ -85309,8 +85325,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 +85352,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 +85381,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 +85390,7 @@ paths: application/json: schema: type: array - items: *324 + items: *325 examples: default: value: @@ -85405,8 +85421,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 +85434,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 +85484,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 +85545,9 @@ paths: application/json: schema: type: array - items: *608 + items: *609 examples: - default: *609 + default: *610 headers: Link: *39 '304': *37 @@ -85563,8 +85579,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 +85645,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 +85756,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 +85802,7 @@ paths: nullable: true requested_teams: type: array - items: *344 + items: *345 nullable: true head: type: object @@ -85825,14 +85841,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 +85859,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 +85951,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 +86478,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 +86508,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 +86587,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 +86672,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 +86696,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86698,8 +86714,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 +86737,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 +86765,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 '404': *6 @@ -86772,8 +86788,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 +86822,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 +86853,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 +86899,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 +86914,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 +86951,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 +86995,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *614 + default: *615 '422': *15 '403': *29 x-github: @@ -87003,9 +87019,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 +87081,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 +87121,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 +87144,9 @@ paths: application/json: schema: type: array - items: *611 + items: *612 examples: - default: *616 + default: *617 headers: Link: *39 x-github: @@ -87163,9 +87179,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 +87286,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: example-for-a-multi-line-comment: value: @@ -87358,9 +87374,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 +87399,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -87469,9 +87485,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 +87497,9 @@ paths: application/json: schema: type: array - items: *498 + items: *499 examples: - default: *617 + default: *618 headers: Link: *39 x-github: @@ -87513,9 +87529,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 +87541,7 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: default: value: @@ -87563,9 +87579,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 +87604,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 +87717,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 +87794,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 +87833,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -88353,9 +88369,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 +88405,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -88894,9 +88910,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 +88922,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 +89073,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 +89161,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: &620 + default: &621 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89210,10 +89226,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 +89241,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: &621 + default: &622 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89286,10 +89302,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 +89328,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: default: value: @@ -89374,18 +89390,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 +89428,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 +89514,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 +89659,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 +89690,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: default: value: @@ -89737,10 +89753,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 +89791,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *621 + default: *622 '404': *6 '422': *7 '403': *29 @@ -89799,9 +89815,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 +89880,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 +89894,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: &623 + default: &624 value: type: file encoding: base64 @@ -89922,8 +89938,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 +89959,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *623 + default: *624 '404': *6 '422': *15 x-github: @@ -89967,8 +89983,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 +89994,7 @@ paths: application/json: schema: type: array - items: &624 + items: &625 title: Release description: A release. type: object @@ -90041,7 +90057,7 @@ paths: author: *4 assets: type: array - items: &625 + items: &626 title: Release Asset description: Data related to a release. type: object @@ -90222,8 +90238,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 +90315,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 +90420,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 +90434,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 +90470,7 @@ paths: type: User site_admin: false '404': *6 - '302': *515 + '302': *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90470,9 +90486,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 +90516,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *627 + default: *628 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90518,9 +90534,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 +90560,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 +90646,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 +90672,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 +90686,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *628 + default: *629 '404': *6 x-github: githubCloudOnly: false @@ -90694,9 +90710,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 +90726,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 +90746,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 +90812,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 +90835,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 +90857,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 +90869,7 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: default: value: @@ -90934,9 +90950,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 +90978,7 @@ paths: description: Response for successful upload content: application/json: - schema: *625 + schema: *626 examples: response-for-successful-upload: value: @@ -91016,9 +91032,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 +91058,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 '404': *6 @@ -91065,9 +91081,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 +91113,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 +91144,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 +91171,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 +91189,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 +91210,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 +91307,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 - *17 - *19 - name: includes_parents @@ -91303,7 +91319,7 @@ paths: schema: type: boolean default: true - - *652 + - *653 responses: '200': description: Response @@ -91358,8 +91374,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 requestBody: description: Request body required: true @@ -91421,7 +91437,7 @@ paths: application/json: schema: *128 examples: - default: &661 + default: &662 value: id: 42 name: super cool ruleset @@ -91468,12 +91484,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 +91497,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 '404': *6 '500': *99 x-github: @@ -91504,17 +91520,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 +91558,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91565,7 +91581,7 @@ paths: application/json: schema: *128 examples: - default: *661 + default: *662 '404': *6 '500': *99 put: @@ -91583,8 +91599,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91648,7 +91664,7 @@ paths: application/json: schema: *128 examples: - default: *661 + default: *662 '404': *6 '500': *99 delete: @@ -91666,8 +91682,8 @@ paths: category: repos subcategory: rules parameters: - - *377 - *378 + - *379 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91690,8 +91706,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 +91725,7 @@ paths: type: array items: *131 examples: - default: *332 + default: *333 '404': *6 '500': *99 x-github: @@ -91728,8 +91744,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 +91763,7 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: default: value: @@ -91802,20 +91818,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 +91839,7 @@ paths: application/json: schema: type: array - items: &666 + items: &667 type: object properties: number: *100 @@ -91842,8 +91858,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 +92077,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 +92137,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 +92147,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 +92166,7 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -92225,9 +92241,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 +92254,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &826 + items: &827 type: object properties: type: @@ -92597,8 +92613,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 +92622,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 +92646,7 @@ paths: schema: type: object properties: - reason: *668 + reason: *669 expire_at: type: string format: date-time @@ -92673,8 +92689,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 +92705,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 +92731,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 +92809,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 +92854,9 @@ paths: application/json: schema: type: array - items: *670 + items: *671 examples: - default: *671 + default: *672 '400': *14 '404': *6 x-github: @@ -92863,8 +92879,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 +92953,7 @@ paths: login: type: string description: The username of the user credited. - type: *343 + type: *344 required: - login - type @@ -93024,9 +93040,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 +93275,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 +93380,7 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: default: value: @@ -93511,17 +93527,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 +93561,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 +93636,7 @@ paths: login: type: string description: The username of the user credited. - type: *343 + type: *344 required: - login - type @@ -93706,10 +93722,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 +93763,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 +93792,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 +93828,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 +93928,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 +93938,7 @@ paths: application/json: schema: type: array - items: &674 + items: &675 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -93955,8 +93971,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 +94048,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 +94145,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 +94300,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 +94311,7 @@ paths: application/json: schema: type: array - items: *674 + items: *675 examples: default: value: @@ -94328,8 +94344,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 +94399,7 @@ paths: description: Response content: application/json: - schema: *675 + schema: *676 examples: default: value: @@ -94437,8 +94453,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 +94466,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -94470,14 +94486,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 +94561,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 +94588,7 @@ paths: description: Response content: application/json: - schema: *676 + schema: *677 examples: default: value: @@ -94599,8 +94615,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 +94636,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 +94716,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 +94725,7 @@ paths: application/json: schema: type: array - items: &677 + items: &678 title: Tag protection description: Tag protection type: object @@ -94761,8 +94777,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 +94801,7 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: default: value: @@ -94816,8 +94832,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 +94870,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 +94907,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 +94920,7 @@ paths: type: array items: *227 examples: - default: *305 + default: *306 headers: Link: *39 '404': *6 @@ -94924,8 +94940,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 +94949,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 +94961,7 @@ paths: required: - names examples: - default: &679 + default: &680 value: names: - octocat @@ -94968,8 +94984,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 +95016,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *679 examples: - default: *679 + default: *680 '404': *6 '422': *7 x-github: @@ -95023,9 +95039,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 +95070,7 @@ paths: example: 128 clones: type: array - items: &681 + items: &682 title: Traffic type: object properties: @@ -95141,8 +95157,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 +95248,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 +95309,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 +95330,7 @@ paths: example: 3782 views: type: array - items: *681 + items: *682 required: - uniques - count @@ -95391,8 +95407,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 +95682,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 +95706,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 +95729,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 +95756,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 +95849,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 +96002,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 +96011,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 +96022,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 +96064,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &683 + items: &684 allOf: - type: object required: @@ -96123,7 +96139,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 +96199,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 +96247,7 @@ paths: required: true content: application/json: - schema: &692 + schema: &693 type: object required: - schemas @@ -96287,9 +96303,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 +96324,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 +96347,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 +96355,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 +96389,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 +96421,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 +96455,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 +96521,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 +96547,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 +96591,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *694 - *695 + - *696 - *40 responses: '200': @@ -96609,7 +96625,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &698 + items: &699 allOf: - type: object required: @@ -96688,7 +96704,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 +96760,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 +96797,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 +96825,7 @@ paths: required: true content: application/json: - schema: &701 + schema: &702 type: object required: - schemas @@ -96891,9 +96907,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 +96956,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 +96984,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 +97007,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 +97020,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 +97050,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 +97108,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 +97154,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 +97185,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 +97282,7 @@ paths: example: 1 Resources: type: array - items: &704 + items: &705 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -97497,22 +97513,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 +97554,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 +97579,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 +97687,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 +97721,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 +97845,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 +97948,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 +98086,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &708 + text_matches: &709 title: Search Result Text Matches type: array items: @@ -98233,7 +98249,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 +98320,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *434 + properties: *435 nullable: true comment_count: type: integer @@ -98324,7 +98340,7 @@ paths: url: type: string format: uri - verification: *553 + verification: *554 required: - author - committer @@ -98343,7 +98359,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 +98377,7 @@ paths: type: number node_id: type: string - text_matches: *708 + text_matches: *709 required: - sha - node_id @@ -98544,7 +98560,7 @@ paths: - interactions - created - updated - - *709 + - *710 - *17 - *19 - name: advanced_search @@ -98671,8 +98687,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 +98702,7 @@ paths: type: string format: date-time nullable: true - text_matches: *708 + text_matches: *709 pull_request: type: object properties: @@ -98730,7 +98746,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 +98930,7 @@ paths: enum: - created - updated - - *709 + - *710 - *17 - *19 responses: @@ -98958,7 +98974,7 @@ paths: nullable: true score: type: number - text_matches: *708 + text_matches: *709 required: - id - node_id @@ -99044,7 +99060,7 @@ paths: - forks - help-wanted-issues - updated - - *709 + - *710 - *17 - *19 responses: @@ -99283,7 +99299,7 @@ paths: - admin - pull - push - text_matches: *708 + text_matches: *709 temp_clone_token: type: string allow_merge_commit: @@ -99584,7 +99600,7 @@ paths: type: string format: uri nullable: true - text_matches: *708 + text_matches: *709 related: type: array nullable: true @@ -99777,7 +99793,7 @@ paths: - followers - repositories - joined - - *709 + - *710 - *17 - *19 responses: @@ -99881,7 +99897,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *708 + text_matches: *709 blog: type: string nullable: true @@ -99960,7 +99976,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 +99988,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 '404': *6 x-github: githubCloudOnly: false @@ -100001,7 +100017,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 +100080,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 +100117,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 +100148,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 +100159,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *711 + default: *712 headers: Link: *39 x-github: @@ -100174,7 +100190,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 +100224,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: triggersNotification: true githubCloudOnly: false @@ -100237,16 +100253,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 +100287,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 +100311,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *712 + default: *713 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100322,8 +100338,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 +100368,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 +100380,9 @@ paths: application/json: schema: type: array - items: *363 + items: *364 examples: - default: *713 + default: *714 headers: Link: *39 x-github: @@ -100395,8 +100411,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 +100434,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *364 + default: *365 x-github: triggersNotification: true githubCloudOnly: false @@ -100447,17 +100463,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 +100498,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 +100522,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: - default: *714 + default: *715 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100533,9 +100549,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 +100580,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 +100608,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 x-github: @@ -100623,9 +100639,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 +100673,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100685,8 +100701,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 +100728,9 @@ paths: application/json: schema: type: array - items: *366 + items: *367 examples: - default: *368 + default: *369 headers: Link: *39 x-github: @@ -100743,8 +100759,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 +100792,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100802,7 +100818,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 +100828,9 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 headers: Link: *39 x-github: @@ -100840,7 +100856,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 +100879,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '404': *6 @@ -100891,7 +100907,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 +100944,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 +100984,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 +101021,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 +101063,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 +101089,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 +101125,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 +101154,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 +101164,9 @@ paths: application/json: schema: type: array - items: *375 + items: *376 examples: - default: *717 + default: *718 headers: Link: *39 '404': *6 @@ -101176,16 +101192,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 +101225,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 +101293,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 +101321,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 +101333,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 '404': *6 @@ -101347,15 +101363,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 +101522,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 +101574,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 +101605,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 +101640,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 +101697,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: default: value: @@ -101712,7 +101728,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 +101740,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 +101773,7 @@ paths: application/json: schema: oneOf: - - &722 + - &723 title: Private User description: Private User type: object @@ -101960,7 +101976,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 +102129,7 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: default: value: @@ -102192,7 +102208,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 '304': *37 '404': *6 '403': *29 @@ -102316,9 +102332,9 @@ paths: type: integer codespaces: type: array - items: *294 + items: *295 examples: - default: *295 + default: *296 '304': *37 '500': *99 '401': *25 @@ -102457,17 +102473,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 +102527,7 @@ paths: type: integer secrets: type: array - items: &723 + items: &724 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102551,7 +102567,7 @@ paths: - visibility - selected_repositories_url examples: - default: *490 + default: *491 headers: Link: *39 x-github: @@ -102627,7 +102643,7 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: default: value: @@ -102773,7 +102789,7 @@ paths: type: array items: *196 examples: - default: *724 + default: *725 '401': *25 '403': *29 '404': *6 @@ -102917,15 +102933,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 +102967,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 +102997,9 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: - default: *487 + default: *488 '401': *25 '403': *29 '404': *6 @@ -103005,7 +103021,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 +103050,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 +103097,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 +103129,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 +103142,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: *726 + default: *727 '404': *6 x-github: githubCloudOnly: false @@ -103149,7 +103165,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 +103181,9 @@ paths: type: integer machines: type: array - items: *727 + items: *728 examples: - default: *728 + default: *729 '304': *37 '500': *99 '401': *25 @@ -103196,7 +103212,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 +103262,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 +104042,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 +104082,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 +104120,9 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: - default: &741 + default: &742 value: - id: 197 name: hello_docker @@ -104207,7 +104223,7 @@ paths: application/json: schema: type: array - items: &729 + items: &730 title: Email description: Email type: object @@ -104272,9 +104288,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 +104365,7 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: default: value: @@ -104459,7 +104475,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '304': *37 @@ -104492,7 +104508,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 '304': *37 @@ -104605,7 +104621,7 @@ paths: application/json: schema: type: array - items: &730 + items: &731 title: GPG Key description: A unique encryption key type: object @@ -104736,7 +104752,7 @@ paths: - subkeys - revoked examples: - default: &754 + default: &755 value: - id: 3 name: Octocat's GPG Key @@ -104821,9 +104837,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 +104896,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 +104908,9 @@ paths: description: Response content: application/json: - schema: *730 + schema: *731 examples: - default: *731 + default: *732 '404': *6 '304': *37 '403': *29 @@ -104917,7 +104933,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 +105124,7 @@ paths: type: array items: *63 examples: - default: *733 + default: *734 headers: Link: *39 '404': *6 @@ -105193,12 +105209,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 +105238,7 @@ paths: required: true content: application/json: - schema: *564 + schema: *565 examples: default: value: @@ -105233,7 +105249,7 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -105314,7 +105330,7 @@ paths: - closed - all default: open - - *291 + - *292 - name: sort description: What to sort results by. in: query @@ -105339,7 +105355,7 @@ paths: type: array items: *153 examples: - default: *292 + default: *293 headers: Link: *39 '404': *6 @@ -105372,7 +105388,7 @@ paths: application/json: schema: type: array - items: &734 + items: &735 title: Key description: Key type: object @@ -105469,9 +105485,9 @@ paths: description: Response content: application/json: - schema: *734 + schema: *735 examples: - default: &735 + default: &736 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105504,15 +105520,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 +105551,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 +105584,7 @@ paths: application/json: schema: type: array - items: &736 + items: &737 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105636,7 +105652,7 @@ paths: - account - plan examples: - default: &737 + default: &738 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105698,9 +105714,9 @@ paths: application/json: schema: type: array - items: *736 + items: *737 examples: - default: *737 + default: *738 headers: Link: *39 '304': *37 @@ -105740,7 +105756,7 @@ paths: application/json: schema: type: array - items: *297 + items: *298 examples: default: value: @@ -105848,7 +105864,7 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: default: value: @@ -105931,7 +105947,7 @@ paths: description: Response content: application/json: - schema: *297 + schema: *298 examples: default: value: @@ -105999,7 +106015,7 @@ paths: application/json: schema: type: array - items: *299 + items: *300 examples: default: value: @@ -106252,7 +106268,7 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: default: value: @@ -106432,7 +106448,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 +106461,7 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: default: value: @@ -106639,7 +106655,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 +106681,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 +106710,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 +106735,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 +106747,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 '404': *6 @@ -106768,7 +106784,7 @@ paths: type: array items: *58 examples: - default: *739 + default: *740 headers: Link: *39 '304': *37 @@ -106810,7 +106826,7 @@ paths: - docker - nuget - container - - *740 + - *741 - *19 - *17 responses: @@ -106820,10 +106836,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 +106859,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 +106981,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 +107012,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 +107045,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 +107066,7 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: default: value: @@ -107099,15 +107115,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 +107159,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 +107191,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 +107249,7 @@ paths: description: Response content: application/json: - schema: *322 + schema: *323 examples: default: value: @@ -107305,9 +107321,9 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: - default: *743 + default: *744 headers: Link: *39 '304': *37 @@ -107420,7 +107436,7 @@ paths: type: array items: *63 examples: - default: &750 + default: &751 summary: Default response value: - id: 1296269 @@ -107724,9 +107740,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 +107780,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *744 + default: *745 headers: Link: *39 '304': *37 @@ -107789,7 +107805,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 +107828,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 +107861,7 @@ paths: application/json: schema: type: array - items: &745 + items: &746 title: Social account description: Social media account type: object @@ -107860,7 +107876,7 @@ paths: - provider - url examples: - default: &746 + default: &747 value: - provider: twitter url: https://twitter.com/github @@ -107922,9 +107938,9 @@ paths: application/json: schema: type: array - items: *745 + items: *746 examples: - default: *746 + default: *747 '422': *15 '304': *37 '404': *6 @@ -108011,7 +108027,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 +108047,7 @@ paths: - title - created_at examples: - default: &756 + default: &757 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108097,9 +108113,9 @@ paths: description: Response content: application/json: - schema: *747 + schema: *748 examples: - default: &748 + default: &749 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108130,7 +108146,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 +108158,9 @@ paths: description: Response content: application/json: - schema: *747 + schema: *748 examples: - default: *748 + default: *749 '404': *6 '304': *37 '403': *29 @@ -108167,7 +108183,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 +108212,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 +108237,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 +108397,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 +108426,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 +108451,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 +108487,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 '304': *37 @@ -108508,7 +108524,7 @@ paths: application/json: schema: type: array - items: *358 + items: *359 examples: default: value: @@ -108594,10 +108610,10 @@ paths: application/json: schema: oneOf: + - *723 - *722 - - *721 examples: - default-response: &752 + default-response: &753 summary: Default response value: login: octocat @@ -108632,7 +108648,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 +108708,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 +108719,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: example: ; rel="next" @@ -108741,11 +108757,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 +108837,7 @@ paths: bundle_url: type: string examples: - default: *430 + default: *431 '201': description: Response content: @@ -108860,9 +108876,9 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: - default: *741 + default: *742 '403': *29 '401': *25 x-github: @@ -109145,7 +109161,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -109176,7 +109192,7 @@ paths: type: array items: *4 examples: - default: *293 + default: *294 headers: Link: *39 x-github: @@ -109266,9 +109282,9 @@ paths: application/json: schema: type: array - items: *730 + items: *731 examples: - default: *754 + default: *755 headers: Link: *39 x-github: @@ -109372,7 +109388,7 @@ paths: application/json: schema: *22 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109450,7 +109466,7 @@ paths: type: array items: *58 examples: - default: *739 + default: *740 headers: Link: *39 x-github: @@ -109489,7 +109505,7 @@ paths: - docker - nuget - container - - *740 + - *741 - *218 - *19 - *17 @@ -109500,12 +109516,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 +109541,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 +109572,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 +109606,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 +109640,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 +109650,7 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: default: value: @@ -109692,16 +109708,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 +109752,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 +109787,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 +109837,7 @@ paths: application/json: schema: type: array - items: *322 + items: *323 examples: default: value: @@ -110104,7 +110120,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -110134,9 +110150,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110164,9 +110180,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110194,9 +110210,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110224,9 +110240,9 @@ paths: application/json: schema: type: array - items: *745 + items: *746 examples: - default: *746 + default: *747 headers: Link: *39 x-github: @@ -110256,9 +110272,9 @@ paths: application/json: schema: type: array - items: *747 + items: *748 examples: - default: *756 + default: *757 headers: Link: *39 x-github: @@ -110283,7 +110299,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 +110311,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 +110346,7 @@ paths: type: array items: *196 examples: - default: *312 + default: *313 headers: Link: *39 x-github: @@ -110458,7 +110474,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 +110532,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 +110551,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 +110611,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 +111300,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 +111451,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 +111530,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 +111757,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 +111944,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 +112019,7 @@ x-webhooks: required: true content: application/json: - schema: &766 + schema: &767 title: Exemption request cancellation event type: object properties: @@ -112011,11 +112027,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 +112256,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 +112364,7 @@ x-webhooks: required: true content: application/json: - schema: &767 + schema: &768 title: Exemption request completed event type: object properties: @@ -112356,11 +112372,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 +112446,7 @@ x-webhooks: required: true content: application/json: - schema: &768 + schema: &769 title: Exemption request created event type: object properties: @@ -112438,11 +112454,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 +112528,7 @@ x-webhooks: required: true content: application/json: - schema: &769 + schema: &770 title: Exemption response dismissed event type: object properties: @@ -112520,12 +112536,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 +112613,7 @@ x-webhooks: required: true content: application/json: - schema: &770 + schema: &771 title: Exemption response submitted event type: object properties: @@ -112605,12 +112621,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 +112699,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 +112766,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 +112833,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 +112900,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 +112968,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 +113046,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 +113109,7 @@ x-webhooks: type: string pull_requests: type: array - items: *449 + items: *450 repository: *196 status: example: completed @@ -113131,7 +113147,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *771 + deployment: *772 details_url: example: https://example.com type: string @@ -113181,7 +113197,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 +113232,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 +113627,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 +114026,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 +114434,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 +115414,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 +116087,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 +116754,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 +116920,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 +117065,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 +117240,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 +117470,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 +117570,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 +117738,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 +117906,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 +118072,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 +118174,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 +118342,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 +118445,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 +118585,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 +118847,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 +118930,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 +118951,7 @@ x-webhooks: enum: - tag - branch - repository: *762 + repository: *763 sender: *4 required: - ref @@ -119018,9 +119034,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 +119121,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 +119201,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 +119281,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 +119360,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 +119448,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 +119543,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 +119631,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 +119719,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 +119805,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 +119891,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 +119978,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 +120064,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 +120145,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 +120183,8 @@ x-webhooks: - verified - created_at - read_only - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -120245,11 +120261,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 +120826,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 +121557,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 +121634,7 @@ x-webhooks: type: string enum: - approved - approver: &778 + approver: &779 type: object properties: avatar_url: @@ -121661,11 +121677,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 +121760,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &780 + workflow_job_run: &781 type: object properties: conclusion: @@ -122475,18 +122491,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 +123206,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 +125111,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 +125796,7 @@ x-webhooks: type: string enum: - answered - answer: &784 + answer: &785 type: object properties: author_association: @@ -125937,7 +125953,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &782 + discussion: &783 title: Discussion description: A Discussion in a repository. type: object @@ -126223,7 +126239,7 @@ x-webhooks: - id labels: type: array - items: *575 + items: *576 required: - repository_url - category @@ -126245,10 +126261,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 +126391,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 +126478,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 +126564,7 @@ x-webhooks: type: string enum: - created - comment: &783 + comment: &784 type: object properties: author_association: @@ -126705,11 +126721,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 +126808,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 +126908,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 +126997,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 +127083,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 +127187,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 +127273,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 +127308,8 @@ x-webhooks: - color - default - description - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -127376,11 +127392,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 +127478,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 +127564,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 +127653,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 +127745,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 +127830,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 +127918,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 +128004,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 +128080,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 +128146,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 +128212,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 +128278,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 +128344,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 +128410,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 +128476,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 +128543,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 +129203,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 +129351,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 +129390,7 @@ x-webhooks: - action - sha - html_url - repository: *762 + repository: *763 sender: *4 required: - pages @@ -129450,10 +129466,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 +129495,8 @@ x-webhooks: - name - full_name - private - repository: *762 - requester: *786 + repository: *763 + requester: *787 sender: *4 required: - action @@ -129555,11 +129571,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 +129651,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 +129731,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 +129780,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 +129867,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 +129897,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 +129978,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 +130161,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 +130243,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 +130499,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 +131323,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -131640,8 +131656,8 @@ x-webhooks: - state - locked - assignee - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -131721,7 +131737,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 +131902,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 +132722,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -133041,8 +133057,8 @@ x-webhooks: - state - locked - assignee - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -133122,7 +133138,7 @@ x-webhooks: type: string enum: - edited - changes: &818 + changes: &819 description: The changes to the comment. type: object properties: @@ -133134,9 +133150,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 +133974,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -134291,8 +134307,8 @@ x-webhooks: - state - locked - assignee - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -134374,10 +134390,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 +135211,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -135296,8 +135312,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -135377,8 +135393,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 +136217,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -136437,8 +136453,8 @@ x-webhooks: required: - state - closed_at - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -136517,8 +136533,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 +137346,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -137430,8 +137446,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -137510,8 +137526,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 +138363,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -138426,7 +138442,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 +138580,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -138664,8 +138680,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 +139496,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *288 + type: *289 title: description: Title of the issue type: string @@ -139584,9 +139600,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 +139682,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 +140497,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *288 + type: *289 title: description: Title of the issue type: string @@ -140585,9 +140601,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 +140683,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 +141522,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *288 + type: *289 title: description: Title of the issue type: string @@ -141587,8 +141603,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -141667,8 +141683,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 +142519,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -142581,9 +142597,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 +144060,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 +144879,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -144963,8 +144979,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -145044,9 +145060,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 +145874,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -145958,8 +145974,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -146038,8 +146054,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 +146972,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 +147869,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -148421,11 +148437,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 +148521,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 +148607,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &821 + assignee: &822 title: User type: object nullable: true @@ -148661,11 +148677,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 +148760,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 +148845,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 +149685,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *288 + type: *289 updated_at: type: string format: date-time @@ -149747,8 +149763,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -149828,11 +149844,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 +149927,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 +150012,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 +150094,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 +150208,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 +150294,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 +150379,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 +150460,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *762 + repository: *763 sender: *4 required: - action @@ -150524,10 +150540,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 +150626,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *762 + repository: *763 sender: *4 required: - action @@ -150692,10 +150708,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 +150793,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *762 + repository: *763 sender: *4 required: - action @@ -150858,8 +150874,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 +150957,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 +151039,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 +151146,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 +151250,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 +151333,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 +151415,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 +151495,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 +151685,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 +151766,7 @@ x-webhooks: required: - login - id - team: *796 + team: *797 required: - action - scope @@ -151832,8 +151848,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 +151868,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 +151962,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 +152038,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 +152146,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 +152236,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 +152319,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 +152458,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -152522,11 +152538,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 +152652,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 +152736,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 +152819,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 +152902,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 +152985,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 +153079,8 @@ x-webhooks: - role - organization_url - user - organization: *761 - repository: *762 + organization: *762 + repository: *763 sender: *4 required: - action @@ -153142,11 +153158,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 +153241,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 +153358,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 +153439,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 +153530,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 +153610,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 +154111,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &803 + items: &804 title: Ruby Gems metadata type: object properties: @@ -154190,7 +154206,7 @@ x-webhooks: - owner - package_version - registry - repository: *762 + repository: *763 sender: *4 required: - action @@ -154266,9 +154282,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 +154637,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *803 + items: *804 source_url: type: string format: uri @@ -154691,7 +154707,7 @@ x-webhooks: - owner - package_version - registry - repository: *762 + repository: *763 sender: *4 required: - action @@ -154868,12 +154884,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 +154966,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 +155112,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 +155192,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 +155272,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 +155351,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 +155460,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 +155492,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 +155738,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 +155860,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *762 + repository: *763 sender: *4 required: - action @@ -155925,11 +155941,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 +156025,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 +156155,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 +156250,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 +156348,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 +156540,7 @@ x-webhooks: type: string required: - after_id - repository: *762 + repository: *763 sender: *4 required: - action @@ -156604,10 +156620,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 +156747,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *762 + repository: *763 sender: *4 required: - action @@ -156811,10 +156827,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 +156869,7 @@ x-webhooks: - name - created_at - updated_at - repository: *762 + repository: *763 sender: *4 required: - action @@ -156932,18 +156948,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 +157049,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 +157133,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 +157217,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 +157301,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 +157414,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 +157497,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 +157582,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 +157727,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 +157810,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 +157929,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 +158014,7 @@ x-webhooks: type: string enum: - archived - changes: &813 + changes: &814 type: object properties: archived_at: @@ -158012,9 +158028,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 +158164,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 +158248,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 +158331,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 +158439,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 +158457,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 +158480,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *811 - *812 + - *813 required: - field_value - type: object @@ -158481,9 +158497,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 +158594,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 +158679,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 +158764,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 +158847,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 +158976,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 +159114,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 +159187,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 +159267,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 +161556,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -161622,11 +161638,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 +163920,7 @@ x-webhooks: - draft reason: type: string - repository: *762 + repository: *763 sender: *4 required: - action @@ -163986,11 +164002,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 +166284,7 @@ x-webhooks: - draft reason: type: string - repository: *762 + repository: *763 sender: *4 required: - action @@ -166350,13 +166366,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 +166434,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *762 + repository: *763 sender: *4 required: - action @@ -166499,12 +166515,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 +166600,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 +168867,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -168930,11 +168946,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 +171232,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *762 + repository: *763 sender: *4 required: - action @@ -171340,12 +171356,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 +171441,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 +173712,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -173776,11 +173792,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 +176078,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -176143,10 +176159,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 +178442,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -178506,12 +178522,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 +178606,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 +178692,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 +178777,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 +179148,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 +181320,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *762 + repository: *763 sender: *4 required: - action @@ -181384,7 +181400,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 +181685,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 +183845,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *762 + repository: *763 sender: *4 required: - action @@ -183909,11 +183925,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 +186090,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *762 + repository: *763 sender: *4 required: - action @@ -186155,9 +186171,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 +188346,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 +188589,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 +190645,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 +190875,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 +193163,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 requested_reviewer: title: User type: object @@ -193231,12 +193247,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 +195542,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 +195734,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 +198024,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 requested_reviewer: title: User type: object @@ -198093,12 +198109,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 +200390,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 +200571,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 +202748,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *762 - review: *820 + repository: *763 + review: *821 sender: *4 required: - action @@ -202813,9 +202829,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 +204901,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *762 + repository: *763 sender: *4 thread: type: object @@ -205268,9 +205284,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 +207342,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *762 + repository: *763 sender: *4 thread: type: object @@ -207712,10 +207728,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 +210002,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -210068,11 +210084,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 +212371,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -212434,11 +212450,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 +214727,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -214792,10 +214808,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 +217076,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *762 + repository: *763 sender: *4 required: - action @@ -217260,7 +217276,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 +217368,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 +217944,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 +218392,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *803 + items: *804 summary: type: string tag_name: @@ -218430,7 +218446,7 @@ x-webhooks: - owner - package_version - registry - repository: *762 + repository: *763 sender: *4 required: - action @@ -218508,9 +218524,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 +218834,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *803 + items: *804 summary: type: string tag_name: @@ -218867,7 +218883,7 @@ x-webhooks: - owner - package_version - registry - repository: *762 + repository: *763 sender: *4 required: - action @@ -218944,10 +218960,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 +219268,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *762 + repository: *763 sender: *4 required: - action @@ -219329,11 +219345,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 +219466,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 +219548,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 +219859,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *762 + repository: *763 sender: *4 required: - action @@ -219919,10 +219935,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 +220244,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *762 + repository: *763 sender: *4 required: - action @@ -220304,11 +220320,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 +220400,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 +220480,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 +220560,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 +220640,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 +220720,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 +220801,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 +220888,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 +221003,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 +221078,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 +221162,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 +221242,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 +221339,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 +221422,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 +221504,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 +221586,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 +221894,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 +221975,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 +222056,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 +222177,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 +222386,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 +222467,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 +222670,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 +222751,7 @@ x-webhooks: type: string enum: - created - alert: &825 + alert: &826 type: object properties: number: *100 @@ -222846,10 +222862,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 +222946,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 +223188,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 +223270,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 +223352,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 +223434,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 +223564,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 +223645,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 +223832,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 +223909,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 +224096,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 +224178,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 +224484,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 +224577,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 +224659,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 +224743,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &830 + changes: &831 type: object properties: tier: @@ -224771,13 +224787,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 +224870,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 +224950,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 +225036,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 +225459,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 +225582,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 +225674,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 +225766,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 +225858,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 +225937,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 +226132,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 +226592,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - team @@ -226652,9 +226668,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 +227128,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - team @@ -227189,9 +227205,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 +227665,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - team @@ -227793,9 +227809,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 +228269,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - changes @@ -228331,9 +228347,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 +228807,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *831 + team: *832 required: - action - team @@ -228867,10 +228883,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 +228959,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 +229050,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 +229290,7 @@ x-webhooks: type: string required: - conclusion - deployment: *525 + deployment: *526 required: - action - repository @@ -229353,10 +229369,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 +229632,7 @@ x-webhooks: required: - status - steps - deployment: *525 + deployment: *526 required: - action - repository @@ -229695,10 +229711,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 +229849,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *525 + deployment: *526 required: - action - repository @@ -229912,10 +229928,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 +230067,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *525 + deployment: *526 required: - action - repository @@ -230131,12 +230147,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 +231151,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 +232140,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..56935323a4 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,27 @@ "type": "string" } }, + "dependabot-alert-comma-separated-has": { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, "dependabot-alert-scope": { "name": "scope", "in": "query", @@ -316854,7 +316884,7 @@ "advanced-security-product": { "name": "advanced_security_product", "in": "query", - "description": "The security feature to get GitHub Advanced Security active committers for.", + "description": "The security product to get GitHub Advanced Security active committers for. This parameter is required if you have puchased standalone Code Scanning or Secret Protection products to specify which one you want to get the committer information for, otherwise it is not required.", "required": false, "schema": { "type": "string", diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index e4f0fb8703..195b4f2574 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,20 @@ components: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string + dependabot-alert-comma-separated-has: + name: has + in: query + description: |- + Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned. + Multiple `has` filters can be chained to check if multiple properties are present. + schema: + oneOf: + - type: string + - type: array + items: + type: string + enum: + - patch dependabot-alert-scope: name: scope in: query @@ -240139,8 +240154,10 @@ components: advanced-security-product: name: advanced_security_product in: query - description: The security feature to get GitHub Advanced Security active committers - for. + description: The security product to get GitHub Advanced Security active committers + for. This parameter is required if you have puchased standalone Code Scanning + or Secret Protection products to specify which one you want to get the committer + information for, otherwise it is not required. required: false schema: type: string diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index 493f6b1119..56935323a4 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,27 @@ "type": "string" } }, + "dependabot-alert-comma-separated-has": { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, "dependabot-alert-scope": { "name": "scope", "in": "query", @@ -316854,7 +316884,7 @@ "advanced-security-product": { "name": "advanced_security_product", "in": "query", - "description": "The security feature to get GitHub Advanced Security active committers for.", + "description": "The security product to get GitHub Advanced Security active committers for. This parameter is required if you have puchased standalone Code Scanning or Secret Protection products to specify which one you want to get the committer information for, otherwise it is not required.", "required": false, "schema": { "type": "string", diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index e4f0fb8703..195b4f2574 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,20 @@ components: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string + dependabot-alert-comma-separated-has: + name: has + in: query + description: |- + Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned. + Multiple `has` filters can be chained to check if multiple properties are present. + schema: + oneOf: + - type: string + - type: array + items: + type: string + enum: + - patch dependabot-alert-scope: name: scope in: query @@ -240139,8 +240154,10 @@ components: advanced-security-product: name: advanced_security_product in: query - description: The security feature to get GitHub Advanced Security active committers - for. + description: The security product to get GitHub Advanced Security active committers + for. This parameter is required if you have puchased standalone Code Scanning + or Secret Protection products to specify which one you want to get the committer + information for, otherwise it is not required. required: false schema: type: string 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..0488108e66 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,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -41518,19 +41539,6 @@ "type": "string" } }, - { - "name": "advanced_security_product", - "in": "query", - "description": "The security feature to get GitHub Advanced Security active committers for.", - "required": false, - "schema": { - "type": "string", - "enum": [ - "code_security", - "secret_protection" - ] - } - }, { "name": "per_page", "description": "The number of results per page (max 100). 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).\"", @@ -84481,6 +84489,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -126538,19 +126567,6 @@ "type": "string" } }, - { - "name": "advanced_security_product", - "in": "query", - "description": "The security feature to get GitHub Advanced Security active committers for.", - "required": false, - "schema": { - "type": "string", - "enum": [ - "code_security", - "secret_protection" - ] - } - }, { "name": "per_page", "description": "The number of results per page (max 100). 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).\"", @@ -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,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "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..bdac54b0cc 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 @@ -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: @@ -13216,6 +13216,20 @@ 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. + Multiple `has` filters can be chained to check if multiple properties are present. + schema: + oneOf: + - type: string + - type: array + items: + type: string + enum: + - patch + - &191 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -13225,7 +13239,7 @@ paths: enum: - development - runtime - - &191 + - &192 name: sort in: query description: |- @@ -13241,7 +13255,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 +13268,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 +13288,7 @@ paths: application/json: schema: type: array - items: &194 + items: &195 type: object description: A Dependabot alert. properties: @@ -13581,7 +13595,7 @@ paths: - repository additionalProperties: false examples: - default: &195 + default: &196 value: - number: 2 state: dismissed @@ -13920,7 +13934,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 +13945,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 +13954,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 +13963,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 +13979,7 @@ paths: - *4 - *88 - *89 - - &247 + - &248 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -13981,7 +13995,7 @@ paths: application/json: schema: type: array - items: &248 + items: &249 type: object properties: number: *93 @@ -14073,7 +14087,7 @@ paths: - inactive - unknown examples: - default: &249 + default: &250 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -14327,17 +14341,6 @@ 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 - name: advanced_security_product - in: query - description: The security feature to get GitHub Advanced Security active committers - for. - required: false - schema: - type: string - enum: - - code_security - - secret_protection - *4 - *5 responses: @@ -17402,7 +17405,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 +17456,7 @@ paths: type: array items: *121 examples: - default: &207 + default: &208 value: - id: 1 node_id: MDU6SXNzdWUx @@ -20311,7 +20314,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &197 + properties: &198 id: type: integer format: int64 @@ -20587,7 +20590,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 +20630,7 @@ paths: enum: - enabled - disabled - required: &198 + required: &199 - archive_url - assignees_url - blobs_url @@ -25555,11 +25558,12 @@ paths: - *189 - *190 - *191 + - *192 - *9 - *88 - *89 - - *192 - *193 + - *194 - *4 responses: '200': @@ -25568,9 +25572,9 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: - default: *195 + default: *196 '304': *42 '400': *34 '403': *43 @@ -25614,7 +25618,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 @@ -25738,7 +25742,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -26035,7 +26039,7 @@ paths: application/json: schema: type: array - items: &213 + items: &214 title: Package description: A software package type: object @@ -26085,8 +26089,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 +26109,7 @@ paths: - created_at - updated_at examples: - default: &214 + default: &215 value: - id: 197 name: hello_docker @@ -26509,7 +26513,7 @@ paths: application/json: schema: type: array - items: &199 + items: &200 title: Org Hook description: Org Hook type: object @@ -26680,9 +26684,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 +26740,9 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: *200 + default: *201 '404': *26 x-github: githubCloudOnly: false @@ -26811,7 +26815,7 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: default: value: @@ -26965,7 +26969,7 @@ paths: - *135 - *3 - *4 - - *201 + - *202 responses: '200': description: Response @@ -26973,9 +26977,9 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *203 + default: *204 '400': *34 '422': *35 x-github: @@ -27008,9 +27012,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *205 + default: *206 '400': *34 '422': *35 x-github: @@ -27295,7 +27299,7 @@ paths: - closed - all default: open - - *206 + - *207 - name: type description: Can be the name of an issue type. in: query @@ -27326,7 +27330,7 @@ paths: type: array items: *121 examples: - default: *207 + default: *208 headers: Link: *6 '404': *26 @@ -27384,7 +27388,7 @@ paths: type: array items: *19 examples: - default: &212 + default: &213 value: - login: octocat id: 1 @@ -27486,7 +27490,7 @@ paths: description: Response content: application/json: - schema: &208 + schema: &209 title: Org Membership description: Org Membership type: object @@ -27538,7 +27542,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 +27638,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 +27708,7 @@ paths: application/json: schema: type: array - items: &210 + items: &211 title: Migration description: A migration. type: object @@ -28036,7 +28040,7 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -28215,7 +28219,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 +28246,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -28412,7 +28416,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 +28438,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 +28462,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 +28490,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 +28502,7 @@ paths: type: array items: *153 examples: - default: &220 + default: &221 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -28649,7 +28653,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -28827,9 +28831,9 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *214 + default: *215 '403': *43 '401': *41 '400': &586 @@ -28854,7 +28858,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 +28876,7 @@ paths: - docker - nuget - container - - &216 + - &217 name: package_name description: The name of the package. in: path @@ -28885,7 +28889,7 @@ paths: description: Response content: application/json: - schema: *213 + schema: *214 examples: default: value: @@ -28937,8 +28941,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 +28975,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 +29009,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 +29031,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 +29156,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 +29171,7 @@ paths: description: Response content: application/json: - schema: *217 + schema: *218 examples: default: value: @@ -29203,10 +29207,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 +29242,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 +29275,7 @@ paths: - *135 - *4 - *5 - - &221 + - &222 name: sort description: The property by which to sort the results. in: query @@ -29282,7 +29286,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 +29297,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 +29305,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 +29313,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 +29323,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 +29333,7 @@ paths: schema: type: string format: date-time - - &227 + - &228 name: token_id description: The ID of the token in: query @@ -29341,7 +29345,7 @@ paths: type: string example: token_id[]=1,token_id[]=2 responses: - '500': &219 + '500': &220 description: Internal Error content: application/json: @@ -29538,7 +29542,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *219 + '500': *220 '422': *35 '404': *26 '403': *43 @@ -29599,11 +29603,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 +29640,7 @@ paths: - *4 - *5 responses: - '500': *219 + '500': *220 '404': *26 '403': *43 '200': @@ -29647,7 +29651,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -29673,16 +29677,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 +29868,7 @@ paths: - 1296269 - 1296280 responses: - '500': *219 + '500': *220 '404': *26 '202': *141 '403': *43 @@ -29917,9 +29921,9 @@ paths: value: action: revoke responses: - '500': *219 + '500': *220 '404': *26 - '204': *228 + '204': *229 '403': *43 '422': *35 x-github: @@ -29951,7 +29955,7 @@ paths: - *4 - *5 responses: - '500': *219 + '500': *220 '404': *26 '403': *43 '200': @@ -29962,7 +29966,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -30006,7 +30010,7 @@ paths: application/json: schema: type: array - items: &229 + items: &230 type: object properties: id: @@ -30050,9 +30054,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: &230 + default: &231 value: id: 42 name: Check Commits @@ -30082,7 +30086,7 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: default: value: @@ -30131,9 +30135,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: *230 + default: *231 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30174,7 +30178,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 +30348,7 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: value: @@ -30382,7 +30386,7 @@ paths: '401': *41 '403': *43 '404': *26 - '410': *232 + '410': *233 '422': *27 x-github: githubCloudOnly: false @@ -30413,7 +30417,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -30554,7 +30558,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -31040,8 +31044,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 +31181,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. @@ -31851,7 +31855,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 +31887,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 +31900,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 +31964,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 +31988,7 @@ paths: match. items: type: string - - &239 + - &240 title: Organization ruleset conditions type: object description: |- @@ -31998,7 +32002,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 +32036,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,7 +32055,7 @@ paths: - repository_id rules: type: array - items: &240 + items: &241 title: Repository Rule type: object description: A repository rule. @@ -32526,7 +32530,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 +32565,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 +32618,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 +32660,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 @@ -32805,7 +32809,7 @@ paths: result: pass evaluation_result: fail '404': *26 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32974,7 +32978,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *26 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33012,11 +33016,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 +33060,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 +33104,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 +33135,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,10 +33153,10 @@ 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 @@ -33176,7 +33180,7 @@ paths: required: false schema: type: string - - *247 + - *248 responses: '200': description: Response @@ -33184,9 +33188,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *249 + default: *250 headers: Link: *6 '404': *26 @@ -33328,7 +33332,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 +33367,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 +33396,6 @@ 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 - *4 - *5 responses: @@ -33988,7 +33991,7 @@ 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 @@ -34018,7 +34021,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: @@ -34115,7 +34118,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 +34145,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#list-discussions parameters: - *135 - - *250 + - *251 - *9 - *4 - *5 @@ -34333,7 +34336,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: @@ -34442,7 +34445,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#get-a-discussion parameters: - *135 - - *250 + - *251 - &262 name: discussion_number description: The number that identifies the discussion. @@ -34480,7 +34483,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#update-a-discussion parameters: - *135 - - *250 + - *251 - *262 requestBody: required: false @@ -34577,7 +34580,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#delete-a-discussion parameters: - *135 - - *250 + - *251 - *262 responses: '204': @@ -34605,7 +34608,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#list-discussion-comments parameters: - *135 - - *250 + - *251 - *262 - *9 - *4 @@ -34758,7 +34761,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *135 - - *250 + - *251 - *262 requestBody: required: true @@ -34850,7 +34853,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *135 - - *250 + - *251 - *262 - &265 name: comment_number @@ -34889,7 +34892,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *135 - - *250 + - *251 - *262 - *265 requestBody: @@ -34980,7 +34983,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *135 - - *250 + - *251 - *262 - *265 responses: @@ -35009,7 +35012,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *135 - - *250 + - *251 - *262 - *265 - name: content @@ -35131,7 +35134,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *135 - - *250 + - *251 - *262 - *265 requestBody: @@ -35223,7 +35226,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *135 - - *250 + - *251 - *262 - *265 - &269 @@ -35259,7 +35262,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *135 - - *250 + - *251 - *262 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). @@ -35315,7 +35318,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *135 - - *250 + - *251 - *262 requestBody: required: true @@ -35381,7 +35384,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *135 - - *250 + - *251 - *262 - *269 responses: @@ -35407,7 +35410,7 @@ 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 @@ -35435,7 +35438,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: @@ -35480,7 +35483,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 +35507,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 +35530,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -35558,7 +35561,7 @@ 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': @@ -35629,7 +35632,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 @@ -35693,7 +35696,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 +35724,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#list-team-projects parameters: - *135 - - *250 + - *251 - *4 - *5 responses: @@ -35861,7 +35864,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#check-team-permissions-for-a-project parameters: - *135 - - *250 + - *251 - &276 name: project_id description: The unique identifier of the project. @@ -35937,7 +35940,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#add-or-update-team-project-permissions parameters: - *135 - - *250 + - *251 - *276 requestBody: required: false @@ -36003,7 +36006,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#remove-a-project-from-a-team parameters: - *135 - - *250 + - *251 - *276 responses: '204': @@ -36029,7 +36032,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 +36044,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -36071,7 +36074,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *135 - - *250 + - *251 - *277 - *278 responses: @@ -36649,7 +36652,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *135 - - *250 + - *251 - *277 - *278 requestBody: @@ -36697,7 +36700,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#remove-a-repository-from-a-team parameters: - *135 - - *250 + - *251 - *277 - *278 responses: @@ -36724,7 +36727,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#list-child-teams parameters: - *135 - - *250 + - *251 - *4 - *5 responses: @@ -37559,7 +37562,7 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: &286 value: @@ -37660,7 +37663,7 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: *286 '404': @@ -37683,7 +37686,7 @@ paths: items: type: string '401': *41 - '410': *232 + '410': *233 '422': *27 x-github: githubCloudOnly: false @@ -37722,7 +37725,7 @@ paths: items: type: string '401': *41 - '410': *232 + '410': *233 '404': *26 x-github: githubCloudOnly: false @@ -37772,7 +37775,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '404': *26 @@ -39283,7 +39286,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 @@ -42573,7 +42576,7 @@ paths: '204': description: Response '403': *43 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43967,7 +43970,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '404': *26 @@ -47273,7 +47276,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 '404': *26 x-github: githubCloudOnly: false @@ -47332,7 +47335,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 '422': *35 x-github: githubCloudOnly: false @@ -47392,7 +47395,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 '422': *35 x-github: githubCloudOnly: false @@ -47452,7 +47455,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 '422': *35 x-github: githubCloudOnly: false @@ -48766,8 +48769,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 @@ -49766,10 +49767,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 @@ -52388,7 +52389,7 @@ paths: sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: Link: *6 - '500': *219 + '500': *220 '400': *34 '404': *26 '409': *140 @@ -53539,7 +53540,7 @@ paths: ..... '422': *35 '404': *26 - '500': *219 + '500': *220 '503': *104 '409': *140 x-github: @@ -54524,7 +54525,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 @@ -55724,14 +55725,15 @@ paths: - *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': @@ -61504,7 +61506,7 @@ paths: - *278 - *3 - *4 - - *201 + - *202 responses: '200': description: Response @@ -61512,9 +61514,9 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *203 + default: *204 '400': *34 '422': *35 x-github: @@ -61542,9 +61544,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *205 + default: *206 '400': *34 '422': *35 x-github: @@ -62125,7 +62127,7 @@ paths: required: false schema: type: string - - *206 + - *207 - name: sort description: What to sort results by. in: query @@ -62568,7 +62570,7 @@ paths: '422': *35 '503': *104 '404': *26 - '410': *232 + '410': *233 x-github: triggersNotification: true githubCloudOnly: false @@ -63524,7 +63526,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *26 - '410': *232 + '410': *233 '403': *43 x-github: githubCloudOnly: false @@ -63577,7 +63579,7 @@ paths: default: *436 '301': *289 '404': *26 - '410': *232 + '410': *233 '304': *42 x-github: githubCloudOnly: false @@ -63715,7 +63717,7 @@ paths: '403': *43 '301': *289 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63891,7 +63893,7 @@ paths: headers: Link: *6 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63953,7 +63955,7 @@ paths: schema: type: string '403': *43 - '410': *232 + '410': *233 '422': *35 '404': *26 x-github: @@ -64826,7 +64828,7 @@ paths: color: red headers: Link: *6 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64922,7 +64924,7 @@ paths: Link: *6 '301': *289 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65005,7 +65007,7 @@ paths: default: *440 '301': *289 '404': *26 - '410': *232 + '410': *233 '422': *35 x-github: githubCloudOnly: false @@ -65089,7 +65091,7 @@ paths: default: *440 '301': *289 '404': *26 - '410': *232 + '410': *233 '422': *35 x-github: githubCloudOnly: false @@ -65114,7 +65116,7 @@ paths: description: Response '301': *289 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65161,7 +65163,7 @@ paths: default: true '301': *289 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65211,7 +65213,7 @@ paths: '204': description: Response '403': *43 - '410': *232 + '410': *233 '404': *26 '422': *35 x-github: @@ -65287,7 +65289,7 @@ paths: headers: Link: *6 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66221,7 +66223,7 @@ paths: headers: Link: *6 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68396,7 +68398,7 @@ paths: application/json: schema: type: array - items: *231 + items: *232 examples: default: value: @@ -68436,7 +68438,7 @@ paths: '401': *41 '403': *43 '404': *26 - '410': *232 + '410': *233 '422': *27 x-github: githubCloudOnly: false @@ -68483,13 +68485,13 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: *286 '401': *41 '403': *43 '404': *26 - '410': *232 + '410': *233 '422': *27 x-github: githubCloudOnly: false @@ -69961,7 +69963,7 @@ paths: content: application/json: schema: *24 - '500': *219 + '500': *220 '503': *104 x-github: githubCloudOnly: false @@ -70500,7 +70502,7 @@ paths: headers: Link: *6 '422': *35 - '500': *219 + '500': *220 '503': *104 x-github: githubCloudOnly: false @@ -74295,7 +74297,7 @@ paths: application/json: schema: type: array - items: *241 + items: *242 examples: default: value: @@ -74326,7 +74328,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. @@ -74362,16 +74364,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,7 +74404,7 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: default: &523 value: @@ -74437,7 +74439,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 @@ -74468,7 +74470,7 @@ paths: examples: default: *519 '404': *26 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74499,7 +74501,7 @@ paths: examples: default: *522 '404': *26 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74546,11 +74548,11 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: default: *523 '404': *26 - '500': *219 + '500': *220 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -74591,16 +74593,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 +74630,11 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: default: *523 '404': *26 - '500': *219 + '500': *220 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -74660,7 +74662,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 @@ -74679,16 +74681,16 @@ paths: parameters: - *277 - *278 - - *243 - *244 - *245 - *246 + - *247 - *9 - *5 - *4 - *524 - *525 - - *247 + - *248 responses: '200': description: Response @@ -75478,7 +75480,7 @@ paths: - 1124 - -435 '202': *141 - '204': *228 + '204': *229 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75546,7 +75548,7 @@ paths: total: 89 week: 1336280400 '202': *141 - '204': *228 + '204': *229 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75645,7 +75647,7 @@ paths: d: 77 c: 10 '202': *141 - '204': *228 + '204': *229 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75846,7 +75848,7 @@ paths: - - 0 - 2 - 21 - '204': *228 + '204': *229 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75988,7 +75990,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -82294,7 +82296,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '404': *26 @@ -82752,7 +82754,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 '404': *26 @@ -83495,7 +83497,7 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: default: &585 value: @@ -83794,7 +83796,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '304': *42 @@ -83827,7 +83829,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '304': *42 @@ -84561,7 +84563,7 @@ paths: - closed - all default: open - - *206 + - *207 - name: sort description: What to sort results by. in: query @@ -84586,7 +84588,7 @@ paths: type: array items: *121 examples: - default: *207 + default: *208 headers: Link: *6 '404': *26 @@ -84825,7 +84827,7 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: default: value: @@ -84933,7 +84935,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -85016,7 +85018,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -85084,7 +85086,7 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: default: value: @@ -85337,7 +85339,7 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -85530,7 +85532,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 +85555,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 +85567,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 '404': *26 @@ -85654,7 +85656,7 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: default: *585 '400': *586 @@ -85677,14 +85679,14 @@ 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 value: @@ -85799,8 +85801,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 +85832,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 +85865,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 +85886,7 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: default: value: @@ -85933,15 +85935,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 +85979,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 +86011,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 +86069,7 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: value: @@ -87302,7 +87304,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 '304': *42 @@ -87540,7 +87542,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: example: ; rel="next" @@ -87609,7 +87611,7 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: default: *585 '403': *43 @@ -87894,7 +87896,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -87925,7 +87927,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -88249,7 +88251,7 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: default: *585 '403': *43 @@ -88274,15 +88276,15 @@ 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 x-github: @@ -88305,8 +88307,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 +88341,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 +88375,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 +88385,7 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: default: value: @@ -88441,16 +88443,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 +88487,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 +88522,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 +88569,7 @@ paths: application/json: schema: type: array - items: *231 + items: *232 examples: default: value: @@ -88847,7 +88849,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -89023,7 +89025,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -193662,7 +193664,7 @@ x-webhooks: installation: *603 organization: *604 repository: *605 - repository_ruleset: *241 + repository_ruleset: *242 sender: *19 required: - action @@ -193744,7 +193746,7 @@ x-webhooks: installation: *603 organization: *604 repository: *605 - repository_ruleset: *241 + repository_ruleset: *242 sender: *19 required: - action @@ -193826,7 +193828,7 @@ x-webhooks: installation: *603 organization: *604 repository: *605 - repository_ruleset: *241 + repository_ruleset: *242 changes: type: object properties: @@ -193845,16 +193847,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 +193889,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: @@ -196136,7 +196138,7 @@ x-webhooks: from: type: object properties: - security_and_analysis: *235 + security_and_analysis: *236 enterprise: *602 installation: *603 organization: *604 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..0488108e66 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,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -41518,19 +41539,6 @@ "type": "string" } }, - { - "name": "advanced_security_product", - "in": "query", - "description": "The security feature to get GitHub Advanced Security active committers for.", - "required": false, - "schema": { - "type": "string", - "enum": [ - "code_security", - "secret_protection" - ] - } - }, { "name": "per_page", "description": "The number of results per page (max 100). 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).\"", @@ -84481,6 +84489,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "scope", "in": "query", @@ -126538,19 +126567,6 @@ "type": "string" } }, - { - "name": "advanced_security_product", - "in": "query", - "description": "The security feature to get GitHub Advanced Security active committers for.", - "required": false, - "schema": { - "type": "string", - "enum": [ - "code_security", - "secret_protection" - ] - } - }, { "name": "per_page", "description": "The number of results per page (max 100). 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).\"", @@ -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,27 @@ "type": "string" } }, + { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, { "name": "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..bdac54b0cc 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 @@ -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: @@ -13216,6 +13216,20 @@ 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. + Multiple `has` filters can be chained to check if multiple properties are present. + schema: + oneOf: + - type: string + - type: array + items: + type: string + enum: + - patch + - &191 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -13225,7 +13239,7 @@ paths: enum: - development - runtime - - &191 + - &192 name: sort in: query description: |- @@ -13241,7 +13255,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 +13268,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 +13288,7 @@ paths: application/json: schema: type: array - items: &194 + items: &195 type: object description: A Dependabot alert. properties: @@ -13581,7 +13595,7 @@ paths: - repository additionalProperties: false examples: - default: &195 + default: &196 value: - number: 2 state: dismissed @@ -13920,7 +13934,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 +13945,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 +13954,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 +13963,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 +13979,7 @@ paths: - *4 - *88 - *89 - - &247 + - &248 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -13981,7 +13995,7 @@ paths: application/json: schema: type: array - items: &248 + items: &249 type: object properties: number: *93 @@ -14073,7 +14087,7 @@ paths: - inactive - unknown examples: - default: &249 + default: &250 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -14327,17 +14341,6 @@ 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 - name: advanced_security_product - in: query - description: The security feature to get GitHub Advanced Security active committers - for. - required: false - schema: - type: string - enum: - - code_security - - secret_protection - *4 - *5 responses: @@ -17402,7 +17405,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 +17456,7 @@ paths: type: array items: *121 examples: - default: &207 + default: &208 value: - id: 1 node_id: MDU6SXNzdWUx @@ -20311,7 +20314,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &197 + properties: &198 id: type: integer format: int64 @@ -20587,7 +20590,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 +20630,7 @@ paths: enum: - enabled - disabled - required: &198 + required: &199 - archive_url - assignees_url - blobs_url @@ -25555,11 +25558,12 @@ paths: - *189 - *190 - *191 + - *192 - *9 - *88 - *89 - - *192 - *193 + - *194 - *4 responses: '200': @@ -25568,9 +25572,9 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: - default: *195 + default: *196 '304': *42 '400': *34 '403': *43 @@ -25614,7 +25618,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 @@ -25738,7 +25742,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -26035,7 +26039,7 @@ paths: application/json: schema: type: array - items: &213 + items: &214 title: Package description: A software package type: object @@ -26085,8 +26089,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 +26109,7 @@ paths: - created_at - updated_at examples: - default: &214 + default: &215 value: - id: 197 name: hello_docker @@ -26509,7 +26513,7 @@ paths: application/json: schema: type: array - items: &199 + items: &200 title: Org Hook description: Org Hook type: object @@ -26680,9 +26684,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 +26740,9 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: *200 + default: *201 '404': *26 x-github: githubCloudOnly: false @@ -26811,7 +26815,7 @@ paths: description: Response content: application/json: - schema: *199 + schema: *200 examples: default: value: @@ -26965,7 +26969,7 @@ paths: - *135 - *3 - *4 - - *201 + - *202 responses: '200': description: Response @@ -26973,9 +26977,9 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *203 + default: *204 '400': *34 '422': *35 x-github: @@ -27008,9 +27012,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *205 + default: *206 '400': *34 '422': *35 x-github: @@ -27295,7 +27299,7 @@ paths: - closed - all default: open - - *206 + - *207 - name: type description: Can be the name of an issue type. in: query @@ -27326,7 +27330,7 @@ paths: type: array items: *121 examples: - default: *207 + default: *208 headers: Link: *6 '404': *26 @@ -27384,7 +27388,7 @@ paths: type: array items: *19 examples: - default: &212 + default: &213 value: - login: octocat id: 1 @@ -27486,7 +27490,7 @@ paths: description: Response content: application/json: - schema: &208 + schema: &209 title: Org Membership description: Org Membership type: object @@ -27538,7 +27542,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 +27638,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 +27708,7 @@ paths: application/json: schema: type: array - items: &210 + items: &211 title: Migration description: A migration. type: object @@ -28036,7 +28040,7 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -28215,7 +28219,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 +28246,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -28412,7 +28416,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 +28438,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 +28462,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 +28490,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 +28502,7 @@ paths: type: array items: *153 examples: - default: &220 + default: &221 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -28649,7 +28653,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -28827,9 +28831,9 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *214 + default: *215 '403': *43 '401': *41 '400': &586 @@ -28854,7 +28858,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 +28876,7 @@ paths: - docker - nuget - container - - &216 + - &217 name: package_name description: The name of the package. in: path @@ -28885,7 +28889,7 @@ paths: description: Response content: application/json: - schema: *213 + schema: *214 examples: default: value: @@ -28937,8 +28941,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 +28975,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 +29009,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 +29031,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 +29156,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 +29171,7 @@ paths: description: Response content: application/json: - schema: *217 + schema: *218 examples: default: value: @@ -29203,10 +29207,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 +29242,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 +29275,7 @@ paths: - *135 - *4 - *5 - - &221 + - &222 name: sort description: The property by which to sort the results. in: query @@ -29282,7 +29286,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 +29297,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 +29305,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 +29313,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 +29323,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 +29333,7 @@ paths: schema: type: string format: date-time - - &227 + - &228 name: token_id description: The ID of the token in: query @@ -29341,7 +29345,7 @@ paths: type: string example: token_id[]=1,token_id[]=2 responses: - '500': &219 + '500': &220 description: Internal Error content: application/json: @@ -29538,7 +29542,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *219 + '500': *220 '422': *35 '404': *26 '403': *43 @@ -29599,11 +29603,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 +29640,7 @@ paths: - *4 - *5 responses: - '500': *219 + '500': *220 '404': *26 '403': *43 '200': @@ -29647,7 +29651,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -29673,16 +29677,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 +29868,7 @@ paths: - 1296269 - 1296280 responses: - '500': *219 + '500': *220 '404': *26 '202': *141 '403': *43 @@ -29917,9 +29921,9 @@ paths: value: action: revoke responses: - '500': *219 + '500': *220 '404': *26 - '204': *228 + '204': *229 '403': *43 '422': *35 x-github: @@ -29951,7 +29955,7 @@ paths: - *4 - *5 responses: - '500': *219 + '500': *220 '404': *26 '403': *43 '200': @@ -29962,7 +29966,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -30006,7 +30010,7 @@ paths: application/json: schema: type: array - items: &229 + items: &230 type: object properties: id: @@ -30050,9 +30054,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: &230 + default: &231 value: id: 42 name: Check Commits @@ -30082,7 +30086,7 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: default: value: @@ -30131,9 +30135,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: *230 + default: *231 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30174,7 +30178,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 +30348,7 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: value: @@ -30382,7 +30386,7 @@ paths: '401': *41 '403': *43 '404': *26 - '410': *232 + '410': *233 '422': *27 x-github: githubCloudOnly: false @@ -30413,7 +30417,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -30554,7 +30558,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -31040,8 +31044,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 +31181,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. @@ -31851,7 +31855,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 +31887,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 +31900,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 +31964,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 +31988,7 @@ paths: match. items: type: string - - &239 + - &240 title: Organization ruleset conditions type: object description: |- @@ -31998,7 +32002,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 +32036,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,7 +32055,7 @@ paths: - repository_id rules: type: array - items: &240 + items: &241 title: Repository Rule type: object description: A repository rule. @@ -32526,7 +32530,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 +32565,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 +32618,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 +32660,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 @@ -32805,7 +32809,7 @@ paths: result: pass evaluation_result: fail '404': *26 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32974,7 +32978,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *26 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33012,11 +33016,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 +33060,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 +33104,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 +33135,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,10 +33153,10 @@ 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 @@ -33176,7 +33180,7 @@ paths: required: false schema: type: string - - *247 + - *248 responses: '200': description: Response @@ -33184,9 +33188,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *249 + default: *250 headers: Link: *6 '404': *26 @@ -33328,7 +33332,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 +33367,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 +33396,6 @@ 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 - *4 - *5 responses: @@ -33988,7 +33991,7 @@ 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 @@ -34018,7 +34021,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: @@ -34115,7 +34118,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 +34145,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#list-discussions parameters: - *135 - - *250 + - *251 - *9 - *4 - *5 @@ -34333,7 +34336,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: @@ -34442,7 +34445,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#get-a-discussion parameters: - *135 - - *250 + - *251 - &262 name: discussion_number description: The number that identifies the discussion. @@ -34480,7 +34483,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#update-a-discussion parameters: - *135 - - *250 + - *251 - *262 requestBody: required: false @@ -34577,7 +34580,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#delete-a-discussion parameters: - *135 - - *250 + - *251 - *262 responses: '204': @@ -34605,7 +34608,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#list-discussion-comments parameters: - *135 - - *250 + - *251 - *262 - *9 - *4 @@ -34758,7 +34761,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *135 - - *250 + - *251 - *262 requestBody: required: true @@ -34850,7 +34853,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *135 - - *250 + - *251 - *262 - &265 name: comment_number @@ -34889,7 +34892,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *135 - - *250 + - *251 - *262 - *265 requestBody: @@ -34980,7 +34983,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *135 - - *250 + - *251 - *262 - *265 responses: @@ -35009,7 +35012,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *135 - - *250 + - *251 - *262 - *265 - name: content @@ -35131,7 +35134,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *135 - - *250 + - *251 - *262 - *265 requestBody: @@ -35223,7 +35226,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *135 - - *250 + - *251 - *262 - *265 - &269 @@ -35259,7 +35262,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *135 - - *250 + - *251 - *262 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). @@ -35315,7 +35318,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *135 - - *250 + - *251 - *262 requestBody: required: true @@ -35381,7 +35384,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *135 - - *250 + - *251 - *262 - *269 responses: @@ -35407,7 +35410,7 @@ 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 @@ -35435,7 +35438,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: @@ -35480,7 +35483,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 +35507,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 +35530,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -35558,7 +35561,7 @@ 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': @@ -35629,7 +35632,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 @@ -35693,7 +35696,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 +35724,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#list-team-projects parameters: - *135 - - *250 + - *251 - *4 - *5 responses: @@ -35861,7 +35864,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#check-team-permissions-for-a-project parameters: - *135 - - *250 + - *251 - &276 name: project_id description: The unique identifier of the project. @@ -35937,7 +35940,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#add-or-update-team-project-permissions parameters: - *135 - - *250 + - *251 - *276 requestBody: required: false @@ -36003,7 +36006,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#remove-a-project-from-a-team parameters: - *135 - - *250 + - *251 - *276 responses: '204': @@ -36029,7 +36032,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 +36044,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -36071,7 +36074,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *135 - - *250 + - *251 - *277 - *278 responses: @@ -36649,7 +36652,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *135 - - *250 + - *251 - *277 - *278 requestBody: @@ -36697,7 +36700,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#remove-a-repository-from-a-team parameters: - *135 - - *250 + - *251 - *277 - *278 responses: @@ -36724,7 +36727,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#list-child-teams parameters: - *135 - - *250 + - *251 - *4 - *5 responses: @@ -37559,7 +37562,7 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: &286 value: @@ -37660,7 +37663,7 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: *286 '404': @@ -37683,7 +37686,7 @@ paths: items: type: string '401': *41 - '410': *232 + '410': *233 '422': *27 x-github: githubCloudOnly: false @@ -37722,7 +37725,7 @@ paths: items: type: string '401': *41 - '410': *232 + '410': *233 '404': *26 x-github: githubCloudOnly: false @@ -37772,7 +37775,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '404': *26 @@ -39283,7 +39286,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 @@ -42573,7 +42576,7 @@ paths: '204': description: Response '403': *43 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43967,7 +43970,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '404': *26 @@ -47273,7 +47276,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 '404': *26 x-github: githubCloudOnly: false @@ -47332,7 +47335,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 '422': *35 x-github: githubCloudOnly: false @@ -47392,7 +47395,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 '422': *35 x-github: githubCloudOnly: false @@ -47452,7 +47455,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 '422': *35 x-github: githubCloudOnly: false @@ -48766,8 +48769,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 @@ -49766,10 +49767,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 @@ -52388,7 +52389,7 @@ paths: sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: Link: *6 - '500': *219 + '500': *220 '400': *34 '404': *26 '409': *140 @@ -53539,7 +53540,7 @@ paths: ..... '422': *35 '404': *26 - '500': *219 + '500': *220 '503': *104 '409': *140 x-github: @@ -54524,7 +54525,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 @@ -55724,14 +55725,15 @@ paths: - *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': @@ -61504,7 +61506,7 @@ paths: - *278 - *3 - *4 - - *201 + - *202 responses: '200': description: Response @@ -61512,9 +61514,9 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *203 + default: *204 '400': *34 '422': *35 x-github: @@ -61542,9 +61544,9 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *205 + default: *206 '400': *34 '422': *35 x-github: @@ -62125,7 +62127,7 @@ paths: required: false schema: type: string - - *206 + - *207 - name: sort description: What to sort results by. in: query @@ -62568,7 +62570,7 @@ paths: '422': *35 '503': *104 '404': *26 - '410': *232 + '410': *233 x-github: triggersNotification: true githubCloudOnly: false @@ -63524,7 +63526,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *26 - '410': *232 + '410': *233 '403': *43 x-github: githubCloudOnly: false @@ -63577,7 +63579,7 @@ paths: default: *436 '301': *289 '404': *26 - '410': *232 + '410': *233 '304': *42 x-github: githubCloudOnly: false @@ -63715,7 +63717,7 @@ paths: '403': *43 '301': *289 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63891,7 +63893,7 @@ paths: headers: Link: *6 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63953,7 +63955,7 @@ paths: schema: type: string '403': *43 - '410': *232 + '410': *233 '422': *35 '404': *26 x-github: @@ -64826,7 +64828,7 @@ paths: color: red headers: Link: *6 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64922,7 +64924,7 @@ paths: Link: *6 '301': *289 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65005,7 +65007,7 @@ paths: default: *440 '301': *289 '404': *26 - '410': *232 + '410': *233 '422': *35 x-github: githubCloudOnly: false @@ -65089,7 +65091,7 @@ paths: default: *440 '301': *289 '404': *26 - '410': *232 + '410': *233 '422': *35 x-github: githubCloudOnly: false @@ -65114,7 +65116,7 @@ paths: description: Response '301': *289 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65161,7 +65163,7 @@ paths: default: true '301': *289 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65211,7 +65213,7 @@ paths: '204': description: Response '403': *43 - '410': *232 + '410': *233 '404': *26 '422': *35 x-github: @@ -65287,7 +65289,7 @@ paths: headers: Link: *6 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66221,7 +66223,7 @@ paths: headers: Link: *6 '404': *26 - '410': *232 + '410': *233 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68396,7 +68398,7 @@ paths: application/json: schema: type: array - items: *231 + items: *232 examples: default: value: @@ -68436,7 +68438,7 @@ paths: '401': *41 '403': *43 '404': *26 - '410': *232 + '410': *233 '422': *27 x-github: githubCloudOnly: false @@ -68483,13 +68485,13 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: *286 '401': *41 '403': *43 '404': *26 - '410': *232 + '410': *233 '422': *27 x-github: githubCloudOnly: false @@ -69961,7 +69963,7 @@ paths: content: application/json: schema: *24 - '500': *219 + '500': *220 '503': *104 x-github: githubCloudOnly: false @@ -70500,7 +70502,7 @@ paths: headers: Link: *6 '422': *35 - '500': *219 + '500': *220 '503': *104 x-github: githubCloudOnly: false @@ -74295,7 +74297,7 @@ paths: application/json: schema: type: array - items: *241 + items: *242 examples: default: value: @@ -74326,7 +74328,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. @@ -74362,16 +74364,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,7 +74404,7 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: default: &523 value: @@ -74437,7 +74439,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 @@ -74468,7 +74470,7 @@ paths: examples: default: *519 '404': *26 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74499,7 +74501,7 @@ paths: examples: default: *522 '404': *26 - '500': *219 + '500': *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74546,11 +74548,11 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: default: *523 '404': *26 - '500': *219 + '500': *220 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -74591,16 +74593,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 +74630,11 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: default: *523 '404': *26 - '500': *219 + '500': *220 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -74660,7 +74662,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 @@ -74679,16 +74681,16 @@ paths: parameters: - *277 - *278 - - *243 - *244 - *245 - *246 + - *247 - *9 - *5 - *4 - *524 - *525 - - *247 + - *248 responses: '200': description: Response @@ -75478,7 +75480,7 @@ paths: - 1124 - -435 '202': *141 - '204': *228 + '204': *229 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75546,7 +75548,7 @@ paths: total: 89 week: 1336280400 '202': *141 - '204': *228 + '204': *229 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75645,7 +75647,7 @@ paths: d: 77 c: 10 '202': *141 - '204': *228 + '204': *229 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75846,7 +75848,7 @@ paths: - - 0 - 2 - 21 - '204': *228 + '204': *229 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75988,7 +75990,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -82294,7 +82296,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '404': *26 @@ -82752,7 +82754,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 '404': *26 @@ -83495,7 +83497,7 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: default: &585 value: @@ -83794,7 +83796,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '304': *42 @@ -83827,7 +83829,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 '304': *42 @@ -84561,7 +84563,7 @@ paths: - closed - all default: open - - *206 + - *207 - name: sort description: What to sort results by. in: query @@ -84586,7 +84588,7 @@ paths: type: array items: *121 examples: - default: *207 + default: *208 headers: Link: *6 '404': *26 @@ -84825,7 +84827,7 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: default: value: @@ -84933,7 +84935,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -85016,7 +85018,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -85084,7 +85086,7 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: default: value: @@ -85337,7 +85339,7 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -85530,7 +85532,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 +85555,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 +85567,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 '404': *26 @@ -85654,7 +85656,7 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: default: *585 '400': *586 @@ -85677,14 +85679,14 @@ 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 value: @@ -85799,8 +85801,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 +85832,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 +85865,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 +85886,7 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: default: value: @@ -85933,15 +85935,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 +85979,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 +86011,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 +86069,7 @@ paths: description: Response content: application/json: - schema: *231 + schema: *232 examples: default: value: @@ -87302,7 +87304,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 '304': *42 @@ -87540,7 +87542,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: example: ; rel="next" @@ -87609,7 +87611,7 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: default: *585 '403': *43 @@ -87894,7 +87896,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -87925,7 +87927,7 @@ paths: type: array items: *19 examples: - default: *212 + default: *213 headers: Link: *6 x-github: @@ -88249,7 +88251,7 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: default: *585 '403': *43 @@ -88274,15 +88276,15 @@ 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 x-github: @@ -88305,8 +88307,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 +88341,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 +88375,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 +88385,7 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: default: value: @@ -88441,16 +88443,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 +88487,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 +88522,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 +88569,7 @@ paths: application/json: schema: type: array - items: *231 + items: *232 examples: default: value: @@ -88847,7 +88849,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -89023,7 +89025,7 @@ paths: type: array items: *153 examples: - default: *220 + default: *221 headers: Link: *6 x-github: @@ -193662,7 +193664,7 @@ x-webhooks: installation: *603 organization: *604 repository: *605 - repository_ruleset: *241 + repository_ruleset: *242 sender: *19 required: - action @@ -193744,7 +193746,7 @@ x-webhooks: installation: *603 organization: *604 repository: *605 - repository_ruleset: *241 + repository_ruleset: *242 sender: *19 required: - action @@ -193826,7 +193828,7 @@ x-webhooks: installation: *603 organization: *604 repository: *605 - repository_ruleset: *241 + repository_ruleset: *242 changes: type: object properties: @@ -193845,16 +193847,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 +193889,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: @@ -196136,7 +196138,7 @@ x-webhooks: from: type: object properties: - security_and_analysis: *235 + security_and_analysis: *236 enterprise: *602 installation: *603 organization: *604 diff --git a/descriptions/ghes-3.12/ghes-3.12.2022-11-28.json b/descriptions/ghes-3.12/ghes-3.12.2022-11-28.json index e2766c703b..9eae376997 100644 --- a/descriptions/ghes-3.12/ghes-3.12.2022-11-28.json +++ b/descriptions/ghes-3.12/ghes-3.12.2022-11-28.json @@ -7628,6 +7628,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -7793,9 +7796,6 @@ { "$ref": "#/components/parameters/enterprise" }, - { - "$ref": "#/components/parameters/advanced-security-product" - }, { "$ref": "#/components/parameters/per-page" }, @@ -15945,6 +15945,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -21493,9 +21496,6 @@ { "$ref": "#/components/parameters/org" }, - { - "$ref": "#/components/parameters/advanced-security-product" - }, { "$ref": "#/components/parameters/per-page" }, @@ -34000,7 +34000,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" ], @@ -34390,7 +34390,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" ], @@ -37541,6 +37541,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" }, @@ -279341,6 +279344,27 @@ "type": "string" } }, + "dependabot-alert-comma-separated-has": { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, "dependabot-alert-scope": { "name": "scope", "in": "query", @@ -279443,19 +279467,6 @@ "type": "string" } }, - "advanced-security-product": { - "name": "advanced_security_product", - "in": "query", - "description": "The security feature to get GitHub Advanced Security active committers for.", - "required": false, - "schema": { - "type": "string", - "enum": [ - "code_security", - "secret_protection" - ] - } - }, "enterprise-security-product": { "name": "security_product", "in": "path", diff --git a/descriptions/ghes-3.12/ghes-3.12.2022-11-28.yaml b/descriptions/ghes-3.12/ghes-3.12.2022-11-28.yaml index 8c42a8e45f..5a4a1a6bbe 100644 --- a/descriptions/ghes-3.12/ghes-3.12.2022-11-28.yaml +++ b/descriptions/ghes-3.12/ghes-3.12.2022-11-28.yaml @@ -5393,6 +5393,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -5491,7 +5492,6 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - "$ref": "#/components/parameters/enterprise" - - "$ref": "#/components/parameters/advanced-security-product" - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" responses: @@ -11409,6 +11409,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -15387,7 +15388,6 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - "$ref": "#/components/parameters/org" - - "$ref": "#/components/parameters/advanced-security-product" - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" responses: @@ -24432,8 +24432,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 @@ -24696,10 +24694,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 @@ -27182,6 +27180,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" @@ -210992,6 +210991,20 @@ components: for these packages will be returned. schema: type: string + dependabot-alert-comma-separated-has: + name: has + in: query + description: |- + Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned. + Multiple `has` filters can be chained to check if multiple properties are present. + schema: + oneOf: + - type: string + - type: array + items: + type: string + enum: + - patch dependabot-alert-scope: name: scope in: query @@ -211090,17 +211103,6 @@ components: required: false schema: type: string - advanced-security-product: - name: advanced_security_product - in: query - description: The security feature to get GitHub Advanced Security active committers - for. - required: false - schema: - type: string - enum: - - code_security - - secret_protection enterprise-security-product: name: security_product in: path diff --git a/descriptions/ghes-3.12/ghes-3.12.json b/descriptions/ghes-3.12/ghes-3.12.json index e2766c703b..9eae376997 100644 --- a/descriptions/ghes-3.12/ghes-3.12.json +++ b/descriptions/ghes-3.12/ghes-3.12.json @@ -7628,6 +7628,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -7793,9 +7796,6 @@ { "$ref": "#/components/parameters/enterprise" }, - { - "$ref": "#/components/parameters/advanced-security-product" - }, { "$ref": "#/components/parameters/per-page" }, @@ -15945,6 +15945,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-scope" }, @@ -21493,9 +21496,6 @@ { "$ref": "#/components/parameters/org" }, - { - "$ref": "#/components/parameters/advanced-security-product" - }, { "$ref": "#/components/parameters/per-page" }, @@ -34000,7 +34000,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" ], @@ -34390,7 +34390,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" ], @@ -37541,6 +37541,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" }, @@ -279341,6 +279344,27 @@ "type": "string" } }, + "dependabot-alert-comma-separated-has": { + "name": "has", + "in": "query", + "description": "Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple `has` filters can be chained to check if multiple properties are present.", + "schema": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string", + "enum": [ + "patch" + ] + } + } + ] + } + }, "dependabot-alert-scope": { "name": "scope", "in": "query", @@ -279443,19 +279467,6 @@ "type": "string" } }, - "advanced-security-product": { - "name": "advanced_security_product", - "in": "query", - "description": "The security feature to get GitHub Advanced Security active committers for.", - "required": false, - "schema": { - "type": "string", - "enum": [ - "code_security", - "secret_protection" - ] - } - }, "enterprise-security-product": { "name": "security_product", "in": "path", diff --git a/descriptions/ghes-3.12/ghes-3.12.yaml b/descriptions/ghes-3.12/ghes-3.12.yaml index 8c42a8e45f..5a4a1a6bbe 100644 --- a/descriptions/ghes-3.12/ghes-3.12.yaml +++ b/descriptions/ghes-3.12/ghes-3.12.yaml @@ -5393,6 +5393,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -5491,7 +5492,6 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - "$ref": "#/components/parameters/enterprise" - - "$ref": "#/components/parameters/advanced-security-product" - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" responses: @@ -11409,6 +11409,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" @@ -15387,7 +15388,6 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - "$ref": "#/components/parameters/org" - - "$ref": "#/components/parameters/advanced-security-product" - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" responses: @@ -24432,8 +24432,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 @@ -24696,10 +24694,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 @@ -27182,6 +27180,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-manifests" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" @@ -210992,6 +210991,20 @@ components: for these packages will be returned. schema: type: string + dependabot-alert-comma-separated-has: + name: has + in: query + description: |- + Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned. + Multiple `has` filters can be chained to check if multiple properties are present. + schema: + oneOf: + - type: string + - type: array + items: + type: string + enum: + - patch dependabot-alert-scope: name: scope in: query @@ -211090,17 +211103,6 @@ components: required: false schema: type: string - advanced-securi{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}