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 e4b7182f8a..ab7db02577 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 @@ -18283,6 +18283,9 @@ }, { "$ref": "#/components/parameters/personal-access-token-after" + }, + { + "$ref": "#/components/parameters/personal-access-token-token-id" } ], "responses": { @@ -18626,6 +18629,9 @@ }, { "$ref": "#/components/parameters/personal-access-token-after" + }, + { + "$ref": "#/components/parameters/personal-access-token-token-id" } ], "responses": { @@ -37885,7 +37891,7 @@ }, "put": { "summary": "Create or update a repository secret", - "description": "Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin.", "tags": [ "codespaces" ], @@ -37963,7 +37969,7 @@ }, "delete": { "summary": "Delete a repository secret", - "description": "Deletes a development environment secret in a repository using the secret name.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Deletes a development environment secret in a repository using the secret name.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin.", "tags": [ "codespaces" ], @@ -42298,7 +42304,7 @@ }, "post": { "summary": "Create a custom deployment protection rule on an environment", - "description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/rest/apps/apps#get-an-app).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", "tags": [ "repos" ], @@ -94784,6 +94790,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -94831,12 +94838,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, @@ -298622,6 +298631,20 @@ "format": "date-time" } }, + "personal-access-token-token-id": { + "name": "token_id", + "description": "The ID of the token", + "in": "query", + "required": false, + "schema": { + "type": "array", + "maxItems": 50, + "items": { + "type": "string" + }, + "example": "token_id[]=1,token_id[]=2" + } + }, "fine-grained-personal-access-token-id": { "name": "pat_id", "description": "The unique identifier of the fine-grained personal access token.", 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 c0fc935a0d..8e6d2e782c 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 @@ -13282,6 +13282,7 @@ paths: - "$ref": "#/components/parameters/personal-access-token-permission" - "$ref": "#/components/parameters/personal-access-token-before" - "$ref": "#/components/parameters/personal-access-token-after" + - "$ref": "#/components/parameters/personal-access-token-token-id" responses: '500': "$ref": "#/components/responses/internal_error" @@ -13522,6 +13523,7 @@ paths: - "$ref": "#/components/parameters/personal-access-token-permission" - "$ref": "#/components/parameters/personal-access-token-before" - "$ref": "#/components/parameters/personal-access-token-after" + - "$ref": "#/components/parameters/personal-access-token-token-id" responses: '500': "$ref": "#/components/responses/internal_error" @@ -27593,7 +27595,7 @@ paths: Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)." - OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin. tags: - codespaces operationId: codespaces/create-or-update-repo-secret @@ -27648,7 +27650,7 @@ paths: description: |- Deletes a development environment secret in a repository using the secret name. - OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin. tags: - codespaces operationId: codespaces/delete-repo-secret @@ -30926,7 +30928,7 @@ paths: The authenticated user must have admin or owner permissions to the repository to use this endpoint. - For more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/rest/apps/apps#get-an-app). + For more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules). OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. tags: @@ -68618,6 +68620,7 @@ components: id: description: Unique identifier of the webhook delivery. type: integer + format: int64 example: 42 guid: description: Unique identifier for the event (shared with all deliveries @@ -68658,11 +68661,13 @@ components: description: The id of the GitHub App installation associated with this event. type: integer + format: int64 example: 123 nullable: true repository_id: description: The id of the repository associated with this event. type: integer + format: int64 example: 123 nullable: true throttled_at: @@ -227009,6 +227014,17 @@ components: schema: type: string format: date-time + personal-access-token-token-id: + name: token_id + description: The ID of the token + in: query + required: false + schema: + type: array + maxItems: 50 + items: + type: string + example: token_id[]=1,token_id[]=2 fine-grained-personal-access-token-id: name: pat_id description: The unique identifier of the fine-grained personal access token. diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index e4b7182f8a..ab7db02577 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -18283,6 +18283,9 @@ }, { "$ref": "#/components/parameters/personal-access-token-after" + }, + { + "$ref": "#/components/parameters/personal-access-token-token-id" } ], "responses": { @@ -18626,6 +18629,9 @@ }, { "$ref": "#/components/parameters/personal-access-token-after" + }, + { + "$ref": "#/components/parameters/personal-access-token-token-id" } ], "responses": { @@ -37885,7 +37891,7 @@ }, "put": { "summary": "Create or update a repository secret", - "description": "Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin.", "tags": [ "codespaces" ], @@ -37963,7 +37969,7 @@ }, "delete": { "summary": "Delete a repository secret", - "description": "Deletes a development environment secret in a repository using the secret name.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Deletes a development environment secret in a repository using the secret name.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin.", "tags": [ "codespaces" ], @@ -42298,7 +42304,7 @@ }, "post": { "summary": "Create a custom deployment protection rule on an environment", - "description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/rest/apps/apps#get-an-app).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", "tags": [ "repos" ], @@ -94784,6 +94790,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -94831,12 +94838,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, @@ -298622,6 +298631,20 @@ "format": "date-time" } }, + "personal-access-token-token-id": { + "name": "token_id", + "description": "The ID of the token", + "in": "query", + "required": false, + "schema": { + "type": "array", + "maxItems": 50, + "items": { + "type": "string" + }, + "example": "token_id[]=1,token_id[]=2" + } + }, "fine-grained-personal-access-token-id": { "name": "pat_id", "description": "The unique identifier of the fine-grained personal access token.", diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index c0fc935a0d..8e6d2e782c 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -13282,6 +13282,7 @@ paths: - "$ref": "#/components/parameters/personal-access-token-permission" - "$ref": "#/components/parameters/personal-access-token-before" - "$ref": "#/components/parameters/personal-access-token-after" + - "$ref": "#/components/parameters/personal-access-token-token-id" responses: '500': "$ref": "#/components/responses/internal_error" @@ -13522,6 +13523,7 @@ paths: - "$ref": "#/components/parameters/personal-access-token-permission" - "$ref": "#/components/parameters/personal-access-token-before" - "$ref": "#/components/parameters/personal-access-token-after" + - "$ref": "#/components/parameters/personal-access-token-token-id" responses: '500': "$ref": "#/components/responses/internal_error" @@ -27593,7 +27595,7 @@ paths: Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)." - OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin. tags: - codespaces operationId: codespaces/create-or-update-repo-secret @@ -27648,7 +27650,7 @@ paths: description: |- Deletes a development environment secret in a repository using the secret name. - OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin. tags: - codespaces operationId: codespaces/delete-repo-secret @@ -30926,7 +30928,7 @@ paths: The authenticated user must have admin or owner permissions to the repository to use this endpoint. - For more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/rest/apps/apps#get-an-app). + For more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules). OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. tags: @@ -68618,6 +68620,7 @@ components: id: description: Unique identifier of the webhook delivery. type: integer + format: int64 example: 42 guid: description: Unique identifier for the event (shared with all deliveries @@ -68658,11 +68661,13 @@ components: description: The id of the GitHub App installation associated with this event. type: integer + format: int64 example: 123 nullable: true repository_id: description: The id of the repository associated with this event. type: integer + format: int64 example: 123 nullable: true throttled_at: @@ -227009,6 +227014,17 @@ components: schema: type: string format: date-time + personal-access-token-token-id: + name: token_id + description: The ID of the token + in: query + required: false + schema: + type: array + maxItems: 50 + items: + type: string + example: token_id[]=1,token_id[]=2 fine-grained-personal-access-token-id: name: pat_id description: The unique identifier of the fine-grained personal access token. 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 3d30b674c5..feec5b9ef1 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 @@ -3138,6 +3138,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -3185,12 +3186,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, @@ -86420,6 +86423,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -86467,12 +86471,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, @@ -110271,6 +110277,20 @@ "type": "string", "format": "date-time" } + }, + { + "name": "token_id", + "description": "The ID of the token", + "in": "query", + "required": false, + "schema": { + "type": "array", + "maxItems": 50, + "items": { + "type": "string" + }, + "example": "token_id[]=1,token_id[]=2" + } } ], "responses": { @@ -112247,6 +112267,20 @@ "type": "string", "format": "date-time" } + }, + { + "name": "token_id", + "description": "The ID of the token", + "in": "query", + "required": false, + "schema": { + "type": "array", + "maxItems": 50, + "items": { + "type": "string" + }, + "example": "token_id[]=1,token_id[]=2" + } } ], "responses": { @@ -235781,7 +235815,7 @@ }, "put": { "summary": "Create or update a repository secret", - "description": "Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin.", "tags": [ "codespaces" ], @@ -235881,7 +235915,7 @@ }, "delete": { "summary": "Delete a repository secret", - "description": "Deletes a development environment secret in a repository using the secret name.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Deletes a development environment secret in a repository using the secret name.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin.", "tags": [ "codespaces" ], @@ -267975,7 +268009,7 @@ }, "post": { "summary": "Create a custom deployment protection rule on an environment", - "description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/rest/apps/apps#get-an-app).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", "tags": [ "repos" ], @@ -282702,6 +282736,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -282749,12 +282784,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, 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 aaa8df14aa..98b3be5e55 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 @@ -847,7 +847,7 @@ paths: - subscriptions_url - type - url - type: &249 + type: &250 type: string description: The type of credit the user is receiving. enum: @@ -1013,7 +1013,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &575 + - &576 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1601,6 +1601,7 @@ paths: id: description: Unique identifier of the webhook delivery. type: integer + format: int64 example: 42 guid: description: Unique identifier for the event (shared with all @@ -1643,11 +1644,13 @@ paths: description: The id of the GitHub App installation associated with this event. type: integer + format: int64 example: 123 nullable: true repository_id: description: The id of the repository associated with this event. type: integer + format: int64 example: 123 nullable: true throttled_at: @@ -2838,7 +2841,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &228 + properties: &229 id: description: Unique identifier of the repository example: 42 @@ -3267,7 +3270,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &229 + required: &230 - archive_url - assignees_url - blobs_url @@ -8575,7 +8578,7 @@ paths: - unknown - direct - transitive - security_advisory: &424 + security_advisory: &425 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8837,7 +8840,7 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &425 + auto_dismissed_at: &426 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -9210,7 +9213,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &240 + - &241 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9221,7 +9224,7 @@ paths: enum: - open - resolved - - &241 + - &242 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9231,7 +9234,7 @@ paths: required: false schema: type: string - - &242 + - &243 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9240,7 +9243,7 @@ paths: required: false schema: type: string - - &243 + - &244 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. @@ -9256,7 +9259,7 @@ paths: - *17 - *39 - *40 - - &244 + - &245 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9265,7 +9268,7 @@ paths: required: false schema: type: string - - &245 + - &246 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9274,7 +9277,7 @@ paths: schema: type: boolean default: false - - &246 + - &247 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9290,7 +9293,7 @@ paths: application/json: schema: type: array - items: &247 + items: &248 type: object properties: number: *54 @@ -9309,14 +9312,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &567 + state: &568 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: &568 + resolution: &569 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -9418,7 +9421,7 @@ paths: is base64 encoded nullable: true examples: - default: &248 + default: &249 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -9754,7 +9757,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &473 + properties: &474 id: type: integer format: int64 @@ -9865,7 +9868,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &409 + properties: &410 url: type: string format: uri @@ -9935,7 +9938,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &410 + required: &411 - closed_issues - creator - description @@ -10090,7 +10093,7 @@ paths: - total - completed - percent_completed - required: &474 + required: &475 - assignee - closed_at - comments @@ -10112,7 +10115,7 @@ paths: - author_association - created_at - updated_at - comment: &471 + comment: &472 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -10679,7 +10682,7 @@ paths: url: type: string format: uri - user: &598 + user: &599 title: Public User description: Public User type: object @@ -13984,14 +13987,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &274 + - &275 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &275 + - &276 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -14062,7 +14065,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &286 + '301': &287 description: Moved permanently content: application/json: @@ -14084,7 +14087,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &503 + - &504 name: all description: If `true`, show notifications marked as read. in: query @@ -14092,7 +14095,7 @@ paths: schema: type: boolean default: false - - &504 + - &505 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14102,7 +14105,7 @@ paths: type: boolean default: false - *67 - - &505 + - &506 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: @@ -14414,7 +14417,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &230 + security_and_analysis: &231 nullable: true type: object properties: @@ -14558,7 +14561,7 @@ paths: - url - subscription_url examples: - default: &506 + default: &507 value: - id: '1' repository: @@ -15159,7 +15162,7 @@ paths: - avatar_url - description examples: - default: &616 + default: &617 value: - login: github id: 1 @@ -16068,7 +16071,7 @@ paths: type: integer repository_cache_usages: type: array - items: &291 + items: &292 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -16936,7 +16939,7 @@ paths: - all - local_only - selected - selected_actions_url: &297 + selected_actions_url: &298 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` @@ -17026,7 +17029,7 @@ paths: type: array items: *60 examples: - default: &610 + default: &611 value: total_count: 1 repositories: @@ -17354,7 +17357,7 @@ paths: description: Response content: application/json: - schema: &301 + schema: &302 type: object properties: default_workflow_permissions: &112 @@ -17405,7 +17408,7 @@ paths: required: false content: application/json: - schema: &302 + schema: &303 type: object properties: default_workflow_permissions: *112 @@ -17894,7 +17897,7 @@ paths: type: array items: *119 examples: - default: &601 + default: &602 value: total_count: 1 repositories: @@ -18536,7 +18539,7 @@ paths: application/json: schema: type: array - items: &303 + items: &304 title: Runner Application description: Runner Application type: object @@ -18561,7 +18564,7 @@ paths: - download_url - filename examples: - default: &304 + default: &305 value: - os: osx architecture: x64 @@ -18647,7 +18650,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &305 + '201': &306 description: Response content: application/json: @@ -18758,7 +18761,7 @@ paths: - token - expires_at examples: - default: &306 + default: &307 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -18797,7 +18800,7 @@ paths: application/json: schema: *123 examples: - default: &307 + default: &308 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -18831,7 +18834,7 @@ paths: application/json: schema: *121 examples: - default: &308 + default: &309 value: id: 23 name: MBP @@ -19056,7 +19059,7 @@ paths: - *94 - *120 responses: - '200': &309 + '200': &310 description: Response content: application/json: @@ -19113,7 +19116,7 @@ paths: parameters: - *94 - *120 - - &310 + - &311 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19243,7 +19246,7 @@ paths: description: Response content: application/json: - schema: &322 + schema: &323 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -19272,7 +19275,7 @@ paths: - key_id - key examples: - default: &323 + default: &324 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -19685,7 +19688,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *94 - - &296 + - &297 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)." @@ -20220,7 +20223,7 @@ paths: bundle_url: type: string examples: - default: &336 + default: &337 value: attestations: - bundle: @@ -20457,7 +20460,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *94 - - &362 + - &363 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`, @@ -20467,7 +20470,7 @@ paths: schema: &136 type: string description: The name of the tool used to generate the code scanning analysis. - - &363 + - &364 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 @@ -20490,7 +20493,7 @@ paths: be returned. in: query required: false - schema: &365 + schema: &366 type: string description: State of a code scanning alert. enum: @@ -20513,7 +20516,7 @@ paths: be returned. in: query required: false - schema: &366 + schema: &367 type: string description: Severity of a code scanning alert. enum: @@ -20539,7 +20542,7 @@ paths: updated_at: *133 url: *56 html_url: *57 - instances_url: &367 + instances_url: &368 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -20562,7 +20565,7 @@ paths: required: *21 nullable: true dismissed_at: *135 - dismissed_reason: &368 + dismissed_reason: &369 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -20571,13 +20574,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &369 + dismissed_comment: &370 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &370 + rule: &371 type: object properties: id: @@ -20630,7 +20633,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &371 + tool: &372 type: object properties: name: *136 @@ -20640,15 +20643,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *137 - most_recent_instance: &372 + most_recent_instance: &373 type: object properties: - ref: &364 + ref: &365 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &382 + analysis_key: &383 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -20659,7 +20662,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &383 + category: &384 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -21934,7 +21937,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &395 + properties: &396 name: type: string description: The name of the machine. @@ -21976,7 +21979,7 @@ paths: - ready - in_progress nullable: true - required: &396 + required: &397 - name - display_name - operating_system @@ -22844,7 +22847,7 @@ paths: - updated_at - visibility examples: - default: &397 + default: &398 value: total_count: 2 secrets: @@ -22882,7 +22885,7 @@ paths: description: Response content: application/json: - schema: &398 + schema: &399 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -22911,7 +22914,7 @@ paths: - key_id - key examples: - default: &399 + default: &400 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -22943,7 +22946,7 @@ paths: application/json: schema: *146 examples: - default: &401 + default: &402 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -24112,7 +24115,7 @@ paths: application/json: schema: type: array - items: &254 + items: &255 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -24419,7 +24422,7 @@ paths: - date additionalProperties: true examples: - default: &255 + default: &256 value: - date: '2024-06-24' total_active_users: 24 @@ -24521,7 +24524,7 @@ paths: '500': *145 '403': *29 '404': *6 - '422': &256 + '422': &257 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -24589,7 +24592,7 @@ paths: application/json: schema: type: array - items: &257 + items: &258 title: Copilot Usage Metrics description: Summary of Copilot usage. type: object @@ -24676,7 +24679,7 @@ paths: - breakdown additionalProperties: false examples: - default: &258 + default: &259 value: - day: '2023-10-15' total_suggestions_count: 1000 @@ -24909,7 +24912,7 @@ paths: description: Response content: application/json: - schema: &428 + schema: &429 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -24926,7 +24929,7 @@ paths: - key_id - key examples: - default: &429 + default: &430 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -26719,7 +26722,7 @@ paths: application/json: schema: *22 examples: - default: &467 + default: &468 value: id: 1 account: @@ -26944,7 +26947,7 @@ paths: required: true content: application/json: - schema: &468 + schema: &469 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -27555,7 +27558,7 @@ paths: application/json: schema: *192 examples: - default: &394 + default: &395 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -28781,7 +28784,7 @@ paths: parameters: - *94 - *200 - - &615 + - &616 name: repo_name description: repo_name parameter in: path @@ -29515,7 +29518,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &250 + items: &251 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -29806,7 +29809,7 @@ paths: - nuget - container - *94 - - &617 + - &618 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -29847,7 +29850,7 @@ paths: default: *208 '403': *29 '401': *25 - '400': &619 + '400': &620 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -30344,6 +30347,17 @@ paths: schema: type: string format: date-time + - &220 + name: token_id + description: The ID of the token + in: query + required: false + schema: + type: array + maxItems: 50 + items: + type: string + example: token_id[]=1,token_id[]=2 responses: '500': *145 '422': *15 @@ -30679,6 +30693,7 @@ paths: - *217 - *218 - *219 + - *220 responses: '500': *145 '422': *15 @@ -31004,7 +31019,7 @@ paths: type: integer configurations: type: array - items: &220 + items: &221 title: Organization private registry description: Private registry configuration for an organization type: object @@ -31210,7 +31225,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &221 + org-private-registry-with-selected-visibility: &222 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -31310,9 +31325,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *220 + schema: *221 examples: - default: *221 + default: *222 '404': *6 x-github: githubCloudOnly: false @@ -31462,7 +31477,7 @@ paths: application/json: schema: type: array - items: &222 + items: &223 title: Project description: Projects are a way to organize columns and cards of work. @@ -31635,7 +31650,7 @@ paths: description: Response content: application/json: - schema: *222 + schema: *223 examples: default: value: @@ -31673,7 +31688,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &283 + '410': &284 description: Gone content: application/json: @@ -31708,7 +31723,7 @@ paths: application/json: schema: type: array - items: &223 + items: &224 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -31774,7 +31789,7 @@ paths: - property_name - value_type examples: - default: &224 + default: &225 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -31829,7 +31844,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *223 + items: *224 minItems: 1 maxItems: 100 required: @@ -31859,9 +31874,9 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: - default: *224 + default: *225 '403': *29 '404': *6 x-github: @@ -31883,7 +31898,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *94 - - &225 + - &226 name: custom_property_name description: The custom property name in: path @@ -31895,9 +31910,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: &226 + default: &227 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -31932,7 +31947,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *94 - - *225 + - *226 requestBody: required: true content: @@ -31993,9 +32008,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *226 + default: *227 '403': *29 '404': *6 x-github: @@ -32019,7 +32034,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *94 - - *225 + - *226 responses: '204': *142 '403': *29 @@ -32080,7 +32095,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &227 + items: &228 title: Custom Property Value description: Custom property name and associated value type: object @@ -32167,7 +32182,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *227 + items: *228 required: - repository_names - properties @@ -32561,7 +32576,7 @@ paths: description: Response content: application/json: - schema: &285 + schema: &286 title: Full Repository description: Full Repository type: object @@ -32838,8 +32853,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *228 - required: *229 + properties: *229 + required: *230 nullable: true temp_clone_token: type: string @@ -32954,7 +32969,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &416 + properties: &417 url: type: string format: uri @@ -32970,12 +32985,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &417 + required: &418 - url - key - name - html_url - security_and_analysis: *230 + security_and_analysis: *231 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -33059,7 +33074,7 @@ paths: - network_count - subscribers_count examples: - default: &287 + default: &288 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -33580,7 +33595,7 @@ paths: - *94 - *17 - *19 - - &552 + - &553 name: targets description: | A comma-separated list of rule targets to filter by. @@ -33598,7 +33613,7 @@ paths: application/json: schema: type: array - items: &237 + items: &238 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -33633,7 +33648,7 @@ paths: source: type: string description: The name of the source - enforcement: &233 + enforcement: &234 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -33646,7 +33661,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &234 + items: &235 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -33711,7 +33726,7 @@ paths: conditions: nullable: true anyOf: - - &231 + - &232 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -33735,7 +33750,7 @@ paths: match. items: type: string - - &235 + - &236 title: Organization ruleset conditions type: object description: |- @@ -33749,7 +33764,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *231 + - *232 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -33783,7 +33798,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *231 + - *232 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -33805,7 +33820,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *231 + - *232 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -33818,7 +33833,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &232 + items: &233 title: Repository ruleset property targeting definition type: object @@ -33851,17 +33866,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *232 + items: *233 required: - repository_property rules: type: array - items: &236 + items: &237 title: Repository Rule type: object description: A repository rule. oneOf: - - &534 + - &535 title: creation description: Only allow users with bypass permission to create matching refs. @@ -33873,7 +33888,7 @@ paths: type: string enum: - creation - - &535 + - &536 title: update description: Only allow users with bypass permission to update matching refs. @@ -33894,7 +33909,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &537 + - &538 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -33906,7 +33921,7 @@ paths: type: string enum: - deletion - - &538 + - &539 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -33918,7 +33933,7 @@ paths: type: string enum: - required_linear_history - - &539 + - &540 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -33996,7 +34011,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &540 + - &541 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -34020,7 +34035,7 @@ paths: type: string required: - required_deployment_environments - - &541 + - &542 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -34032,7 +34047,7 @@ paths: type: string enum: - required_signatures - - &542 + - &543 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -34085,7 +34100,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &543 + - &544 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -34133,7 +34148,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &544 + - &545 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -34145,7 +34160,7 @@ paths: type: string enum: - non_fast_forward - - &545 + - &546 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -34181,7 +34196,7 @@ paths: required: - operator - pattern - - &546 + - &547 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -34217,7 +34232,7 @@ paths: required: - operator - pattern - - &547 + - &548 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -34253,7 +34268,7 @@ paths: required: - operator - pattern - - &548 + - &549 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -34289,7 +34304,7 @@ paths: required: - operator - pattern - - &549 + - &550 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -34415,7 +34430,7 @@ paths: maximum: 100 required: - max_file_size - - &550 + - &551 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -34465,7 +34480,7 @@ paths: - repository_id required: - workflows - - &551 + - &552 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -34599,16 +34614,16 @@ paths: - push - repository default: branch - enforcement: *233 + enforcement: *234 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *234 - conditions: *235 + items: *235 + conditions: *236 rules: type: array description: An array of rules within the ruleset. - items: *236 + items: *237 required: - name - enforcement @@ -34646,9 +34661,9 @@ paths: description: Response content: application/json: - schema: *237 + schema: *238 examples: - default: &238 + default: &239 value: id: 21 name: super cool ruleset @@ -34703,7 +34718,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *94 - - &553 + - &554 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 @@ -34718,7 +34733,7 @@ paths: in: query schema: type: string - - &554 + - &555 name: time_period description: |- The time period to filter by. @@ -34734,14 +34749,14 @@ paths: - week - month default: day - - &555 + - &556 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 - - &556 + - &557 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -34761,7 +34776,7 @@ paths: description: Response content: application/json: - schema: &557 + schema: &558 title: Rule Suites description: Response type: array @@ -34816,7 +34831,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &558 + default: &559 value: - id: 21 actor_id: 12 @@ -34860,7 +34875,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *94 - - &559 + - &560 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -34876,7 +34891,7 @@ paths: description: Response content: application/json: - schema: &560 + schema: &561 title: Rule Suite description: Response type: object @@ -34975,7 +34990,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &561 + default: &562 value: id: 21 actor_id: 12 @@ -35048,9 +35063,9 @@ paths: description: Response content: application/json: - schema: *237 + schema: *238 examples: - default: *238 + default: *239 '404': *6 '500': *145 put: @@ -35094,16 +35109,16 @@ paths: - tag - push - repository - enforcement: *233 + enforcement: *234 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *234 - conditions: *235 + items: *235 + conditions: *236 rules: description: An array of rules within the ruleset. type: array - items: *236 + items: *237 examples: default: value: @@ -35138,9 +35153,9 @@ paths: description: Response content: application/json: - schema: *237 + schema: *238 examples: - default: *238 + default: *239 '404': *6 '500': *145 delete: @@ -35197,7 +35212,7 @@ paths: application/json: schema: type: array - items: &239 + items: &240 title: Ruleset version type: object description: The historical version of a ruleset @@ -35221,7 +35236,7 @@ paths: type: string format: date-time examples: - default: &563 + default: &564 value: - version_id: 3 actor: @@ -35274,9 +35289,9 @@ paths: description: Response content: application/json: - schema: &564 + schema: &565 allOf: - - *239 + - *240 - type: object required: - state @@ -35346,14 +35361,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *94 - - *240 - *241 - *242 - *243 + - *244 - *48 - *19 - *17 - - &565 + - &566 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 @@ -35363,7 +35378,7 @@ paths: required: false schema: type: string - - &566 + - &567 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 @@ -35373,9 +35388,9 @@ paths: required: false schema: type: string - - *244 - *245 - *246 + - *247 responses: '200': description: Response @@ -35383,9 +35398,9 @@ paths: application/json: schema: type: array - items: *247 + items: *248 examples: - default: *248 + default: *249 headers: Link: *58 '404': *6 @@ -35455,7 +35470,7 @@ paths: application/json: schema: type: array - items: &573 + items: &574 description: A repository security advisory. type: object properties: @@ -35675,7 +35690,7 @@ paths: login: type: string description: The username of the user credited. - type: *249 + type: *250 credits_detailed: type: array nullable: true @@ -35685,7 +35700,7 @@ paths: type: object properties: user: *4 - type: *249 + type: *250 state: type: string description: The state of the user's acceptance of the @@ -35746,7 +35761,7 @@ paths: - private_fork additionalProperties: false examples: - default: &574 + default: &575 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -36133,7 +36148,7 @@ paths: application/json: schema: type: array - items: *250 + items: *251 examples: default: *206 x-github: @@ -36220,7 +36235,7 @@ paths: description: Response content: application/json: - schema: &633 + schema: &634 type: object properties: total_minutes_used: @@ -36290,7 +36305,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &634 + default: &635 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -36326,7 +36341,7 @@ paths: description: Response content: application/json: - schema: &635 + schema: &636 type: object properties: total_gigabytes_bandwidth_used: @@ -36344,7 +36359,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &636 + default: &637 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -36376,7 +36391,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &638 type: object properties: days_left_in_billing_cycle: @@ -36394,7 +36409,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &638 + default: &639 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -36436,7 +36451,7 @@ paths: type: integer network_configurations: type: array - items: &251 + items: &252 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -36556,9 +36571,9 @@ paths: description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: &252 + default: &253 value: id: 123456789ABCDEF name: My network configuration @@ -36587,7 +36602,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *94 - - &253 + - &254 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -36599,9 +36614,9 @@ paths: description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 headers: Link: *58 x-github: @@ -36623,7 +36638,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *94 - - *253 + - *254 requestBody: required: true content: @@ -36662,9 +36677,9 @@ paths: description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36684,7 +36699,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *94 - - *253 + - *254 responses: '204': description: Response @@ -36824,13 +36839,13 @@ paths: application/json: schema: type: array - items: *254 + items: *255 examples: - default: *255 + default: *256 '500': *145 '403': *29 '404': *6 - '422': *256 + '422': *257 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36897,9 +36912,9 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: - default: *258 + default: *259 '500': *145 '401': *25 '403': *29 @@ -37027,7 +37042,7 @@ paths: description: Response content: application/json: - schema: &259 + schema: &260 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -37337,7 +37352,7 @@ paths: - repos_count - organization examples: - default: &260 + default: &261 value: id: 1 node_id: MDQ6VGVhbTE= @@ -37414,9 +37429,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '404': *6 x-github: githubCloudOnly: false @@ -37500,16 +37515,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '201': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '404': *6 '422': *15 '403': *29 @@ -37579,7 +37594,7 @@ paths: application/json: schema: type: array - items: &261 + items: &262 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -37678,7 +37693,7 @@ paths: - updated_at - url examples: - default: &588 + default: &589 value: - author: login: octocat @@ -37787,9 +37802,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: &262 + default: &263 value: author: login: octocat @@ -37863,7 +37878,7 @@ paths: parameters: - *94 - *201 - - &263 + - &264 name: discussion_number description: The number that identifies the discussion. in: path @@ -37875,9 +37890,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37901,7 +37916,7 @@ paths: parameters: - *94 - *201 - - *263 + - *264 requestBody: required: false content: @@ -37924,9 +37939,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: &589 + default: &590 value: author: login: octocat @@ -37998,7 +38013,7 @@ paths: parameters: - *94 - *201 - - *263 + - *264 responses: '204': description: Response @@ -38026,7 +38041,7 @@ paths: parameters: - *94 - *201 - - *263 + - *264 - *48 - *17 - *19 @@ -38037,7 +38052,7 @@ paths: application/json: schema: type: array - items: &264 + items: &265 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -38109,7 +38124,7 @@ paths: - updated_at - url examples: - default: &590 + default: &591 value: - author: login: octocat @@ -38179,7 +38194,7 @@ paths: parameters: - *94 - *201 - - *263 + - *264 requestBody: required: true content: @@ -38201,9 +38216,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: &265 + default: &266 value: author: login: octocat @@ -38271,8 +38286,8 @@ paths: parameters: - *94 - *201 - - *263 - - &266 + - *264 + - &267 name: comment_number description: The number that identifies the comment. in: path @@ -38284,9 +38299,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38310,8 +38325,8 @@ paths: parameters: - *94 - *201 - - *263 - - *266 + - *264 + - *267 requestBody: required: true content: @@ -38333,9 +38348,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: &591 + default: &592 value: author: login: octocat @@ -38401,8 +38416,8 @@ paths: parameters: - *94 - *201 - - *263 - - *266 + - *264 + - *267 responses: '204': description: Response @@ -38430,8 +38445,8 @@ paths: parameters: - *94 - *201 - - *263 - - *266 + - *264 + - *267 - 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. @@ -38457,7 +38472,7 @@ paths: application/json: schema: type: array - items: &267 + items: &268 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -38500,7 +38515,7 @@ paths: - content - created_at examples: - default: &269 + default: &270 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -38552,8 +38567,8 @@ paths: parameters: - *94 - *201 - - *263 - - *266 + - *264 + - *267 requestBody: required: true content: @@ -38586,9 +38601,9 @@ paths: team discussion comment content: application/json: - schema: *267 + schema: *268 examples: - default: &268 + default: &269 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -38617,9 +38632,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38644,9 +38659,9 @@ paths: parameters: - *94 - *201 - - *263 - - *266 - - &270 + - *264 + - *267 + - &271 name: reaction_id description: The unique identifier of the reaction. in: path @@ -38680,7 +38695,7 @@ paths: parameters: - *94 - *201 - - *263 + - *264 - 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. @@ -38706,9 +38721,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *269 + default: *270 headers: Link: *58 x-github: @@ -38736,7 +38751,7 @@ paths: parameters: - *94 - *201 - - *263 + - *264 requestBody: required: true content: @@ -38768,16 +38783,16 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '201': description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -38802,8 +38817,8 @@ paths: parameters: - *94 - *201 - - *263 - - *270 + - *264 + - *271 responses: '204': description: Response @@ -38924,7 +38939,7 @@ paths: description: Response content: application/json: - schema: &271 + schema: &272 title: Team Membership description: Team Membership type: object @@ -38951,7 +38966,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &592 + response-if-user-is-a-team-maintainer: &593 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -39014,9 +39029,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - response-if-users-membership-with-team-is-now-pending: &593 + response-if-users-membership-with-team-is-now-pending: &594 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -39089,7 +39104,7 @@ paths: application/json: schema: type: array - items: &272 + items: &273 title: Team Project description: A team's access to a project. type: object @@ -39157,7 +39172,7 @@ paths: - updated_at - permissions examples: - default: &594 + default: &595 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39222,7 +39237,7 @@ paths: parameters: - *94 - *201 - - &273 + - &274 name: project_id description: The unique identifier of the project. in: path @@ -39234,9 +39249,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: &595 + default: &596 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39300,7 +39315,7 @@ paths: parameters: - *94 - *201 - - *273 + - *274 requestBody: required: false content: @@ -39368,7 +39383,7 @@ paths: parameters: - *94 - *201 - - *273 + - *274 responses: '204': description: Response @@ -39439,14 +39454,14 @@ paths: parameters: - *94 - *201 - - *274 - *275 + - *276 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &596 + schema: &597 title: Team Repository description: A team's access to a repository. type: object @@ -40017,8 +40032,8 @@ paths: parameters: - *94 - *201 - - *274 - *275 + - *276 requestBody: required: false content: @@ -40065,8 +40080,8 @@ paths: parameters: - *94 - *201 - - *274 - *275 + - *276 responses: '204': description: Response @@ -40103,7 +40118,7 @@ paths: type: array items: *188 examples: - response-if-child-teams-exist: &597 + response-if-child-teams-exist: &598 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -40230,7 +40245,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &276 + - &277 name: card_id description: The unique identifier of the card. in: path @@ -40242,7 +40257,7 @@ paths: description: Response content: application/json: - schema: &277 + schema: &278 title: Project Card description: Project cards represent a scope of work. type: object @@ -40309,7 +40324,7 @@ paths: - created_at - updated_at examples: - default: &278 + default: &279 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -40365,7 +40380,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *276 + - *277 requestBody: required: false content: @@ -40392,9 +40407,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *278 + default: *279 '304': *37 '403': *29 '401': *25 @@ -40421,7 +40436,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *276 + - *277 responses: '204': description: Response @@ -40465,7 +40480,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *276 + - *277 requestBody: required: true content: @@ -40576,7 +40591,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &279 + - &280 name: column_id description: The unique identifier of the column. in: path @@ -40588,7 +40603,7 @@ paths: description: Response content: application/json: - schema: &280 + schema: &281 title: Project Column description: Project columns contain cards of work. type: object @@ -40634,7 +40649,7 @@ paths: - created_at - updated_at examples: - default: &281 + default: &282 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -40669,7 +40684,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *279 + - *280 requestBody: required: true content: @@ -40693,9 +40708,9 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: *281 + default: *282 '304': *37 '403': *29 '401': *25 @@ -40720,7 +40735,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *279 + - *280 responses: '204': description: Response @@ -40749,7 +40764,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *279 + - *280 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -40770,7 +40785,7 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: default: value: @@ -40829,7 +40844,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *279 + - *280 requestBody: required: true content: @@ -40869,9 +40884,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *278 + default: *279 '304': *37 '403': *29 '401': *25 @@ -40927,7 +40942,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *279 + - *280 requestBody: required: true content: @@ -40987,15 +41002,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *222 + schema: *223 examples: - default: &282 + default: &283 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -41052,7 +41067,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *273 + - *274 requestBody: required: false content: @@ -41098,9 +41113,9 @@ paths: description: Response content: application/json: - schema: *222 + schema: *223 examples: - default: *282 + default: *283 '404': description: Not Found if the authenticated user does not have access to the project @@ -41121,7 +41136,7 @@ paths: items: type: string '401': *25 - '410': *283 + '410': *284 '422': *7 x-github: githubCloudOnly: false @@ -41144,7 +41159,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *273 + - *274 responses: '204': description: Delete Success @@ -41165,7 +41180,7 @@ paths: items: type: string '401': *25 - '410': *283 + '410': *284 '404': *6 x-github: githubCloudOnly: false @@ -41189,7 +41204,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *273 + - *274 - 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 @@ -41246,7 +41261,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *273 + - *274 - *132 requestBody: required: false @@ -41299,7 +41314,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *273 + - *274 - *132 responses: '204': @@ -41331,7 +41346,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *273 + - *274 - *132 responses: '200': @@ -41405,7 +41420,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *273 + - *274 - *17 - *19 responses: @@ -41415,7 +41430,7 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: default: value: @@ -41453,7 +41468,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *273 + - *274 requestBody: required: true content: @@ -41476,7 +41491,7 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -41540,7 +41555,7 @@ paths: resources: type: object properties: - core: &284 + core: &285 title: Rate Limit type: object properties: @@ -41557,20 +41572,20 @@ paths: - remaining - reset - used - graphql: *284 - search: *284 - code_search: *284 - source_import: *284 - integration_manifest: *284 - code_scanning_upload: *284 - actions_runner_registration: *284 - scim: *284 - dependency_snapshots: *284 - code_scanning_autofix: *284 + graphql: *285 + search: *285 + code_search: *285 + source_import: *285 + integration_manifest: *285 + code_scanning_upload: *285 + actions_runner_registration: *285 + scim: *285 + dependency_snapshots: *285 + code_scanning_autofix: *285 required: - core - search - rate: *284 + rate: *285 required: - rate - resources @@ -41674,14 +41689,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: default-response: summary: Default response @@ -42182,7 +42197,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *286 + '301': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42200,8 +42215,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *274 - *275 + - *276 requestBody: required: false content: @@ -42437,10 +42452,10 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *287 - '307': &288 + default: *288 + '307': &289 description: Temporary Redirect content: application/json: @@ -42469,8 +42484,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -42492,7 +42507,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *288 + '307': *289 '404': *6 x-github: githubCloudOnly: false @@ -42515,11 +42530,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *274 - *275 + - *276 - *17 - *19 - - &314 + - &315 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -42542,7 +42557,7 @@ paths: type: integer artifacts: type: array - items: &289 + items: &290 title: Artifact description: An artifact type: object @@ -42620,7 +42635,7 @@ paths: - expires_at - updated_at examples: - default: &315 + default: &316 value: total_count: 2 artifacts: @@ -42681,9 +42696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *274 - *275 - - &290 + - *276 + - &291 name: artifact_id description: The unique identifier of the artifact. in: path @@ -42695,7 +42710,7 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: default: value: @@ -42733,9 +42748,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *274 - *275 - - *290 + - *276 + - *291 responses: '204': description: Response @@ -42759,9 +42774,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *274 - *275 - - *290 + - *276 + - *291 - name: archive_format in: path required: true @@ -42775,7 +42790,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': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42798,14 +42813,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: default: value: @@ -42831,11 +42846,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *274 - *275 + - *276 - *17 - *19 - - &292 + - &293 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 @@ -42869,7 +42884,7 @@ paths: description: Response content: application/json: - schema: &293 + schema: &294 title: Repository actions caches description: Repository actions caches type: object @@ -42911,7 +42926,7 @@ paths: - total_count - actions_caches examples: - default: &294 + default: &295 value: total_count: 1 actions_caches: @@ -42943,23 +42958,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: - - *274 - *275 + - *276 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *292 + - *293 responses: '200': description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: *294 + default: *295 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42979,8 +42994,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: - - *274 - *275 + - *276 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -43011,9 +43026,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *274 - *275 - - &295 + - *276 + - &296 name: job_id description: The unique identifier of the job. in: path @@ -43025,7 +43040,7 @@ paths: description: Response content: application/json: - schema: &318 + schema: &319 title: Job description: Information of a job execution in a workflow run type: object @@ -43332,9 +43347,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *274 - *275 - - *295 + - *276 + - *296 responses: '302': description: Response @@ -43362,9 +43377,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *274 - *275 - - *295 + - *276 + - *296 requestBody: required: false content: @@ -43409,8 +43424,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: - - *274 - *275 + - *276 responses: '200': description: Status response @@ -43460,8 +43475,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: - - *274 - *275 + - *276 requestBody: required: true content: @@ -43524,8 +43539,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -43543,7 +43558,7 @@ paths: type: integer secrets: type: array - items: &320 + items: &321 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -43563,7 +43578,7 @@ paths: - created_at - updated_at examples: - default: &321 + default: &322 value: total_count: 2 secrets: @@ -43596,9 +43611,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *274 - *275 - - *296 + - *276 + - *297 - *19 responses: '200': @@ -43615,7 +43630,7 @@ paths: type: integer variables: type: array - items: &324 + items: &325 title: Actions Variable type: object properties: @@ -43645,7 +43660,7 @@ paths: - created_at - updated_at examples: - default: &325 + default: &326 value: total_count: 2 variables: @@ -43678,8 +43693,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -43688,11 +43703,11 @@ paths: schema: type: object properties: - enabled: &298 + enabled: &299 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *108 - selected_actions_url: *297 + selected_actions_url: *298 required: - enabled examples: @@ -43719,8 +43734,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -43731,7 +43746,7 @@ paths: schema: type: object properties: - enabled: *298 + enabled: *299 allowed_actions: *108 required: - enabled @@ -43761,14 +43776,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: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: &299 + schema: &300 type: object properties: access_level: @@ -43785,7 +43800,7 @@ paths: required: - access_level examples: - default: &300 + default: &301 value: access_level: organization x-github: @@ -43809,15 +43824,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: - - *274 - *275 + - *276 requestBody: required: true content: application/json: - schema: *299 + schema: *300 examples: - default: *300 + default: *301 responses: '204': description: Response @@ -43841,8 +43856,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -43869,8 +43884,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -43902,14 +43917,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: default: *114 x-github: @@ -43932,8 +43947,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *274 - *275 + - *276 responses: '204': description: Success response @@ -43944,7 +43959,7 @@ paths: required: true content: application/json: - schema: *302 + schema: *303 examples: default: *114 x-github: @@ -43973,8 +43988,8 @@ paths: in: query schema: type: string - - *274 - *275 + - *276 - *17 - *19 responses: @@ -44018,8 +44033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -44027,9 +44042,9 @@ paths: application/json: schema: type: array - items: *303 + items: *304 examples: - default: *304 + default: *305 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44051,8 +44066,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: - - *274 - *275 + - *276 requestBody: required: true content: @@ -44095,7 +44110,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *305 + '201': *306 '404': *6 '422': *7 '409': *46 @@ -44126,8 +44141,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *274 - *275 + - *276 responses: '201': description: Response @@ -44135,7 +44150,7 @@ paths: application/json: schema: *123 examples: - default: *306 + default: *307 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44163,8 +44178,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *274 - *275 + - *276 responses: '201': description: Response @@ -44172,7 +44187,7 @@ paths: application/json: schema: *123 examples: - default: *307 + default: *308 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44194,8 +44209,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: - - *274 - *275 + - *276 - *120 responses: '200': @@ -44204,7 +44219,7 @@ paths: application/json: schema: *121 examples: - default: *308 + default: *309 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44225,8 +44240,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: - - *274 - *275 + - *276 - *120 responses: '204': @@ -44252,8 +44267,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: - - *274 - *275 + - *276 - *120 responses: '200': *125 @@ -44278,8 +44293,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: - - *274 - *275 + - *276 - *120 requestBody: required: true @@ -44328,8 +44343,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: - - *274 - *275 + - *276 - *120 requestBody: required: true @@ -44379,11 +44394,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: - - *274 - *275 + - *276 - *120 responses: - '200': *309 + '200': *310 '404': *6 x-github: githubCloudOnly: false @@ -44410,10 +44425,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: - - *274 - *275 + - *276 - *120 - - *310 + - *311 responses: '200': *125 '404': *6 @@ -44441,9 +44456,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *274 - *275 - - &328 + - *276 + - &329 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. @@ -44451,7 +44466,7 @@ paths: required: false schema: type: string - - &329 + - &330 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -44459,7 +44474,7 @@ paths: required: false schema: type: string - - &330 + - &331 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -44468,7 +44483,7 @@ paths: required: false schema: type: string - - &331 + - &332 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 @@ -44495,7 +44510,7 @@ paths: - pending - *17 - *19 - - &332 + - &333 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)." @@ -44504,7 +44519,7 @@ paths: schema: type: string format: date-time - - &311 + - &312 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -44513,13 +44528,13 @@ paths: schema: type: boolean default: false - - &333 + - &334 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &334 + - &335 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -44542,7 +44557,7 @@ paths: type: integer workflow_runs: type: array - items: &312 + items: &313 title: Workflow Run description: An invocation of a workflow type: object @@ -44637,7 +44652,7 @@ paths: that triggered the run. type: array nullable: true - items: &353 + items: &354 title: Pull Request Minimal type: object properties: @@ -44756,7 +44771,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &357 + properties: &358 id: type: string description: SHA for the commit @@ -44807,7 +44822,7 @@ paths: - name - email nullable: true - required: &358 + required: &359 - id - tree_id - message @@ -44854,7 +44869,7 @@ paths: - workflow_url - pull_requests examples: - default: &335 + default: &336 value: total_count: 1 workflow_runs: @@ -45090,24 +45105,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *274 - *275 - - &313 + - *276 + - &314 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *311 + - *312 responses: '200': description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: &316 + default: &317 value: id: 30433642 name: Build @@ -45348,9 +45363,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *274 - *275 - - *313 + - *276 + - *314 responses: '204': description: Response @@ -45373,9 +45388,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *274 - *275 - - *313 + - *276 + - *314 responses: '200': description: Response @@ -45494,9 +45509,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: - - *274 - *275 - - *313 + - *276 + - *314 responses: '201': description: Response @@ -45529,12 +45544,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *274 - *275 - - *313 + - *276 + - *314 - *17 - *19 - - *314 + - *315 responses: '200': description: Response @@ -45550,9 +45565,9 @@ paths: type: integer artifacts: type: array - items: *289 + items: *290 examples: - default: *315 + default: *316 headers: Link: *58 x-github: @@ -45576,25 +45591,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *274 - *275 - - *313 - - &317 + - *276 + - *314 + - &318 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *311 + - *312 responses: '200': description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45617,10 +45632,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *274 - *275 - - *313 - - *317 + - *276 + - *314 + - *318 - *17 - *19 responses: @@ -45638,9 +45653,9 @@ paths: type: integer jobs: type: array - items: *318 + items: *319 examples: - default: &319 + default: &320 value: total_count: 1 jobs: @@ -45753,10 +45768,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *274 - *275 - - *313 - - *317 + - *276 + - *314 + - *318 responses: '302': description: Response @@ -45784,9 +45799,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *274 - *275 - - *313 + - *276 + - *314 responses: '202': description: Response @@ -45819,9 +45834,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: - - *274 - *275 - - *313 + - *276 + - *314 requestBody: required: true content: @@ -45888,9 +45903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *274 - *275 - - *313 + - *276 + - *314 responses: '202': description: Response @@ -45923,9 +45938,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *274 - *275 - - *313 + - *276 + - *314 - 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 @@ -45955,9 +45970,9 @@ paths: type: integer jobs: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 headers: Link: *58 x-github: @@ -45982,9 +45997,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *274 - *275 - - *313 + - *276 + - *314 responses: '302': description: Response @@ -46011,9 +46026,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *274 - *275 - - *313 + - *276 + - *314 responses: '204': description: Response @@ -46040,9 +46055,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *274 - *275 - - *313 + - *276 + - *314 responses: '200': description: Response @@ -46102,7 +46117,7 @@ paths: items: type: object properties: - type: &437 + type: &438 type: string description: The type of reviewer. enum: @@ -46187,9 +46202,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *274 - *275 - - *313 + - *276 + - *314 requestBody: required: true content: @@ -46236,7 +46251,7 @@ paths: application/json: schema: type: array - items: &432 + items: &433 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -46342,7 +46357,7 @@ paths: - created_at - updated_at examples: - default: &433 + default: &434 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -46398,9 +46413,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *274 - *275 - - *313 + - *276 + - *314 requestBody: required: false content: @@ -46444,9 +46459,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *274 - *275 - - *313 + - *276 + - *314 requestBody: required: false content: @@ -46499,9 +46514,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *274 - *275 - - *313 + - *276 + - *314 responses: '200': description: Response @@ -46638,8 +46653,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -46657,9 +46672,9 @@ paths: type: integer secrets: type: array - items: *320 + items: *321 examples: - default: *321 + default: *322 headers: Link: *58 x-github: @@ -46684,16 +46699,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: *323 + default: *324 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46715,17 +46730,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *274 - *275 + - *276 - *127 responses: '200': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: &450 + default: &451 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -46751,8 +46766,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *274 - *275 + - *276 - *127 requestBody: required: true @@ -46810,8 +46825,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *274 - *275 + - *276 - *127 responses: '204': @@ -46837,9 +46852,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *274 - *275 - - *296 + - *276 + - *297 - *19 responses: '200': @@ -46856,9 +46871,9 @@ paths: type: integer variables: type: array - items: *324 + items: *325 examples: - default: *325 + default: *326 headers: Link: *58 x-github: @@ -46881,8 +46896,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -46934,17 +46949,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *274 - *275 + - *276 - *130 responses: '200': description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: &451 + default: &452 value: name: USERNAME value: octocat @@ -46970,8 +46985,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *274 - *275 + - *276 - *130 requestBody: required: true @@ -47014,8 +47029,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *274 - *275 + - *276 - *130 responses: '204': @@ -47041,8 +47056,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -47060,7 +47075,7 @@ paths: type: integer workflows: type: array - items: &326 + items: &327 title: Workflow description: A GitHub Actions workflow type: object @@ -47167,9 +47182,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *274 - *275 - - &327 + - *276 + - &328 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -47184,7 +47199,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -47217,9 +47232,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *274 - *275 - - *327 + - *276 + - *328 responses: '204': description: Response @@ -47244,9 +47259,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *274 - *275 - - *327 + - *276 + - *328 responses: '204': description: Response @@ -47297,9 +47312,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *274 - *275 - - *327 + - *276 + - *328 responses: '204': description: Response @@ -47326,19 +47341,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *274 - *275 - - *327 + - *276 - *328 - *329 - *330 - *331 + - *332 - *17 - *19 - - *332 - - *311 - *333 + - *312 - *334 + - *335 responses: '200': description: Response @@ -47354,9 +47369,9 @@ paths: type: integer workflow_runs: type: array - items: *312 + items: *313 examples: - default: *335 + default: *336 headers: Link: *58 x-github: @@ -47388,9 +47403,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *274 - *275 - - *327 + - *276 + - *328 responses: '200': description: Response @@ -47451,8 +47466,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *274 - *275 + - *276 - *48 - *17 - *39 @@ -47616,8 +47631,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -47654,8 +47669,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *274 - *275 + - *276 - name: assignee in: path required: true @@ -47691,8 +47706,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -47804,8 +47819,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *274 - *275 + - *276 - *17 - *39 - *40 @@ -47859,7 +47874,7 @@ paths: bundle_url: type: string examples: - default: *336 + default: *337 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47879,8 +47894,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -47888,7 +47903,7 @@ paths: application/json: schema: type: array - items: &337 + items: &338 title: Autolink reference description: An autolink reference. type: object @@ -47938,8 +47953,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -47978,9 +47993,9 @@ paths: description: response content: application/json: - schema: *337 + schema: *338 examples: - default: &338 + default: &339 value: id: 1 key_prefix: TICKET- @@ -48011,9 +48026,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *274 - *275 - - &339 + - *276 + - &340 name: autolink_id description: The unique identifier of the autolink. in: path @@ -48025,9 +48040,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 '404': *6 x-github: githubCloudOnly: false @@ -48047,9 +48062,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *274 - *275 - - *339 + - *276 + - *340 responses: '204': description: Response @@ -48073,8 +48088,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: - - *274 - *275 + - *276 responses: '200': description: Response if Dependabot is enabled @@ -48122,8 +48137,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -48144,8 +48159,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -48165,8 +48180,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *274 - *275 + - *276 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -48204,7 +48219,7 @@ paths: - url protected: type: boolean - protection: &341 + protection: &342 title: Branch Protection description: Branch Protection type: object @@ -48246,7 +48261,7 @@ paths: required: - contexts - checks - enforce_admins: &344 + enforce_admins: &345 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -48261,7 +48276,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &346 + required_pull_request_reviews: &347 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -48337,7 +48352,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &343 + restrictions: &344 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -48644,9 +48659,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *274 - *275 - - &342 + - *276 + - &343 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). @@ -48660,14 +48675,14 @@ paths: description: Response content: application/json: - schema: &352 + schema: &353 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &405 + commit: &406 title: Commit description: Commit type: object @@ -48701,7 +48716,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &340 + properties: &341 name: type: string example: '"Chris Wanstrath"' @@ -48716,7 +48731,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *340 + properties: *341 nullable: true message: type: string @@ -48737,7 +48752,7 @@ paths: required: - sha - url - verification: &457 + verification: &458 title: Verification type: object properties: @@ -48807,7 +48822,7 @@ paths: type: integer files: type: array - items: &420 + items: &421 title: Diff Entry description: Diff Entry type: object @@ -48890,7 +48905,7 @@ paths: - self protected: type: boolean - protection: *341 + protection: *342 protection_url: type: string format: uri @@ -48997,7 +49012,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *286 + '301': *287 '404': *6 x-github: githubCloudOnly: false @@ -49019,15 +49034,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response content: application/json: - schema: *341 + schema: *342 examples: default: value: @@ -49221,9 +49236,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: true content: @@ -49478,7 +49493,7 @@ paths: url: type: string format: uri - required_status_checks: &349 + required_status_checks: &350 title: Status Check Policy description: Status Check Policy type: object @@ -49630,7 +49645,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *343 + restrictions: *344 required_conversation_resolution: type: object properties: @@ -49742,9 +49757,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '204': description: Response @@ -49769,17 +49784,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: &345 + default: &346 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -49801,17 +49816,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *345 + default: *346 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49830,9 +49845,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '204': description: Response @@ -49857,17 +49872,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: &347 + default: &348 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -49963,9 +49978,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: false content: @@ -50063,9 +50078,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '422': *15 x-github: githubCloudOnly: false @@ -50086,9 +50101,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '204': description: Response @@ -50115,17 +50130,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: &348 + default: &349 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -50148,17 +50163,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *348 + default: *349 '404': *6 x-github: githubCloudOnly: false @@ -50178,9 +50193,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '204': description: Response @@ -50205,17 +50220,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 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/required_status_checks strict: true @@ -50241,9 +50256,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: false content: @@ -50295,9 +50310,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '404': *6 '422': *15 x-github: @@ -50319,9 +50334,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '204': description: Response @@ -50345,9 +50360,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response @@ -50381,9 +50396,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: false content: @@ -50450,9 +50465,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: false content: @@ -50516,9 +50531,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: content: application/json: @@ -50584,15 +50599,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response content: application/json: - schema: *343 + schema: *344 examples: default: value: @@ -50683,9 +50698,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '204': description: Response @@ -50708,9 +50723,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response @@ -50720,7 +50735,7 @@ paths: type: array items: *5 examples: - default: &351 + default: &352 value: - id: 1 slug: octoapp @@ -50777,9 +50792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: true content: @@ -50813,7 +50828,7 @@ paths: type: array items: *5 examples: - default: *351 + default: *352 '422': *15 x-github: githubCloudOnly: false @@ -50834,9 +50849,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: true content: @@ -50870,7 +50885,7 @@ paths: type: array items: *5 examples: - default: *351 + default: *352 '422': *15 x-github: githubCloudOnly: false @@ -50891,9 +50906,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: true content: @@ -50927,7 +50942,7 @@ paths: type: array items: *5 examples: - default: *351 + default: *352 '422': *15 x-github: githubCloudOnly: false @@ -50949,9 +50964,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response @@ -50981,9 +50996,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: false content: @@ -51042,9 +51057,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: false content: @@ -51103,9 +51118,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: content: application/json: @@ -51164,9 +51179,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response @@ -51200,9 +51215,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: true content: @@ -51260,9 +51275,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: true content: @@ -51320,9 +51335,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: true content: @@ -51382,9 +51397,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: true content: @@ -51406,7 +51421,7 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: default: value: @@ -51522,8 +51537,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -51802,7 +51817,7 @@ paths: description: Response content: application/json: - schema: &354 + schema: &355 title: CheckRun description: A check performed on the code of a given code change type: object @@ -51921,8 +51936,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *353 - deployment: &647 + items: *354 + deployment: &648 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -52202,9 +52217,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *274 - *275 - - &355 + - *276 + - &356 name: check_run_id description: The unique identifier of the check run. in: path @@ -52216,9 +52231,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: &356 + default: &357 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -52318,9 +52333,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *274 - *275 - - *355 + - *276 + - *356 requestBody: required: true content: @@ -52560,9 +52575,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *356 + default: *357 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52582,9 +52597,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *274 - *275 - - *355 + - *276 + - *356 - *17 - *19 responses: @@ -52681,9 +52696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *274 - *275 - - *355 + - *276 + - *356 responses: '201': description: Response @@ -52727,8 +52742,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -52750,7 +52765,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &359 + schema: &360 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -52814,7 +52829,7 @@ paths: nullable: true pull_requests: type: array - items: *353 + items: *354 nullable: true app: title: GitHub app @@ -52836,12 +52851,12 @@ paths: type: string format: date-time nullable: true - head_commit: &673 + head_commit: &674 title: Simple Commit description: A commit. type: object - properties: *357 - required: *358 + properties: *358 + required: *359 latest_check_runs_count: type: integer check_runs_url: @@ -52869,7 +52884,7 @@ paths: - check_runs_url - pull_requests examples: - default: &360 + default: &361 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -53160,9 +53175,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53181,8 +53196,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -53491,9 +53506,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *274 - *275 - - &361 + - *276 + - &362 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -53505,9 +53520,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53530,17 +53545,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *274 - *275 - - *361 - - &413 + - *276 + - *362 + - &414 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &414 + - &415 name: status description: Returns check runs with the specified `status`. in: query @@ -53579,9 +53594,9 @@ paths: type: integer check_runs: type: array - items: *354 + items: *355 examples: - default: &415 + default: &416 value: total_count: 1 check_runs: @@ -53683,9 +53698,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *274 - *275 - - *361 + - *276 + - *362 responses: '201': description: Response @@ -53718,21 +53733,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *274 - *275 - - *362 + - *276 - *363 + - *364 - *19 - *17 - - &380 + - &381 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: *364 - - &381 + schema: *365 + - &382 name: pr description: The number of the pull request for the results you want to list. in: query @@ -53757,13 +53772,13 @@ paths: be returned. in: query required: false - schema: *365 + schema: *366 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *366 + schema: *367 responses: '200': description: Response @@ -53779,7 +53794,7 @@ paths: updated_at: *133 url: *56 html_url: *57 - instances_url: *367 + instances_url: *368 state: *138 fixed_at: *134 dismissed_by: @@ -53790,11 +53805,11 @@ paths: required: *21 nullable: true dismissed_at: *135 - dismissed_reason: *368 - dismissed_comment: *369 - rule: *370 - tool: *371 - most_recent_instance: *372 + dismissed_reason: *369 + dismissed_comment: *370 + rule: *371 + tool: *372 + most_recent_instance: *373 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -53917,7 +53932,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &373 + '403': &374 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -53944,9 +53959,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *274 - *275 - - &374 + - *276 + - &375 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -53960,7 +53975,7 @@ paths: description: Response content: application/json: - schema: &375 + schema: &376 type: object properties: number: *54 @@ -53968,7 +53983,7 @@ paths: updated_at: *133 url: *56 html_url: *57 - instances_url: *367 + instances_url: *368 state: *138 fixed_at: *134 dismissed_by: @@ -53979,8 +53994,8 @@ paths: required: *21 nullable: true dismissed_at: *135 - dismissed_reason: *368 - dismissed_comment: *369 + dismissed_reason: *369 + dismissed_comment: *370 rule: type: object properties: @@ -54034,8 +54049,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *371 - most_recent_instance: *372 + tool: *372 + most_recent_instance: *373 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -54131,7 +54146,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *373 + '403': *374 '404': *6 '503': *65 x-github: @@ -54151,9 +54166,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *274 - *275 - - *374 + - *276 + - *375 requestBody: required: true content: @@ -54168,8 +54183,8 @@ paths: enum: - open - dismissed - dismissed_reason: *368 - dismissed_comment: *369 + dismissed_reason: *369 + dismissed_comment: *370 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -54188,7 +54203,7 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: default: value: @@ -54264,7 +54279,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &379 + '403': &380 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -54291,15 +54306,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: - - *274 - *275 - - *374 + - *276 + - *375 responses: '200': description: Response content: application/json: - schema: &376 + schema: &377 type: object properties: status: @@ -54325,13 +54340,13 @@ paths: - description - started_at examples: - default: &377 + default: &378 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &378 + '400': &379 description: Bad Request content: application/json: @@ -54342,7 +54357,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': *373 + '403': *374 '404': *6 '503': *65 x-github: @@ -54367,29 +54382,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: - - *274 - *275 - - *374 + - *276 + - *375 responses: '200': description: OK content: application/json: - schema: *376 + schema: *377 examples: - default: *377 + default: *378 '202': description: Accepted content: application/json: - schema: *376 + schema: *377 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *378 + '400': *379 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -54421,9 +54436,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: - - *274 - *275 - - *374 + - *276 + - *375 requestBody: required: false content: @@ -54468,8 +54483,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *378 - '403': *379 + '400': *379 + '403': *380 '404': *6 '422': description: Unprocessable Entity @@ -54493,13 +54508,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *274 - *275 - - *374 + - *276 + - *375 - *19 - *17 - - *380 - *381 + - *382 responses: '200': description: Response @@ -54507,7 +54522,7 @@ paths: application/json: schema: type: array - items: *372 + items: *373 examples: default: value: @@ -54546,7 +54561,7 @@ paths: end_column: 50 classifications: - source - '403': *373 + '403': *374 '404': *6 '503': *65 x-github: @@ -54580,25 +54595,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *274 - *275 - - *362 + - *276 - *363 + - *364 - *19 - *17 - - *381 + - *382 - 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: *364 + schema: *365 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &384 + schema: &385 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -54619,23 +54634,23 @@ paths: application/json: schema: type: array - items: &385 + items: &386 type: object properties: - ref: *364 - commit_sha: &393 + ref: *365 + commit_sha: &394 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: *382 + analysis_key: *383 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *383 + category: *384 error: type: string example: error reading field xyz @@ -54659,8 +54674,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *384 - tool: *371 + sarif_id: *385 + tool: *372 deletable: type: boolean warning: @@ -54721,7 +54736,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *373 + '403': *374 '404': *6 '503': *65 x-github: @@ -54757,8 +54772,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: - - *274 - *275 + - *276 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -54771,7 +54786,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: response: summary: application/json response @@ -54825,7 +54840,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *373 + '403': *374 '404': *6 '503': *65 x-github: @@ -54907,8 +54922,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: - - *274 - *275 + - *276 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -54961,7 +54976,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': *379 + '403': *380 '404': *6 '503': *65 x-github: @@ -54983,8 +54998,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -54992,7 +55007,7 @@ paths: application/json: schema: type: array - items: &386 + items: &387 title: CodeQL Database description: A CodeQL database. type: object @@ -55103,7 +55118,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': *373 + '403': *374 '404': *6 '503': *65 x-github: @@ -55132,8 +55147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *274 - *275 + - *276 - name: language in: path description: The language of the CodeQL database. @@ -55145,7 +55160,7 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: default: value: @@ -55177,9 +55192,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': &422 + '302': &423 description: Found - '403': *373 + '403': *374 '404': *6 '503': *65 x-github: @@ -55201,8 +55216,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *274 - *275 + - *276 - name: language in: path description: The language of the CodeQL database. @@ -55212,7 +55227,7 @@ paths: responses: '204': description: Response - '403': *379 + '403': *380 '404': *6 '503': *65 x-github: @@ -55240,8 +55255,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -55250,7 +55265,7 @@ paths: type: object additionalProperties: false properties: - language: &387 + language: &388 type: string description: The language targeted by the CodeQL query enum: @@ -55328,7 +55343,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &391 + schema: &392 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -55338,7 +55353,7 @@ paths: description: The ID of the variant analysis. controller_repo: *53 actor: *4 - query_language: *387 + query_language: *388 query_pack_url: type: string description: The download url for the query pack. @@ -55385,7 +55400,7 @@ paths: items: type: object properties: - repository: &388 + repository: &389 title: Repository Identifier description: Repository Identifier type: object @@ -55421,7 +55436,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &392 + analysis_status: &393 type: string description: The new status of the CodeQL variant analysis repository task. @@ -55453,7 +55468,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &389 + access_mismatch_repos: &390 type: object properties: repository_count: @@ -55467,7 +55482,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: *388 + items: *389 required: - repository_count - repositories @@ -55489,8 +55504,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *389 - over_limit_repos: *389 + no_codeql_db_repos: *390 + over_limit_repos: *390 required: - access_mismatch_repos - not_found_repos @@ -55506,7 +55521,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &390 + value: &391 summary: Default response value: id: 1 @@ -55658,10 +55673,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *390 + value: *391 repository_lists: summary: Response for a successful variant analysis submission - value: *390 + value: *391 '404': *6 '422': description: Unable to process variant analysis submission @@ -55689,8 +55704,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: - - *274 - *275 + - *276 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -55702,9 +55717,9 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *390 + default: *391 '404': *6 '503': *65 x-github: @@ -55727,7 +55742,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: - - *274 + - *275 - name: repo in: path description: The name of the controller repository. @@ -55762,7 +55777,7 @@ paths: type: object properties: repository: *53 - analysis_status: *392 + analysis_status: *393 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -55887,8 +55902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -55962,7 +55977,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *373 + '403': *374 '404': *6 '503': *65 x-github: @@ -55983,8 +55998,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -56066,7 +56081,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *379 + '403': *380 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -56131,8 +56146,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -56140,7 +56155,7 @@ paths: schema: type: object properties: - commit_sha: *393 + commit_sha: *394 ref: type: string description: |- @@ -56198,7 +56213,7 @@ paths: schema: type: object properties: - id: *384 + id: *385 url: type: string description: The REST API URL for checking the status of the upload. @@ -56212,7 +56227,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': *379 + '403': *380 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -56235,8 +56250,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *274 - *275 + - *276 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -56282,7 +56297,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': *373 + '403': *374 '404': description: Not Found if the sarif id does not match any upload '503': *65 @@ -56307,8 +56322,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: - - *274 - *275 + - *276 responses: '200': description: Response @@ -56389,8 +56404,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *274 - *275 + - *276 - 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 @@ -56510,8 +56525,8 @@ paths: parameters: - *17 - *19 - - *274 - *275 + - *276 responses: '200': description: Response @@ -56825,8 +56840,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -56891,7 +56906,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -56899,7 +56914,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '400': *14 '401': *25 '403': *29 @@ -56928,8 +56943,8 @@ paths: parameters: - *17 - *19 - - *274 - *275 + - *276 responses: '200': description: Response @@ -56993,8 +57008,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *274 - *275 + - *276 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -57029,14 +57044,14 @@ paths: type: integer machines: type: array - items: &604 + items: &605 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *395 - required: *396 + properties: *396 + required: *397 examples: - default: &605 + default: &606 value: total_count: 2 machines: @@ -57076,8 +57091,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *274 - *275 + - *276 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -57161,8 +57176,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: - - *274 - *275 + - *276 - 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 @@ -57228,8 +57243,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -57247,7 +57262,7 @@ paths: type: integer secrets: type: array - items: &400 + items: &401 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -57267,7 +57282,7 @@ paths: - created_at - updated_at examples: - default: *397 + default: *398 headers: Link: *58 x-github: @@ -57290,16 +57305,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *399 + default: *400 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -57319,17 +57334,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *274 - *275 + - *276 - *127 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57341,7 +57356,7 @@ paths: Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)." - OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin. tags: - codespaces operationId: codespaces/create-or-update-repo-secret @@ -57349,8 +57364,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *274 - *275 + - *276 - *127 requestBody: required: true @@ -57395,7 +57410,7 @@ paths: description: |- Deletes a development environment secret in a repository using the secret name. - OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin. tags: - codespaces operationId: codespaces/delete-repo-secret @@ -57403,8 +57418,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *274 - *275 + - *276 - *127 responses: '204': @@ -57433,8 +57448,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *274 - *275 + - *276 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -57476,7 +57491,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &402 + properties: &403 login: type: string example: octocat @@ -57569,7 +57584,7 @@ paths: user_view_type: type: string example: public - required: &403 + required: &404 - avatar_url - events_url - followers_url @@ -57643,8 +57658,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *274 - *275 + - *276 - *132 responses: '204': @@ -57687,8 +57702,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *274 - *275 + - *276 - *132 requestBody: required: false @@ -57715,7 +57730,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &470 + schema: &471 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -57937,8 +57952,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *274 - *275 + - *276 - *132 responses: '204': @@ -57968,8 +57983,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *274 - *275 + - *276 - *132 responses: '200': @@ -57990,8 +58005,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *402 - required: *403 + properties: *403 + required: *404 nullable: true required: - permission @@ -58046,8 +58061,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -58057,7 +58072,7 @@ paths: application/json: schema: type: array - items: &404 + items: &405 title: Commit Comment description: Commit Comment type: object @@ -58115,7 +58130,7 @@ paths: - created_at - updated_at examples: - default: &407 + default: &408 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58174,17 +58189,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *274 - *275 + - *276 - *76 responses: '200': description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: &408 + default: &409 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58241,8 +58256,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *274 - *275 + - *276 - *76 requestBody: required: true @@ -58265,7 +58280,7 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: default: value: @@ -58316,8 +58331,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *274 - *275 + - *276 - *76 responses: '204': @@ -58339,8 +58354,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *274 - *275 + - *276 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -58367,9 +58382,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *269 + default: *270 headers: Link: *58 '404': *6 @@ -58390,8 +58405,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *274 - *275 + - *276 - *76 requestBody: required: true @@ -58424,16 +58439,16 @@ paths: description: Reaction exists content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '201': description: Reaction created content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '422': *15 x-github: githubCloudOnly: false @@ -58455,10 +58470,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *274 - *275 + - *276 - *76 - - *270 + - *271 responses: '204': description: Response @@ -58507,8 +58522,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *274 - *275 + - *276 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -58564,9 +58579,9 @@ paths: application/json: schema: type: array - items: *405 + items: *406 examples: - default: &521 + default: &522 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -58660,9 +58675,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *274 - *275 - - &406 + - *276 + - &407 name: commit_sha description: The SHA of the commit. in: path @@ -58734,9 +58749,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *274 - *275 - - *406 + - *276 + - *407 - *17 - *19 responses: @@ -58746,9 +58761,9 @@ paths: application/json: schema: type: array - items: *404 + items: *405 examples: - default: *407 + default: *408 headers: Link: *58 x-github: @@ -58776,9 +58791,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *274 - *275 - - *406 + - *276 + - *407 requestBody: required: true content: @@ -58813,9 +58828,9 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: *408 + default: *409 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58843,9 +58858,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *274 - *275 - - *406 + - *276 + - *407 - *17 - *19 responses: @@ -58855,7 +58870,7 @@ paths: application/json: schema: type: array - items: &512 + items: &513 title: Pull Request Simple description: Pull Request Simple type: object @@ -58961,8 +58976,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *409 - required: *410 + properties: *410 + required: *411 nullable: true active_lock_reason: type: string @@ -59058,7 +59073,7 @@ paths: _links: type: object properties: - comments: &411 + comments: &412 title: Link description: Hypermedia Link type: object @@ -59067,13 +59082,13 @@ paths: type: string required: - href - commits: *411 - statuses: *411 - html: *411 - issue: *411 - review_comments: *411 - review_comment: *411 - self: *411 + commits: *412 + statuses: *412 + html: *412 + issue: *412 + review_comments: *412 + review_comment: *412 + self: *412 required: - comments - commits @@ -59084,7 +59099,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: &514 + auto_merge: &515 title: Auto merge description: The status of auto merging a pull request. type: object @@ -59147,7 +59162,7 @@ paths: - author_association - auto_merge examples: - default: &513 + default: &514 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -59684,11 +59699,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *274 - *275 + - *276 - *19 - *17 - - &412 + - &413 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)" @@ -59703,9 +59718,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: &499 + default: &500 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -59818,11 +59833,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *274 - *275 - - *412 + - *276 - *413 - *414 + - *415 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -59856,9 +59871,9 @@ paths: type: integer check_runs: type: array - items: *354 + items: *355 examples: - default: *415 + default: *416 headers: Link: *58 x-github: @@ -59883,9 +59898,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *274 - *275 - - *412 + - *276 + - *413 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -59893,7 +59908,7 @@ paths: schema: type: integer example: 1 - - *413 + - *414 - *17 - *19 responses: @@ -59911,7 +59926,7 @@ paths: type: integer check_suites: type: array - items: *359 + items: *360 examples: default: value: @@ -60111,9 +60126,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *274 - *275 - - *412 + - *276 + - *413 - *17 - *19 responses: @@ -60311,9 +60326,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *274 - *275 - - *412 + - *276 + - *413 - *17 - *19 responses: @@ -60323,7 +60338,7 @@ paths: application/json: schema: type: array - items: &578 + items: &579 title: Status description: The status of a commit. type: object @@ -60404,7 +60419,7 @@ paths: site_admin: false headers: Link: *58 - '301': *286 + '301': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60432,8 +60447,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -60462,20 +60477,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *416 - required: *417 + properties: *417 + required: *418 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &418 + properties: &419 url: type: string format: uri html_url: type: string format: uri - required: &419 + required: &420 - url - html_url nullable: true @@ -60489,26 +60504,26 @@ paths: contributing: title: Community Health File type: object - properties: *418 - required: *419 + properties: *419 + required: *420 nullable: true readme: title: Community Health File type: object - properties: *418 - required: *419 + properties: *419 + required: *420 nullable: true issue_template: title: Community Health File type: object - properties: *418 - required: *419 + properties: *419 + required: *420 nullable: true pull_request_template: title: Community Health File type: object - properties: *418 - required: *419 + properties: *419 + required: *420 nullable: true required: - code_of_conduct @@ -60635,8 +60650,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *274 - *275 + - *276 - *19 - *17 - name: basehead @@ -60679,8 +60694,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *405 - merge_base_commit: *405 + base_commit: *406 + merge_base_commit: *406 status: type: string enum: @@ -60700,10 +60715,10 @@ paths: example: 6 commits: type: array - items: *405 + items: *406 files: type: array - items: *420 + items: *421 required: - url - html_url @@ -60989,8 +61004,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *274 - *275 + - *276 - name: path description: path parameter in: path @@ -61131,7 +61146,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &421 + response-if-content-is-a-file: &422 summary: Response if content is a file value: type: file @@ -61263,7 +61278,7 @@ paths: - size - type - url - - &526 + - &527 title: Content File description: Content File type: object @@ -61464,7 +61479,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *421 + response-if-content-is-a-file: *422 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -61533,7 +61548,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *422 + '302': *423 '304': *37 x-github: githubCloudOnly: false @@ -61556,8 +61571,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *274 - *275 + - *276 - name: path description: path parameter in: path @@ -61650,7 +61665,7 @@ paths: description: Response content: application/json: - schema: &423 + schema: &424 title: File Commit description: File Commit type: object @@ -61802,7 +61817,7 @@ paths: description: Response content: application/json: - schema: *423 + schema: *424 examples: example-for-creating-a-file: value: @@ -61856,7 +61871,7 @@ paths: schema: oneOf: - *3 - - &452 + - &453 description: Repository rule violation was detected type: object properties: @@ -61877,7 +61892,7 @@ paths: items: type: object properties: - placeholder_id: &570 + placeholder_id: &571 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -61909,8 +61924,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *274 - *275 + - *276 - name: path description: path parameter in: path @@ -61971,7 +61986,7 @@ paths: description: Response content: application/json: - schema: *423 + schema: *424 examples: default: value: @@ -62026,8 +62041,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *274 - *275 + - *276 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -62150,8 +62165,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *274 - *275 + - *276 - *149 - *150 - *151 @@ -62193,7 +62208,7 @@ paths: application/json: schema: type: array - items: &426 + items: &427 type: object description: A Dependabot alert. properties: @@ -62239,7 +62254,7 @@ paths: - unknown - direct - transitive - security_advisory: *424 + security_advisory: *425 security_vulnerability: *52 url: *56 html_url: *57 @@ -62270,7 +62285,7 @@ paths: nullable: true maxLength: 280 fixed_at: *134 - auto_dismissed_at: *425 + auto_dismissed_at: *426 required: - number - state @@ -62500,9 +62515,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *274 - *275 - - &427 + - *276 + - &428 name: alert_number in: path description: |- @@ -62517,7 +62532,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: default: value: @@ -62630,9 +62645,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *274 - *275 - - *427 + - *276 + - *428 requestBody: required: true content: @@ -62677,7 +62692,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: default: value: @@ -62806,8 +62821,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -62825,7 +62840,7 @@ paths: type: integer secrets: type: array - items: &430 + items: &431 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -62878,16 +62893,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: *428 + schema: *429 examples: - default: *429 + default: *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62907,15 +62922,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *274 - *275 + - *276 - *127 responses: '200': description: Response content: application/json: - schema: *430 + schema: *431 examples: default: value: @@ -62941,8 +62956,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *274 - *275 + - *276 - *127 requestBody: required: true @@ -62995,8 +63010,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *274 - *275 + - *276 - *127 responses: '204': @@ -63019,8 +63034,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: - - *274 - *275 + - *276 - 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 @@ -63180,8 +63195,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: - - *274 - *275 + - *276 responses: '200': description: Response @@ -63420,8 +63435,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: - - *274 - *275 + - *276 requestBody: required: true content: @@ -63496,7 +63511,7 @@ paths: - version - url additionalProperties: false - metadata: &431 + metadata: &432 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -63529,7 +63544,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *431 + metadata: *432 resolved: type: object description: A collection of resolved package dependencies. @@ -63542,7 +63557,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *431 + metadata: *432 relationship: type: string description: A notation of whether a dependency is requested @@ -63671,8 +63686,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *274 - *275 + - *276 - name: sha description: The SHA recorded at creation time. in: query @@ -63712,9 +63727,9 @@ paths: application/json: schema: type: array - items: *432 + items: *433 examples: - default: *433 + default: *434 headers: Link: *58 x-github: @@ -63780,8 +63795,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -63862,7 +63877,7 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: simple-example: summary: Simple example @@ -63935,9 +63950,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *274 - *275 - - &434 + - *276 + - &435 name: deployment_id description: deployment_id parameter in: path @@ -63949,7 +63964,7 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: default: value: @@ -64014,9 +64029,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *274 - *275 - - *434 + - *276 + - *435 responses: '204': description: Response @@ -64038,9 +64053,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *274 - *275 - - *434 + - *276 + - *435 - *17 - *19 responses: @@ -64050,7 +64065,7 @@ paths: application/json: schema: type: array - items: &435 + items: &436 title: Deployment Status description: The status of a deployment. type: object @@ -64211,9 +64226,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *274 - *275 - - *434 + - *276 + - *435 requestBody: required: true content: @@ -64288,9 +64303,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: &436 + default: &437 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -64346,9 +64361,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *274 - *275 - - *434 + - *276 + - *435 - name: status_id in: path required: true @@ -64359,9 +64374,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: *436 + default: *437 '404': *6 x-github: githubCloudOnly: false @@ -64386,8 +64401,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -64444,8 +64459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -64462,7 +64477,7 @@ paths: type: integer environments: type: array - items: &438 + items: &439 title: Environment description: Details of a deployment environment type: object @@ -64514,7 +64529,7 @@ paths: type: type: string example: wait_timer - wait_timer: &440 + wait_timer: &441 type: integer example: 30 description: The amount of time to delay a job after @@ -64551,7 +64566,7 @@ paths: items: type: object properties: - type: *437 + type: *438 reviewer: anyOf: - *4 @@ -64575,7 +64590,7 @@ paths: - id - node_id - type - deployment_branch_policy: &441 + deployment_branch_policy: &442 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -64691,9 +64706,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *274 - *275 - - &439 + - *276 + - &440 name: environment_name in: path required: true @@ -64706,9 +64721,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: &442 + default: &443 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -64792,9 +64807,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *274 - *275 - - *439 + - *276 + - *440 requestBody: required: false content: @@ -64803,7 +64818,7 @@ paths: type: object nullable: true properties: - wait_timer: *440 + wait_timer: *441 prevent_self_review: type: boolean example: false @@ -64820,13 +64835,13 @@ paths: items: type: object properties: - type: *437 + type: *438 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *441 + deployment_branch_policy: *442 additionalProperties: false examples: default: @@ -64846,9 +64861,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *442 + default: *443 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -64872,9 +64887,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *274 - *275 - - *439 + - *276 + - *440 responses: '204': description: Default response @@ -64899,9 +64914,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *274 - *275 - - *439 + - *276 + - *440 - *17 - *19 responses: @@ -64919,7 +64934,7 @@ paths: example: 2 branch_policies: type: array - items: &443 + items: &444 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -64976,9 +64991,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *274 - *275 - - *439 + - *276 + - *440 requestBody: required: true content: @@ -65024,9 +65039,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - example-wildcard: &444 + example-wildcard: &445 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -65068,10 +65083,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *274 - *275 - - *439 - - &445 + - *276 + - *440 + - &446 name: branch_policy_id in: path required: true @@ -65083,9 +65098,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *444 + default: *445 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65104,10 +65119,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *274 - *275 - - *439 - - *445 + - *276 + - *440 + - *446 requestBody: required: true content: @@ -65135,9 +65150,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *444 + default: *445 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65156,10 +65171,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *274 - *275 - - *439 - - *445 + - *276 + - *440 + - *446 responses: '204': description: Response @@ -65184,9 +65199,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *439 + - *440 + - *276 - *275 - - *274 responses: '200': description: List of deployment protection rules @@ -65202,7 +65217,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &446 + items: &447 title: Deployment protection rule description: Deployment protection rule type: object @@ -65221,7 +65236,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &447 + app: &448 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -65310,7 +65325,7 @@ paths: The authenticated user must have admin or owner permissions to the repository to use this endpoint. - For more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/rest/apps/apps#get-an-app). + For more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules). OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. tags: @@ -65320,9 +65335,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: - - *439 + - *440 + - *276 - *275 - - *274 requestBody: content: application/json: @@ -65343,9 +65358,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *446 + schema: *447 examples: - default: &448 + default: &449 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -65380,9 +65395,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: - - *439 + - *440 + - *276 - *275 - - *274 - *19 - *17 responses: @@ -65401,7 +65416,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *447 + items: *448 examples: default: value: @@ -65436,10 +65451,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *274 - *275 - - *439 - - &449 + - *276 + - *440 + - &450 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -65451,9 +65466,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *448 + default: *449 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65474,10 +65489,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *439 + - *440 + - *276 - *275 - - *274 - - *449 + - *450 responses: '204': description: Response @@ -65503,9 +65518,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *274 - *275 - - *439 + - *276 + - *440 - *17 - *19 responses: @@ -65523,9 +65538,9 @@ paths: type: integer secrets: type: array - items: *320 + items: *321 examples: - default: *321 + default: *322 headers: Link: *58 x-github: @@ -65550,17 +65565,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *274 - *275 - - *439 + - *276 + - *440 responses: '200': description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: *323 + default: *324 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65582,18 +65597,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *274 - *275 - - *439 + - *276 + - *440 - *127 responses: '200': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *450 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65615,9 +65630,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *274 - *275 - - *439 + - *276 + - *440 - *127 requestBody: required: true @@ -65675,9 +65690,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *274 - *275 - - *439 + - *276 + - *440 - *127 responses: '204': @@ -65703,10 +65718,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *274 - *275 - - *439 - - *296 + - *276 + - *440 + - *297 - *19 responses: '200': @@ -65723,9 +65738,9 @@ paths: type: integer variables: type: array - items: *324 + items: *325 examples: - default: *325 + default: *326 headers: Link: *58 x-github: @@ -65748,9 +65763,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *274 - *275 - - *439 + - *276 + - *440 requestBody: required: true content: @@ -65802,18 +65817,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *274 - *275 - - *439 + - *276 + - *440 - *130 responses: '200': description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: *451 + default: *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65834,10 +65849,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *274 - *275 + - *276 - *130 - - *439 + - *440 requestBody: required: true content: @@ -65879,10 +65894,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *274 - *275 + - *276 - *130 - - *439 + - *440 responses: '204': description: Response @@ -65904,8 +65919,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -65982,8 +65997,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *274 - *275 + - *276 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -66142,8 +66157,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *274 - *275 + - *276 requestBody: required: false content: @@ -66175,9 +66190,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *287 + default: *288 '400': *14 '422': *15 '403': *29 @@ -66198,8 +66213,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -66259,7 +66274,7 @@ paths: schema: oneOf: - *97 - - *452 + - *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66284,8 +66299,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *274 - *275 + - *276 - name: file_sha in: path required: true @@ -66384,8 +66399,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -66494,7 +66509,7 @@ paths: description: Response content: application/json: - schema: &453 + schema: &454 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -66708,15 +66723,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *274 - *275 - - *406 + - *276 + - *407 responses: '200': description: Response content: application/json: - schema: *453 + schema: *454 examples: default: value: @@ -66772,9 +66787,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *274 - *275 - - &454 + - *276 + - &455 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. @@ -66791,7 +66806,7 @@ paths: application/json: schema: type: array - items: &455 + items: &456 title: Git Reference description: Git references within a repository type: object @@ -66866,17 +66881,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *274 - *275 - - *454 + - *276 + - *455 responses: '200': description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: &456 + default: &457 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -66905,8 +66920,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -66935,9 +66950,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -66963,9 +66978,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *274 - *275 - - *454 + - *276 + - *455 requestBody: required: true content: @@ -66994,9 +67009,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 '422': *15 '409': *46 x-github: @@ -67014,9 +67029,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *274 - *275 - - *454 + - *276 + - *455 responses: '204': description: Response @@ -67069,8 +67084,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -67137,7 +67152,7 @@ paths: description: Response content: application/json: - schema: &458 + schema: &459 title: Git Tag description: Metadata for a Git tag type: object @@ -67188,7 +67203,7 @@ paths: - sha - type - url - verification: *457 + verification: *458 required: - sha - url @@ -67198,7 +67213,7 @@ paths: - tag - message examples: - default: &459 + default: &460 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -67271,8 +67286,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *274 - *275 + - *276 - name: tag_sha in: path required: true @@ -67283,9 +67298,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 '404': *6 '409': *46 x-github: @@ -67309,8 +67324,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -67383,7 +67398,7 @@ paths: description: Response content: application/json: - schema: &460 + schema: &461 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -67495,8 +67510,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *274 - *275 + - *276 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -67519,7 +67534,7 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: default-response: summary: Default response @@ -67578,8 +67593,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -67589,7 +67604,7 @@ paths: application/json: schema: type: array - items: &461 + items: &462 title: Webhook description: Webhooks for repositories. type: object @@ -67643,7 +67658,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &681 + last_response: &682 title: Hook Response type: object properties: @@ -67717,8 +67732,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *274 - *275 + - *276 requestBody: required: false content: @@ -67770,9 +67785,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: &462 + default: &463 value: type: Repository id: 12345678 @@ -67820,17 +67835,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *274 - *275 + - *276 - *165 responses: '200': description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *462 + default: *463 '404': *6 x-github: githubCloudOnly: false @@ -67850,8 +67865,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *274 - *275 + - *276 - *165 requestBody: required: true @@ -67897,9 +67912,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *462 + default: *463 '422': *15 '404': *6 x-github: @@ -67920,8 +67935,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *274 - *275 + - *276 - *165 responses: '204': @@ -67946,8 +67961,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *274 - *275 + - *276 - *165 responses: '200': @@ -67975,8 +67990,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *274 - *275 + - *276 - *165 requestBody: required: false @@ -68021,8 +68036,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *274 - *275 + - *276 - *165 - *17 - *166 @@ -68054,8 +68069,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *274 - *275 + - *276 - *165 - *16 responses: @@ -68084,8 +68099,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *274 - *275 + - *276 - *165 - *16 responses: @@ -68109,8 +68124,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *274 - *275 + - *276 - *165 responses: '204': @@ -68136,8 +68151,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *274 - *275 + - *276 - *165 responses: '204': @@ -68196,14 +68211,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: &463 + schema: &464 title: Import description: A repository import from an external source. type: object @@ -68302,7 +68317,7 @@ paths: - html_url - authors_url examples: - default: &466 + default: &467 value: vcs: subversion use_lfs: true @@ -68318,7 +68333,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': &464 + '503': &465 description: Unavailable due to service under maintenance. content: application/json: @@ -68347,8 +68362,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -68396,7 +68411,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: default: value: @@ -68421,7 +68436,7 @@ paths: type: string '422': *15 '404': *6 - '503': *464 + '503': *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68449,8 +68464,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *274 - *275 + - *276 requestBody: required: false content: @@ -68499,7 +68514,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: example-1: summary: Example 1 @@ -68547,7 +68562,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': *464 + '503': *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68570,12 +68585,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *274 - *275 + - *276 responses: '204': description: Response - '503': *464 + '503': *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68601,9 +68616,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *274 - *275 - - &628 + - *276 + - &629 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -68617,7 +68632,7 @@ paths: application/json: schema: type: array - items: &465 + items: &466 title: Porter Author description: Porter Author type: object @@ -68671,7 +68686,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': *464 + '503': *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68696,8 +68711,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *274 - *275 + - *276 - name: author_id in: path required: true @@ -68727,7 +68742,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: default: value: @@ -68740,7 +68755,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *464 + '503': *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68764,8 +68779,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -68806,7 +68821,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *464 + '503': *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68834,8 +68849,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -68862,11 +68877,11 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *466 + default: *467 '422': *15 - '503': *464 + '503': *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68889,8 +68904,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -68898,8 +68913,8 @@ paths: application/json: schema: *22 examples: - default: *467 - '301': *286 + default: *468 + '301': *287 '404': *6 x-github: githubCloudOnly: false @@ -68919,8 +68934,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -68933,7 +68948,7 @@ paths: properties: {} additionalProperties: false examples: - default: &469 + default: &470 value: limit: collaborators_only origin: repository @@ -68958,13 +68973,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *274 - *275 + - *276 requestBody: required: true content: application/json: - schema: *468 + schema: *469 examples: default: summary: Example request body @@ -68978,7 +68993,7 @@ paths: application/json: schema: *183 examples: - default: *469 + default: *470 '409': description: Response x-github: @@ -69000,8 +69015,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -69024,8 +69039,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -69035,9 +69050,9 @@ paths: application/json: schema: type: array - items: *470 + items: *471 examples: - default: &621 + default: &622 value: - id: 1 repository: @@ -69168,8 +69183,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *274 - *275 + - *276 - *187 requestBody: required: false @@ -69199,7 +69214,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: default: value: @@ -69330,8 +69345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *274 - *275 + - *276 - *187 responses: '204': @@ -69363,8 +69378,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *274 - *275 + - *276 - 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 @@ -69429,7 +69444,7 @@ paths: type: array items: *77 examples: - default: &481 + default: &482 value: - id: 1 node_id: MDU6SXNzdWUx @@ -69577,7 +69592,7 @@ paths: state_reason: completed headers: Link: *58 - '301': *286 + '301': *287 '422': *15 '404': *6 x-github: @@ -69606,8 +69621,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -69684,7 +69699,7 @@ paths: application/json: schema: *77 examples: - default: &476 + default: &477 value: id: 1 node_id: MDU6SXNzdWUx @@ -69840,7 +69855,7 @@ paths: '422': *15 '503': *65 '404': *6 - '410': *283 + '410': *284 x-github: triggersNotification: true githubCloudOnly: false @@ -69868,8 +69883,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *274 - *275 + - *276 - *87 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -69890,9 +69905,9 @@ paths: application/json: schema: type: array - items: *471 + items: *472 examples: - default: &478 + default: &479 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -69950,17 +69965,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *274 - *275 + - *276 - *76 responses: '200': description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: &472 + default: &473 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -70014,8 +70029,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *274 - *275 + - *276 - *76 requestBody: required: true @@ -70038,9 +70053,9 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: *472 + default: *473 '422': *15 x-github: githubCloudOnly: false @@ -70058,8 +70073,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *274 - *275 + - *276 - *76 responses: '204': @@ -70080,8 +70095,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *274 - *275 + - *276 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -70108,9 +70123,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *269 + default: *270 headers: Link: *58 '404': *6 @@ -70131,8 +70146,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *274 - *275 + - *276 - *76 requestBody: required: true @@ -70165,16 +70180,16 @@ paths: description: Reaction exists content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '201': description: Reaction created content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '422': *15 x-github: githubCloudOnly: false @@ -70196,10 +70211,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *274 - *275 + - *276 - *76 - - *270 + - *271 responses: '204': description: Response @@ -70219,8 +70234,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -70230,7 +70245,7 @@ paths: application/json: schema: type: array - items: &475 + items: &476 title: Issue Event description: Issue Event type: object @@ -70273,8 +70288,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *473 - required: *474 + properties: *474 + required: *475 nullable: true label: title: Issue Event Label @@ -70581,8 +70596,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *274 - *275 + - *276 - name: event_id in: path required: true @@ -70593,7 +70608,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: default: value: @@ -70786,7 +70801,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *283 + '410': *284 '403': *29 x-github: githubCloudOnly: false @@ -70820,9 +70835,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *274 - *275 - - &477 + - *276 + - &478 name: issue_number description: The number that identifies the issue. in: path @@ -70836,10 +70851,10 @@ paths: application/json: schema: *77 examples: - default: *476 - '301': *286 + default: *477 + '301': *287 '404': *6 - '410': *283 + '410': *284 '304': *37 x-github: githubCloudOnly: false @@ -70864,9 +70879,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: false content: @@ -70963,13 +70978,13 @@ paths: application/json: schema: *77 examples: - default: *476 + default: *477 '422': *15 '503': *65 '403': *29 - '301': *286 + '301': *287 '404': *6 - '410': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70987,9 +71002,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: false content: @@ -71017,7 +71032,7 @@ paths: application/json: schema: *77 examples: - default: *476 + default: *477 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71033,9 +71048,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: content: application/json: @@ -71062,7 +71077,7 @@ paths: application/json: schema: *77 examples: - default: *476 + default: *477 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71084,9 +71099,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: - - *274 - *275 - - *477 + - *276 + - *478 - name: assignee in: path required: true @@ -71126,9 +71141,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *274 - *275 - - *477 + - *276 + - *478 - *67 - *17 - *19 @@ -71139,13 +71154,13 @@ paths: application/json: schema: type: array - items: *471 + items: *472 examples: - default: *478 + default: *479 headers: Link: *58 '404': *6 - '410': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71174,9 +71189,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: true content: @@ -71198,16 +71213,16 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: *472 + default: *473 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *283 + '410': *284 '422': *15 '404': *6 x-github: @@ -71227,9 +71242,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *274 - *275 - - *477 + - *276 + - *478 - *17 - *19 responses: @@ -71243,7 +71258,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &482 + - &483 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -71297,7 +71312,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &483 + - &484 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -71433,7 +71448,7 @@ paths: - performed_via_github_app - assignee - assigner - - &484 + - &485 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -71484,7 +71499,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &485 + - &486 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -71535,7 +71550,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &486 + - &487 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -71589,7 +71604,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &487 + - &488 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -71636,7 +71651,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &488 + - &489 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -71683,7 +71698,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &489 + - &490 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -71743,7 +71758,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &490 + - &491 title: Locked Issue Event description: Locked Issue Event type: object @@ -71791,7 +71806,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &491 + - &492 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -71857,7 +71872,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &492 + - &493 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -71923,7 +71938,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &493 + - &494 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -71989,7 +72004,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &494 + - &495 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -72080,7 +72095,7 @@ paths: color: red headers: Link: *58 - '410': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72097,9 +72112,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 - *17 - *19 responses: @@ -72109,7 +72124,7 @@ paths: application/json: schema: type: array - items: &479 + items: &480 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -72156,7 +72171,7 @@ paths: - color - default examples: - default: &480 + default: &481 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -72174,9 +72189,9 @@ paths: default: false headers: Link: *58 - '301': *286 + '301': *287 '404': *6 - '410': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72193,9 +72208,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: false content: @@ -72254,12 +72269,12 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: - default: *480 - '301': *286 + default: *481 + '301': *287 '404': *6 - '410': *283 + '410': *284 '422': *15 x-github: githubCloudOnly: false @@ -72276,9 +72291,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: false content: @@ -72338,12 +72353,12 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: - default: *480 - '301': *286 + default: *481 + '301': *287 '404': *6 - '410': *283 + '410': *284 '422': *15 x-github: githubCloudOnly: false @@ -72360,15 +72375,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 responses: '204': description: Response - '301': *286 + '301': *287 '404': *6 - '410': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72387,9 +72402,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 - name: name in: path required: true @@ -72402,7 +72417,7 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: default: value: @@ -72413,9 +72428,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *286 + '301': *287 '404': *6 - '410': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72435,9 +72450,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: false content: @@ -72465,7 +72480,7 @@ paths: '204': description: Response '403': *29 - '410': *283 + '410': *284 '404': *6 '422': *15 x-github: @@ -72483,9 +72498,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 responses: '204': description: Response @@ -72507,9 +72522,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 - 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. @@ -72535,13 +72550,13 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *269 + default: *270 headers: Link: *58 '404': *6 - '410': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72559,9 +72574,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: true content: @@ -72593,16 +72608,16 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '201': description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '422': *15 x-github: githubCloudOnly: false @@ -72624,10 +72639,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *274 - *275 - - *477 - - *270 + - *276 + - *478 + - *271 responses: '204': description: Response @@ -72656,9 +72671,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: true content: @@ -72682,7 +72697,7 @@ paths: application/json: schema: *77 examples: - default: *476 + default: *477 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -72715,9 +72730,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *274 - *275 - - *477 + - *276 + - *478 - *17 - *19 responses: @@ -72729,11 +72744,11 @@ paths: type: array items: *77 examples: - default: *481 + default: *482 headers: Link: *58 '404': *6 - '410': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72761,9 +72776,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: true content: @@ -72792,14 +72807,14 @@ paths: application/json: schema: *77 examples: - default: *476 + default: *477 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *283 + '410': *284 '422': *15 '404': *6 x-github: @@ -72819,9 +72834,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: true content: @@ -72854,7 +72869,7 @@ paths: application/json: schema: *77 examples: - default: *476 + default: *477 '403': *29 '404': *6 '422': *7 @@ -72876,9 +72891,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 - *17 - *19 responses: @@ -72893,7 +72908,6 @@ paths: description: Timeline Event type: object anyOf: - - *482 - *483 - *484 - *485 @@ -72906,6 +72920,7 @@ paths: - *492 - *493 - *494 + - *495 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -73210,7 +73225,7 @@ paths: type: string comments: type: array - items: &515 + items: &516 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -73419,7 +73434,7 @@ paths: type: string comments: type: array - items: *404 + items: *405 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -73708,7 +73723,7 @@ paths: headers: Link: *58 '404': *6 - '410': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73725,8 +73740,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -73736,7 +73751,7 @@ paths: application/json: schema: type: array - items: &495 + items: &496 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -73801,8 +73816,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -73838,9 +73853,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: &496 + default: &497 value: id: 1 key: ssh-rsa AAA... @@ -73874,9 +73889,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *274 - *275 - - &497 + - *276 + - &498 name: key_id description: The unique identifier of the key. in: path @@ -73888,9 +73903,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: *496 + default: *497 '404': *6 x-github: githubCloudOnly: false @@ -73908,9 +73923,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *274 - *275 - - *497 + - *276 + - *498 responses: '204': description: Response @@ -73930,8 +73945,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -73941,9 +73956,9 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: - default: *480 + default: *481 headers: Link: *58 '404': *6 @@ -73964,8 +73979,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -74001,9 +74016,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: &498 + default: &499 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74035,8 +74050,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *274 - *275 + - *276 - name: name in: path required: true @@ -74047,9 +74062,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: *498 + default: *499 '404': *6 x-github: githubCloudOnly: false @@ -74066,8 +74081,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *274 - *275 + - *276 - name: name in: path required: true @@ -74106,7 +74121,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: default: value: @@ -74132,8 +74147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *274 - *275 + - *276 - name: name in: path required: true @@ -74159,8 +74174,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -74199,9 +74214,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *274 - *275 - - *380 + - *276 + - *381 responses: '200': description: Response @@ -74346,8 +74361,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -74412,8 +74427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -74447,9 +74462,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *405 + schema: *406 examples: - default: *499 + default: *500 '204': description: Response when already merged '404': @@ -74474,8 +74489,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *274 - *275 + - *276 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -74516,12 +74531,12 @@ paths: application/json: schema: type: array - items: &500 + items: &501 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *409 - required: *410 + properties: *410 + required: *411 examples: default: value: @@ -74577,8 +74592,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -74618,9 +74633,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: &501 + default: &502 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -74679,9 +74694,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *274 - *275 - - &502 + - *276 + - &503 name: milestone_number description: The number that identifies the milestone. in: path @@ -74693,9 +74708,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 '404': *6 x-github: githubCloudOnly: false @@ -74712,9 +74727,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *274 - *275 - - *502 + - *276 + - *503 requestBody: required: false content: @@ -74752,9 +74767,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74770,9 +74785,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *274 - *275 - - *502 + - *276 + - *503 responses: '204': description: Response @@ -74793,9 +74808,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *274 - *275 - - *502 + - *276 + - *503 - *17 - *19 responses: @@ -74805,9 +74820,9 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: - default: *480 + default: *481 headers: Link: *58 x-github: @@ -74826,12 +74841,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *274 - *275 - - *503 + - *276 - *504 - - *67 - *505 + - *67 + - *506 - *17 - *19 responses: @@ -74843,7 +74858,7 @@ paths: type: array items: *90 examples: - default: *506 + default: *507 headers: Link: *58 x-github: @@ -74867,8 +74882,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *274 - *275 + - *276 requestBody: required: false content: @@ -74926,14 +74941,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: &507 + schema: &508 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -75058,7 +75073,7 @@ paths: - custom_404 - public examples: - default: &508 + default: &509 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -75099,8 +75114,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -75154,9 +75169,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: - default: *508 + default: *509 '422': *15 '409': *46 x-github: @@ -75179,8 +75194,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -75279,8 +75294,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -75306,8 +75321,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -75317,7 +75332,7 @@ paths: application/json: schema: type: array - items: &509 + items: &510 title: Page Build description: Page Build type: object @@ -75411,8 +75426,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *274 - *275 + - *276 responses: '201': description: Response @@ -75457,16 +75472,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -75514,8 +75529,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *274 - *275 + - *276 - name: build_id in: path required: true @@ -75526,9 +75541,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75548,8 +75563,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -75654,9 +75669,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *274 - *275 - - &511 + - *276 + - &512 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -75714,9 +75729,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *274 - *275 - - *511 + - *276 + - *512 responses: '204': *142 '404': *6 @@ -75743,8 +75758,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -76002,8 +76017,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: - - *274 - *275 + - *276 responses: '200': description: Private vulnerability reporting status @@ -76040,8 +76055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *274 - *275 + - *276 responses: '204': *142 '422': *14 @@ -76062,8 +76077,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *274 - *275 + - *276 responses: '204': *142 '422': *14 @@ -76086,8 +76101,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *274 - *275 + - *276 - name: state description: Indicates the state of the projects to return. in: query @@ -76108,7 +76123,7 @@ paths: application/json: schema: type: array - items: *222 + items: *223 examples: default: value: @@ -76148,7 +76163,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *283 + '410': *284 '422': *7 x-github: githubCloudOnly: false @@ -76171,8 +76186,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -76198,13 +76213,13 @@ paths: description: Response content: application/json: - schema: *222 + schema: *223 examples: - default: *282 + default: *283 '401': *25 '403': *29 '404': *6 - '410': *283 + '410': *284 '422': *7 x-github: githubCloudOnly: false @@ -76227,8 +76242,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -76236,7 +76251,7 @@ paths: application/json: schema: type: array - items: *227 + items: *228 examples: default: value: @@ -76267,8 +76282,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: - - *274 - *275 + - *276 requestBody: required: true content: @@ -76280,7 +76295,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *227 + items: *228 required: - properties examples: @@ -76330,8 +76345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *274 - *275 + - *276 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -76391,9 +76406,9 @@ paths: application/json: schema: type: array - items: *512 + items: *513 examples: - default: *513 + default: *514 headers: Link: *58 '304': *37 @@ -76425,8 +76440,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -76491,7 +76506,7 @@ paths: description: Response content: application/json: - schema: &517 + schema: &518 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -76602,8 +76617,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *409 - required: *410 + properties: *410 + required: *411 nullable: true active_lock_reason: type: string @@ -76648,7 +76663,7 @@ paths: nullable: true requested_teams: type: array - items: *250 + items: *251 nullable: true head: type: object @@ -76687,14 +76702,14 @@ paths: _links: type: object properties: - comments: *411 - commits: *411 - statuses: *411 - html: *411 - issue: *411 - review_comments: *411 - review_comment: *411 - self: *411 + comments: *412 + commits: *412 + statuses: *412 + html: *412 + issue: *412 + review_comments: *412 + review_comment: *412 + self: *412 required: - comments - commits @@ -76705,7 +76720,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: *514 + auto_merge: *515 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -76797,7 +76812,7 @@ paths: - merged_by - review_comments examples: - default: &518 + default: &519 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -77324,8 +77339,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *274 - *275 + - *276 - name: sort in: query required: false @@ -77354,9 +77369,9 @@ paths: application/json: schema: type: array - items: *515 + items: *516 examples: - default: &520 + default: &521 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -77433,17 +77448,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *274 - *275 + - *276 - *76 responses: '200': description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: &516 + default: &517 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -77518,8 +77533,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *274 - *275 + - *276 - *76 requestBody: required: true @@ -77542,9 +77557,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *516 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77560,8 +77575,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *274 - *275 + - *276 - *76 responses: '204': @@ -77583,8 +77598,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *274 - *275 + - *276 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -77611,9 +77626,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *269 + default: *270 headers: Link: *58 '404': *6 @@ -77634,8 +77649,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *274 - *275 + - *276 - *76 requestBody: required: true @@ -77668,16 +77683,16 @@ paths: description: Reaction exists content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '201': description: Reaction created content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '422': *15 x-github: githubCloudOnly: false @@ -77699,10 +77714,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *274 - *275 + - *276 - *76 - - *270 + - *271 responses: '204': description: Response @@ -77745,9 +77760,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *274 - *275 - - &519 + - *276 + - &520 name: pull_number description: The number that identifies the pull request. in: path @@ -77760,9 +77775,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *517 + schema: *518 examples: - default: *518 + default: *519 '304': *37 '404': *6 '406': @@ -77797,9 +77812,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 requestBody: required: false content: @@ -77841,9 +77856,9 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: - default: *518 + default: *519 '422': *15 '403': *29 x-github: @@ -77865,9 +77880,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 requestBody: required: true content: @@ -77929,7 +77944,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -77937,7 +77952,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '401': *25 '403': *29 '404': *6 @@ -77967,9 +77982,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 - *87 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -77990,9 +78005,9 @@ paths: application/json: schema: type: array - items: *515 + items: *516 examples: - default: *520 + default: *521 headers: Link: *58 x-github: @@ -78025,9 +78040,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 requestBody: required: true content: @@ -78132,7 +78147,7 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: example-for-a-multi-line-comment: value: @@ -78220,9 +78235,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *274 - *275 - - *519 + - *276 + - *520 - *76 requestBody: required: true @@ -78245,7 +78260,7 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: default: value: @@ -78331,9 +78346,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 - *17 - *19 responses: @@ -78343,9 +78358,9 @@ paths: application/json: schema: type: array - items: *405 + items: *406 examples: - default: *521 + default: *522 headers: Link: *58 x-github: @@ -78375,9 +78390,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *274 - *275 - - *519 + - *276 + - *520 - *17 - *19 responses: @@ -78387,7 +78402,7 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: default: value: @@ -78425,9 +78440,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *274 - *275 - - *519 + - *276 + - *520 responses: '204': description: Response if pull request has been merged @@ -78450,9 +78465,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 requestBody: required: false content: @@ -78563,9 +78578,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 responses: '200': description: Response @@ -78640,9 +78655,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 requestBody: required: false content: @@ -78679,7 +78694,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -79215,9 +79230,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 requestBody: required: true content: @@ -79251,7 +79266,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -79756,9 +79771,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 - *17 - *19 responses: @@ -79768,7 +79783,7 @@ paths: application/json: schema: type: array - items: &522 + items: &523 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -79919,9 +79934,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 requestBody: required: false content: @@ -80007,9 +80022,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: &524 + default: &525 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -80072,10 +80087,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *274 - *275 - - *519 - - &523 + - *276 + - *520 + - &524 name: review_id description: The unique identifier of the review. in: path @@ -80087,9 +80102,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: &525 + default: &526 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -80148,10 +80163,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *274 - *275 - - *519 - - *523 + - *276 + - *520 + - *524 requestBody: required: true content: @@ -80174,7 +80189,7 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: default: value: @@ -80236,18 +80251,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *274 - *275 - - *519 - - *523 + - *276 + - *520 + - *524 responses: '200': description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *524 + default: *525 '422': *7 '404': *6 x-github: @@ -80274,10 +80289,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *274 - *275 - - *519 - - *523 + - *276 + - *520 + - *524 - *17 - *19 responses: @@ -80360,9 +80375,9 @@ paths: _links: type: object properties: - self: *411 - html: *411 - pull_request: *411 + self: *412 + html: *412 + pull_request: *412 required: - self - html @@ -80505,10 +80520,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *274 - *275 - - *519 - - *523 + - *276 + - *520 + - *524 requestBody: required: true content: @@ -80536,7 +80551,7 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: default: value: @@ -80599,10 +80614,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *274 - *275 - - *519 - - *523 + - *276 + - *520 + - *524 requestBody: required: true content: @@ -80637,9 +80652,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *525 + default: *526 '404': *6 '422': *7 '403': *29 @@ -80661,9 +80676,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *274 - *275 - - *519 + - *276 + - *520 requestBody: required: false content: @@ -80726,8 +80741,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *274 - *275 + - *276 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -80740,9 +80755,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: &527 + default: &528 value: type: file encoding: base64 @@ -80784,8 +80799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *274 - *275 + - *276 - name: dir description: The alternate path to look for a README file in: path @@ -80805,9 +80820,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *527 + default: *528 '404': *6 '422': *15 x-github: @@ -80829,8 +80844,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -80840,7 +80855,7 @@ paths: application/json: schema: type: array - items: &528 + items: &529 title: Release description: A release. type: object @@ -80903,7 +80918,7 @@ paths: author: *4 assets: type: array - items: &529 + items: &530 title: Release Asset description: Data related to a release. type: object @@ -81084,8 +81099,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -81161,9 +81176,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: &532 + default: &533 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -81266,9 +81281,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *274 - *275 - - &530 + - *276 + - &531 name: asset_id description: The unique identifier of the asset. in: path @@ -81280,9 +81295,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: &531 + default: &532 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 @@ -81316,7 +81331,7 @@ paths: type: User site_admin: false '404': *6 - '302': *422 + '302': *423 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81332,9 +81347,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *274 - *275 - - *530 + - *276 + - *531 requestBody: required: false content: @@ -81362,9 +81377,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: *531 + default: *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81380,9 +81395,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *274 - *275 - - *530 + - *276 + - *531 responses: '204': description: Response @@ -81406,8 +81421,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -81492,16 +81507,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *532 + default: *533 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81518,8 +81533,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *274 - *275 + - *276 - name: tag description: tag parameter in: path @@ -81532,9 +81547,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *532 + default: *533 '404': *6 x-github: githubCloudOnly: false @@ -81556,9 +81571,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *274 - *275 - - &533 + - *276 + - &534 name: release_id description: The unique identifier of the release. in: path @@ -81572,9 +81587,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: *528 + schema: *529 examples: - default: *532 + default: *533 '401': description: Unauthorized x-github: @@ -81592,9 +81607,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *274 - *275 - - *533 + - *276 + - *534 requestBody: required: false content: @@ -81658,9 +81673,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *532 + default: *533 '404': description: Not Found if the discussion category name is invalid content: @@ -81681,9 +81696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *274 - *275 - - *533 + - *276 + - *534 responses: '204': description: Response @@ -81703,9 +81718,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *274 - *275 - - *533 + - *276 + - *534 - *17 - *19 responses: @@ -81715,7 +81730,7 @@ paths: application/json: schema: type: array - items: *529 + items: *530 examples: default: value: @@ -81795,9 +81810,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: - - *274 - *275 - - *533 + - *276 + - *534 - name: name in: query required: true @@ -81823,7 +81838,7 @@ paths: description: Response for successful upload content: application/json: - schema: *529 + schema: *530 examples: response-for-successful-upload: value: @@ -81877,9 +81892,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *274 - *275 - - *533 + - *276 + - *534 - 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. @@ -81903,9 +81918,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *269 + default: *270 headers: Link: *58 '404': *6 @@ -81926,9 +81941,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *274 - *275 - - *533 + - *276 + - *534 requestBody: required: true content: @@ -81958,16 +81973,16 @@ paths: description: Reaction exists content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '201': description: Reaction created content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '422': *15 x-github: githubCloudOnly: false @@ -81989,10 +82004,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *274 - *275 - - *533 - - *270 + - *276 + - *534 + - *271 responses: '204': description: Response @@ -82016,9 +82031,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *274 - *275 - - *342 + - *276 + - *343 - *17 - *19 responses: @@ -82034,8 +82049,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *534 - - &536 + - *535 + - &537 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -82055,53 +82070,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *535 - *536 - - allOf: - *537 - - *536 - allOf: - *538 - - *536 + - *537 - allOf: - *539 - - *536 + - *537 - allOf: - *540 - - *536 + - *537 - allOf: - *541 - - *536 + - *537 - allOf: - *542 - - *536 + - *537 - allOf: - *543 - - *536 + - *537 - allOf: - *544 - - *536 + - *537 - allOf: - *545 - - *536 + - *537 - allOf: - *546 - - *536 + - *537 - allOf: - *547 - - *536 + - *537 - allOf: - *548 - - *536 + - *537 - allOf: - *549 - - *536 + - *537 - allOf: - *550 - - *536 + - *537 - allOf: - *551 - - *536 + - *537 + - allOf: + - *552 + - *537 examples: default: value: @@ -82140,8 +82155,8 @@ paths: category: repos subcategory: rules parameters: - - *274 - *275 + - *276 - *17 - *19 - name: includes_parents @@ -82152,7 +82167,7 @@ paths: schema: type: boolean default: true - - *552 + - *553 responses: '200': description: Response @@ -82160,7 +82175,7 @@ paths: application/json: schema: type: array - items: *237 + items: *238 examples: default: value: @@ -82207,8 +82222,8 @@ paths: category: repos subcategory: rules parameters: - - *274 - *275 + - *276 requestBody: description: Request body required: true @@ -82228,16 +82243,16 @@ paths: - tag - push default: branch - enforcement: *233 + enforcement: *234 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *234 - conditions: *231 + items: *235 + conditions: *232 rules: type: array description: An array of rules within the ruleset. - items: *236 + items: *237 required: - name - enforcement @@ -82268,9 +82283,9 @@ paths: description: Response content: application/json: - schema: *237 + schema: *238 examples: - default: &562 + default: &563 value: id: 42 name: super cool ruleset @@ -82317,12 +82332,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *274 - *275 - - *553 + - *276 - *554 - *555 - *556 + - *557 - *17 - *19 responses: @@ -82330,9 +82345,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 '404': *6 '500': *145 x-github: @@ -82353,17 +82368,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *274 - *275 - - *559 + - *276 + - *560 responses: '200': description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *561 + default: *562 '404': *6 '500': *145 x-github: @@ -82391,8 +82406,8 @@ paths: category: repos subcategory: rules parameters: - - *274 - *275 + - *276 - name: ruleset_id description: The ID of the ruleset. in: path @@ -82412,9 +82427,9 @@ paths: description: Response content: application/json: - schema: *237 + schema: *238 examples: - default: *562 + default: *563 '404': *6 '500': *145 put: @@ -82432,8 +82447,8 @@ paths: category: repos subcategory: rules parameters: - - *274 - *275 + - *276 - name: ruleset_id description: The ID of the ruleset. in: path @@ -82458,16 +82473,16 @@ paths: - branch - tag - push - enforcement: *233 + enforcement: *234 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *234 - conditions: *231 + items: *235 + conditions: *232 rules: description: An array of rules within the ruleset. type: array - items: *236 + items: *237 examples: default: value: @@ -82495,9 +82510,9 @@ paths: description: Response content: application/json: - schema: *237 + schema: *238 examples: - default: *562 + default: *563 '404': *6 '500': *145 delete: @@ -82515,8 +82530,8 @@ paths: category: repos subcategory: rules parameters: - - *274 - *275 + - *276 - name: ruleset_id description: The ID of the ruleset. in: path @@ -82539,8 +82554,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *274 - *275 + - *276 - *17 - *19 - name: ruleset_id @@ -82556,9 +82571,9 @@ paths: application/json: schema: type: array - items: *239 + items: *240 examples: - default: *563 + default: *564 '404': *6 '500': *145 x-github: @@ -82577,8 +82592,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *274 - *275 + - *276 - name: ruleset_id description: The ID of the ruleset. in: path @@ -82596,7 +82611,7 @@ paths: description: Response content: application/json: - schema: *564 + schema: *565 examples: default: value: @@ -82651,20 +82666,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *274 - *275 - - *240 + - *276 - *241 - *242 - *243 + - *244 - *48 - *19 - *17 - - *565 - *566 - - *244 + - *567 - *245 - *246 + - *247 responses: '200': description: Response @@ -82672,7 +82687,7 @@ paths: application/json: schema: type: array - items: &569 + items: &570 type: object properties: number: *54 @@ -82691,8 +82706,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *567 - resolution: *568 + state: *568 + resolution: *569 resolved_at: type: string format: date-time @@ -82910,15 +82925,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *274 - *275 - - *374 + - *276 + - *375 responses: '200': description: Response content: application/json: - schema: *569 + schema: *570 examples: default: value: @@ -82970,9 +82985,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *274 - *275 - - *374 + - *276 + - *375 requestBody: required: true content: @@ -82980,8 +82995,8 @@ paths: schema: type: object properties: - state: *567 - resolution: *568 + state: *568 + resolution: *569 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -82999,7 +83014,7 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: default: value: @@ -83074,9 +83089,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *274 - *275 - - *374 + - *276 + - *375 - *19 - *17 responses: @@ -83087,7 +83102,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &702 + items: &703 type: object properties: type: @@ -83446,8 +83461,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -83455,14 +83470,14 @@ paths: schema: type: object properties: - reason: &571 + reason: &572 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *570 + placeholder_id: *571 required: - reason - placeholder_id @@ -83479,7 +83494,7 @@ paths: schema: type: object properties: - reason: *571 + reason: *572 expire_at: type: string format: date-time @@ -83522,8 +83537,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: - - *274 - *275 + - *276 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -83538,7 +83553,7 @@ paths: properties: incremental_scans: type: array - items: &572 + items: &573 description: Information on a single scan performed by secret scanning on the repository type: object @@ -83564,15 +83579,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *572 + items: *573 backfill_scans: type: array - items: *572 + items: *573 custom_pattern_backfill_scans: type: array items: allOf: - - *572 + - *573 - type: object properties: pattern_name: @@ -83642,8 +83657,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *274 - *275 + - *276 - *48 - name: sort description: The property to sort the results by. @@ -83687,9 +83702,9 @@ paths: application/json: schema: type: array - items: *573 + items: *574 examples: - default: *574 + default: *575 '400': *14 '404': *6 x-github: @@ -83712,8 +83727,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -83786,7 +83801,7 @@ paths: login: type: string description: The username of the user credited. - type: *249 + type: *250 required: - login - type @@ -83873,9 +83888,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: &576 + default: &577 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -84108,8 +84123,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -84213,7 +84228,7 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: default: value: @@ -84360,17 +84375,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *274 - *275 - - *575 + - *276 + - *576 responses: '200': description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *576 + default: *577 '403': *29 '404': *6 x-github: @@ -84394,9 +84409,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *274 - *275 - - *575 + - *276 + - *576 requestBody: required: true content: @@ -84469,7 +84484,7 @@ paths: login: type: string description: The username of the user credited. - type: *249 + type: *250 required: - login - type @@ -84555,10 +84570,10 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *576 - add_credit: *576 + default: *577 + add_credit: *577 '403': *29 '404': *6 '422': @@ -84596,9 +84611,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: - - *274 - *275 - - *575 + - *276 + - *576 responses: '202': *47 '400': *14 @@ -84625,17 +84640,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *274 - *275 - - *575 + - *276 + - *576 responses: '202': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *287 + default: *288 '400': *14 '422': *15 '403': *29 @@ -84661,8 +84676,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -84761,8 +84776,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *274 - *275 + - *276 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -84771,7 +84786,7 @@ paths: application/json: schema: type: array - items: &577 + items: &578 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -84804,8 +84819,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -84881,8 +84896,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -84978,8 +84993,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *274 - *275 + - *276 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -85133,8 +85148,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *274 - *275 + - *276 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -85144,7 +85159,7 @@ paths: application/json: schema: type: array - items: *577 + items: *578 examples: default: value: @@ -85177,8 +85192,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *274 - *275 + - *276 - name: sha in: path required: true @@ -85232,7 +85247,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: default: value: @@ -85286,8 +85301,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -85319,14 +85334,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *274 - *275 + - *276 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &579 + schema: &580 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -85394,8 +85409,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *274 - *275 + - *276 requestBody: required: false content: @@ -85421,7 +85436,7 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: default: value: @@ -85448,8 +85463,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -85469,8 +85484,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -85549,8 +85564,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -85558,7 +85573,7 @@ paths: application/json: schema: type: array - items: &580 + items: &581 title: Tag protection description: Tag protection type: object @@ -85610,8 +85625,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: - - *274 - *275 + - *276 requestBody: required: true content: @@ -85634,7 +85649,7 @@ paths: description: Response content: application/json: - schema: *580 + schema: *581 examples: default: value: @@ -85665,8 +85680,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: - - *274 - *275 + - *276 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -85703,8 +85718,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *274 - *275 + - *276 - name: ref in: path required: true @@ -85740,8 +85755,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -85773,8 +85788,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *274 - *275 + - *276 - *19 - *17 responses: @@ -85782,7 +85797,7 @@ paths: description: Response content: application/json: - schema: &581 + schema: &582 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -85794,7 +85809,7 @@ paths: required: - names examples: - default: &582 + default: &583 value: names: - octocat @@ -85817,8 +85832,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -85849,9 +85864,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '404': *6 '422': *7 x-github: @@ -85872,9 +85887,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *274 - *275 - - &583 + - *276 + - &584 name: per description: The time frame to display results for. in: query @@ -85903,7 +85918,7 @@ paths: example: 128 clones: type: array - items: &584 + items: &585 title: Traffic type: object properties: @@ -85990,8 +86005,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -86081,8 +86096,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -86142,9 +86157,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *274 - *275 - - *583 + - *276 + - *584 responses: '200': description: Response @@ -86163,7 +86178,7 @@ paths: example: 3782 views: type: array - items: *584 + items: *585 required: - uniques - count @@ -86240,8 +86255,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -86515,8 +86530,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *274 - *275 + - *276 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -86539,8 +86554,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -86562,8 +86577,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -86589,8 +86604,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *274 - *275 + - *276 - name: ref in: path required: true @@ -86682,9 +86697,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *287 + default: *288 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -86932,7 +86947,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &585 + text_matches: &586 title: Search Result Text Matches type: array items: @@ -87094,7 +87109,7 @@ paths: enum: - author-date - committer-date - - &586 + - &587 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 @@ -87165,7 +87180,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *340 + properties: *341 nullable: true comment_count: type: integer @@ -87185,7 +87200,7 @@ paths: url: type: string format: uri - verification: *457 + verification: *458 required: - author - committer @@ -87204,7 +87219,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *340 + properties: *341 nullable: true parents: type: array @@ -87222,7 +87237,7 @@ paths: type: number node_id: type: string - text_matches: *585 + text_matches: *586 required: - sha - node_id @@ -87403,7 +87418,7 @@ paths: - interactions - created - updated - - *586 + - *587 - *17 - *19 - name: advanced_search @@ -87530,8 +87545,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *409 - required: *410 + properties: *410 + required: *411 nullable: true comments: type: integer @@ -87545,7 +87560,7 @@ paths: type: string format: date-time nullable: true - text_matches: *585 + text_matches: *586 pull_request: type: object properties: @@ -87772,7 +87787,7 @@ paths: enum: - created - updated - - *586 + - *587 - *17 - *19 responses: @@ -87816,7 +87831,7 @@ paths: nullable: true score: type: number - text_matches: *585 + text_matches: *586 required: - id - node_id @@ -87901,7 +87916,7 @@ paths: - forks - help-wanted-issues - updated - - *586 + - *587 - *17 - *19 responses: @@ -88140,7 +88155,7 @@ paths: - admin - pull - push - text_matches: *585 + text_matches: *586 temp_clone_token: type: string allow_merge_commit: @@ -88440,7 +88455,7 @@ paths: type: string format: uri nullable: true - text_matches: *585 + text_matches: *586 related: type: array nullable: true @@ -88631,7 +88646,7 @@ paths: - followers - repositories - joined - - *586 + - *587 - *17 - *19 responses: @@ -88735,7 +88750,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *585 + text_matches: *586 blog: type: string nullable: true @@ -88814,7 +88829,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &587 + - &588 name: team_id description: The unique identifier of the team. in: path @@ -88826,9 +88841,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '404': *6 x-github: githubCloudOnly: false @@ -88855,7 +88870,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *587 + - *588 requestBody: required: true content: @@ -88918,16 +88933,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '201': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '404': *6 '422': *15 '403': *29 @@ -88955,7 +88970,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *587 + - *588 responses: '204': description: Response @@ -88986,7 +89001,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *587 + - *588 - *48 - *17 - *19 @@ -88997,9 +89012,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *588 + default: *589 headers: Link: *58 x-github: @@ -89028,7 +89043,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *587 + - *588 requestBody: required: true content: @@ -89062,9 +89077,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: triggersNotification: true githubCloudOnly: false @@ -89091,16 +89106,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *587 - - *263 + - *588 + - *264 responses: '200': description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89125,8 +89140,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *587 - - *263 + - *588 + - *264 requestBody: required: false content: @@ -89149,9 +89164,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *589 + default: *590 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89176,8 +89191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *587 - - *263 + - *588 + - *264 responses: '204': description: Response @@ -89206,8 +89221,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *587 - - *263 + - *588 + - *264 - *48 - *17 - *19 @@ -89218,9 +89233,9 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: - default: *590 + default: *591 headers: Link: *58 x-github: @@ -89249,8 +89264,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *587 - - *263 + - *588 + - *264 requestBody: required: true content: @@ -89272,9 +89287,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 x-github: triggersNotification: true githubCloudOnly: false @@ -89301,17 +89316,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *587 - - *263 - - *266 + - *588 + - *264 + - *267 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89336,9 +89351,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *587 - - *263 - - *266 + - *588 + - *264 + - *267 requestBody: required: true content: @@ -89360,9 +89375,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *591 + default: *592 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89387,9 +89402,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *587 - - *263 - - *266 + - *588 + - *264 + - *267 responses: '204': description: Response @@ -89418,9 +89433,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *587 - - *263 - - *266 + - *588 + - *264 + - *267 - 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. @@ -89446,9 +89461,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *269 + default: *270 headers: Link: *58 x-github: @@ -89477,9 +89492,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *587 - - *263 - - *266 + - *588 + - *264 + - *267 requestBody: required: true content: @@ -89511,9 +89526,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89539,8 +89554,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *587 - - *263 + - *588 + - *264 - 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. @@ -89566,9 +89581,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *269 + default: *270 headers: Link: *58 x-github: @@ -89597,8 +89612,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *587 - - *263 + - *588 + - *264 requestBody: required: true content: @@ -89630,9 +89645,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89656,7 +89671,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *587 + - *588 - *17 - *19 responses: @@ -89694,7 +89709,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *587 + - *588 - name: role description: Filters members returned by their role in the team. in: query @@ -89745,7 +89760,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *587 + - *588 - *132 responses: '204': @@ -89782,7 +89797,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *587 + - *588 - *132 responses: '204': @@ -89822,7 +89837,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *587 + - *588 - *132 responses: '204': @@ -89859,16 +89874,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *587 + - *588 - *132 responses: '200': description: Response content: application/json: - schema: *271 + schema: *272 examples: - response-if-user-is-a-team-maintainer: *592 + response-if-user-is-a-team-maintainer: *593 '404': *6 x-github: githubCloudOnly: false @@ -89901,7 +89916,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *587 + - *588 - *132 requestBody: required: false @@ -89927,9 +89942,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - response-if-users-membership-with-team-is-now-pending: *593 + response-if-users-membership-with-team-is-now-pending: *594 '403': description: Forbidden if team synchronization is set up '422': @@ -89963,7 +89978,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *587 + - *588 - *132 responses: '204': @@ -89992,7 +90007,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *587 + - *588 - *17 - *19 responses: @@ -90002,9 +90017,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *594 + default: *595 headers: Link: *58 '404': *6 @@ -90030,16 +90045,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *587 - - *273 + - *588 + - *274 responses: '200': description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *595 + default: *596 '404': description: Not Found if project is not managed by this team x-github: @@ -90063,8 +90078,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *587 - - *273 + - *588 + - *274 requestBody: required: false content: @@ -90131,8 +90146,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *587 - - *273 + - *588 + - *274 responses: '204': description: Response @@ -90159,7 +90174,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *587 + - *588 - *17 - *19 responses: @@ -90201,15 +90216,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *587 - - *274 + - *588 - *275 + - *276 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *596 + schema: *597 examples: alternative-response-with-extra-repository-information: value: @@ -90360,9 +90375,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *587 - - *274 + - *588 - *275 + - *276 requestBody: required: false content: @@ -90412,9 +90427,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *587 - - *274 + - *588 - *275 + - *276 responses: '204': description: Response @@ -90439,7 +90454,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *587 + - *588 - *17 - *19 responses: @@ -90451,7 +90466,7 @@ paths: type: array items: *188 examples: - response-if-child-teams-exist: *597 + response-if-child-teams-exist: *598 headers: Link: *58 '404': *6 @@ -90484,7 +90499,7 @@ paths: application/json: schema: oneOf: - - &599 + - &600 title: Private User description: Private User type: object @@ -90687,7 +90702,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *598 + - *599 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -90840,7 +90855,7 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: default: value: @@ -91186,7 +91201,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -91194,7 +91209,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '401': *25 '403': *29 '404': *6 @@ -91238,7 +91253,7 @@ paths: type: integer secrets: type: array - items: &600 + items: &601 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -91278,7 +91293,7 @@ paths: - visibility - selected_repositories_url examples: - default: *397 + default: *398 headers: Link: *58 x-github: @@ -91354,7 +91369,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: default: value: @@ -91500,7 +91515,7 @@ paths: type: array items: *119 examples: - default: *601 + default: *602 '401': *25 '403': *29 '404': *6 @@ -91652,7 +91667,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '304': *37 '500': *145 '401': *25 @@ -91710,7 +91725,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '401': *25 '403': *29 '404': *6 @@ -91767,7 +91782,7 @@ paths: description: Response content: application/json: - schema: &602 + schema: &603 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -91808,7 +91823,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &603 + default: &604 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -91853,9 +91868,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *603 + default: *604 '404': *6 x-github: githubCloudOnly: false @@ -91892,9 +91907,9 @@ paths: type: integer machines: type: array - items: *604 + items: *605 examples: - default: *605 + default: *606 '304': *37 '500': *145 '401': *25 @@ -91973,13 +91988,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *285 + repository: *286 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *395 - required: *396 + properties: *396 + required: *397 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -92761,7 +92776,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '304': *37 '500': *145 '400': *14 @@ -92801,7 +92816,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '500': *145 '401': *25 '403': *29 @@ -92833,7 +92848,7 @@ paths: type: array items: *207 examples: - default: &618 + default: &619 value: - id: 197 name: hello_docker @@ -92934,7 +92949,7 @@ paths: application/json: schema: type: array - items: &606 + items: &607 title: Email description: Email type: object @@ -92999,9 +93014,9 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: &620 + default: &621 value: - email: octocat@github.com verified: true @@ -93076,7 +93091,7 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: default: value: @@ -93332,7 +93347,7 @@ paths: application/json: schema: type: array - items: &607 + items: &608 title: GPG Key description: A unique encryption key type: object @@ -93463,7 +93478,7 @@ paths: - subkeys - revoked examples: - default: &631 + default: &632 value: - id: 3 name: Octocat's GPG Key @@ -93548,9 +93563,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: &608 + default: &609 value: id: 3 name: Octocat's GPG Key @@ -93607,7 +93622,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &609 + - &610 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -93619,9 +93634,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: *608 + default: *609 '404': *6 '304': *37 '403': *29 @@ -93644,7 +93659,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *609 + - *610 responses: '204': description: Response @@ -93835,7 +93850,7 @@ paths: type: array items: *60 examples: - default: *610 + default: *611 headers: Link: *58 '404': *6 @@ -93949,7 +93964,7 @@ paths: required: true content: application/json: - schema: *468 + schema: *469 examples: default: value: @@ -94099,7 +94114,7 @@ paths: application/json: schema: type: array - items: &611 + items: &612 title: Key description: Key type: object @@ -94196,9 +94211,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: &612 + default: &613 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -94231,15 +94246,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *497 + - *498 responses: '200': description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 '404': *6 '304': *37 '403': *29 @@ -94262,7 +94277,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *497 + - *498 responses: '204': description: Response @@ -94295,7 +94310,7 @@ paths: application/json: schema: type: array - items: &613 + items: &614 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -94363,7 +94378,7 @@ paths: - account - plan examples: - default: &614 + default: &615 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -94425,9 +94440,9 @@ paths: application/json: schema: type: array - items: *613 + items: *614 examples: - default: *614 + default: *615 headers: Link: *58 '304': *37 @@ -95422,7 +95437,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *200 - - *615 + - *616 responses: '204': description: Response @@ -95495,7 +95510,7 @@ paths: type: array items: *196 examples: - default: *616 + default: *617 headers: Link: *58 '304': *37 @@ -95537,7 +95552,7 @@ paths: - docker - nuget - container - - *617 + - *618 - *19 - *17 responses: @@ -95549,8 +95564,8 @@ paths: type: array items: *207 examples: - default: *618 - '400': *619 + default: *619 + '400': *620 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95579,7 +95594,7 @@ paths: application/json: schema: *207 examples: - default: &632 + default: &633 value: id: 40201 name: octo-name @@ -95960,7 +95975,7 @@ paths: description: Response content: application/json: - schema: *222 + schema: *223 examples: default: value: @@ -96032,9 +96047,9 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: *620 + default: *621 headers: Link: *58 '304': *37 @@ -96147,7 +96162,7 @@ paths: type: array items: *60 examples: - default: &627 + default: &628 summary: Default response value: - id: 1296269 @@ -96449,9 +96464,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *287 + default: *288 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -96489,9 +96504,9 @@ paths: application/json: schema: type: array - items: *470 + items: *471 examples: - default: *621 + default: *622 headers: Link: *58 '304': *37 @@ -96570,7 +96585,7 @@ paths: application/json: schema: type: array - items: &622 + items: &623 title: Social account description: Social media account type: object @@ -96585,7 +96600,7 @@ paths: - provider - url examples: - default: &623 + default: &624 value: - provider: twitter url: https://twitter.com/github @@ -96647,9 +96662,9 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: *623 + default: *624 '422': *15 '304': *37 '404': *6 @@ -96736,7 +96751,7 @@ paths: application/json: schema: type: array - items: &624 + items: &625 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -96756,7 +96771,7 @@ paths: - title - created_at examples: - default: &639 + default: &640 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -96822,9 +96837,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: &625 + default: &626 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -96855,7 +96870,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: - - &626 + - &627 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -96867,9 +96882,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *625 + default: *626 '404': *6 '304': *37 '403': *29 @@ -96892,7 +96907,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: - - *626 + - *627 responses: '204': description: Response @@ -96921,7 +96936,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &640 + - &641 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 @@ -96946,11 +96961,11 @@ paths: type: array items: *60 examples: - default-response: *627 + default-response: *628 application/vnd.github.v3.star+json: schema: type: array - items: &641 + items: &642 title: Starred Repository description: Starred Repository type: object @@ -97106,8 +97121,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: - - *274 - *275 + - *276 responses: '204': description: Response if this repository is starred by you @@ -97135,8 +97150,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -97160,8 +97175,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -97233,7 +97248,7 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: default: value: @@ -97319,10 +97334,10 @@ paths: application/json: schema: oneOf: + - *600 - *599 - - *598 examples: - default-response: &629 + default-response: &630 summary: Default response value: login: octocat @@ -97357,7 +97372,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &630 + response-with-git-hub-plan-information: &631 summary: Response with GitHub plan information value: login: octocat @@ -97417,7 +97432,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *628 + - *629 - *17 responses: '200': @@ -97466,11 +97481,11 @@ paths: application/json: schema: oneOf: + - *600 - *599 - - *598 examples: - default-response: *629 - response-with-git-hub-plan-information: *630 + default-response: *630 + response-with-git-hub-plan-information: *631 '404': *6 x-github: githubCloudOnly: false @@ -97546,7 +97561,7 @@ paths: bundle_url: type: string examples: - default: *336 + default: *337 '201': description: Response content: @@ -97587,7 +97602,7 @@ paths: type: array items: *207 examples: - default: *618 + default: *619 '403': *29 '401': *25 x-github: @@ -97991,9 +98006,9 @@ paths: application/json: schema: type: array - items: *607 + items: *608 examples: - default: *631 + default: *632 headers: Link: *58 x-github: @@ -98097,7 +98112,7 @@ paths: application/json: schema: *22 examples: - default: *467 + default: *468 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98175,7 +98190,7 @@ paths: type: array items: *196 examples: - default: *616 + default: *617 headers: Link: *58 x-github: @@ -98214,7 +98229,7 @@ paths: - docker - nuget - container - - *617 + - *618 - *132 - *19 - *17 @@ -98227,10 +98242,10 @@ paths: type: array items: *207 examples: - default: *618 + default: *619 '403': *29 '401': *25 - '400': *619 + '400': *620 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98260,7 +98275,7 @@ paths: application/json: schema: *207 examples: - default: *632 + default: *633 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98546,7 +98561,7 @@ paths: application/json: schema: type: array - items: *222 + items: *223 examples: default: value: @@ -98859,9 +98874,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *634 + default: *635 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98889,9 +98904,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: *636 + default: *637 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98919,9 +98934,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98949,9 +98964,9 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: *623 + default: *624 headers: Link: *58 x-github: @@ -98981,9 +98996,9 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: - default: *639 + default: *640 headers: Link: *58 x-github: @@ -99008,7 +99023,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *132 - - *640 + - *641 - *48 - *17 - *19 @@ -99020,11 +99035,11 @@ paths: schema: anyOf: - type: array - items: *641 + items: *642 - type: array items: *60 examples: - default-response: *627 + default-response: *628 headers: Link: *58 x-github: @@ -99183,7 +99198,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &642 + enterprise: &643 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -99241,7 +99256,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &643 + installation: &644 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -99260,7 +99275,7 @@ x-webhooks: required: - id - node_id - organization: &644 + organization: &645 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -99320,13 +99335,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &645 + repository: &646 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: &675 + properties: &676 id: description: Unique identifier of the repository example: 42 @@ -100009,7 +100024,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &676 + required: &677 - archive_url - assignees_url - blobs_url @@ -100160,10 +100175,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -100239,11 +100254,11 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - rule: &646 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + rule: &647 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) @@ -100466,11 +100481,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - rule: *646 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + rule: *647 sender: *4 required: - action @@ -100653,11 +100668,11 @@ x-webhooks: - everyone required: - from - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - rule: *646 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + rule: *647 sender: *4 required: - action @@ -100741,7 +100756,7 @@ x-webhooks: type: string enum: - completed - check_run: &648 + check_run: &649 title: CheckRun description: A check performed on the code of a given code change type: object @@ -100804,7 +100819,7 @@ x-webhooks: type: string pull_requests: type: array - items: *353 + items: *354 repository: *119 status: example: completed @@ -100842,7 +100857,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *647 + deployment: *648 details_url: example: https://example.com type: string @@ -100892,7 +100907,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *353 + items: *354 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -100927,9 +100942,9 @@ x-webhooks: - output - app - pull_requests - installation: *643 - organization: *644 - repository: *645 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - check_run @@ -101322,10 +101337,10 @@ x-webhooks: type: string enum: - created - check_run: *648 - installation: *643 - organization: *644 - repository: *645 + check_run: *649 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - check_run @@ -101721,10 +101736,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *648 - installation: *643 - organization: *644 - repository: *645 + check_run: *649 + installation: *644 + organization: *645 + repository: *646 requested_action: description: The action requested by the user. type: object @@ -102129,10 +102144,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *648 - installation: *643 - organization: *644 - repository: *645 + check_run: *649 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - check_run @@ -103109,10 +103124,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -103782,10 +103797,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -104449,10 +104464,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -104615,7 +104630,7 @@ x-webhooks: required: - login - id - dismissed_comment: *369 + dismissed_comment: *370 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -104760,20 +104775,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &649 + commit_oid: &650 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: *642 - installation: *643 - organization: *644 - ref: &650 + enterprise: *643 + installation: *644 + organization: *645 + ref: &651 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: *645 + repository: *646 sender: *4 required: - action @@ -104935,7 +104950,7 @@ x-webhooks: required: - login - id - dismissed_comment: *369 + dismissed_comment: *370 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -105165,12 +105180,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *649 - enterprise: *642 - installation: *643 - organization: *644 - ref: *650 - repository: *645 + commit_oid: *650 + enterprise: *643 + installation: *644 + organization: *645 + ref: *651 + repository: *646 sender: *4 required: - action @@ -105265,7 +105280,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *369 + dismissed_comment: *370 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -105433,12 +105448,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *649 - enterprise: *642 - installation: *643 - organization: *644 - ref: *650 - repository: *645 + commit_oid: *650 + enterprise: *643 + installation: *644 + organization: *645 + ref: *651 + repository: *646 sender: *4 required: - action @@ -105601,7 +105616,7 @@ x-webhooks: required: - login - id - dismissed_comment: *369 + dismissed_comment: *370 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -105767,12 +105782,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *649 - enterprise: *642 - installation: *643 - organization: *644 - ref: *650 - repository: *645 + commit_oid: *650 + enterprise: *643 + installation: *644 + organization: *645 + ref: *651 + repository: *646 sender: *4 required: - action @@ -105869,7 +105884,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *369 + dismissed_comment: *370 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -106037,16 +106052,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 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: *645 + repository: *646 sender: *4 required: - action @@ -106140,7 +106155,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *369 + dismissed_comment: *370 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -106280,12 +106295,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *649 - enterprise: *642 - installation: *643 - organization: *644 - ref: *650 - repository: *645 + commit_oid: *650 + enterprise: *643 + installation: *644 + organization: *645 + ref: *651 + repository: *646 sender: *4 required: - action @@ -106542,10 +106557,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -106625,18 +106640,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *644 - pusher_type: &651 + organization: *645 + pusher_type: &652 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &652 + ref: &653 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -106646,7 +106661,7 @@ x-webhooks: enum: - tag - branch - repository: *645 + repository: *646 sender: *4 required: - ref @@ -106728,10 +106743,10 @@ x-webhooks: type: string enum: - created - definition: *223 - enterprise: *642 - installation: *643 - organization: *644 + definition: *224 + enterprise: *643 + installation: *644 + organization: *645 sender: *4 required: - action @@ -106816,9 +106831,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 sender: *4 required: - action @@ -106895,10 +106910,10 @@ x-webhooks: type: string enum: - updated - definition: *223 - enterprise: *642 - installation: *643 - organization: *644 + definition: *224 + enterprise: *643 + installation: *644 + organization: *645 sender: *4 required: - action @@ -106975,19 +106990,19 @@ x-webhooks: type: string enum: - updated - enterprise: *642 - installation: *643 - repository: *645 - organization: *644 + enterprise: *643 + installation: *644 + repository: *646 + organization: *645 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *227 + items: *228 old_property_values: type: array description: The old custom property values for the repository. - items: *227 + items: *228 required: - action - repository @@ -107063,18 +107078,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *642 - installation: *643 - organization: *644 - pusher_type: *651 - ref: *652 + enterprise: *643 + installation: *644 + organization: *645 + pusher_type: *652 + ref: *653 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *645 + repository: *646 sender: *4 required: - ref @@ -107158,11 +107173,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *426 - installation: *643 - organization: *644 - enterprise: *642 - repository: *645 + alert: *427 + installation: *644 + organization: *645 + enterprise: *643 + repository: *646 sender: *4 required: - action @@ -107246,11 +107261,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *426 - installation: *643 - organization: *644 - enterprise: *642 - repository: *645 + alert: *427 + installation: *644 + organization: *645 + enterprise: *643 + repository: *646 sender: *4 required: - action @@ -107334,11 +107349,11 @@ x-webhooks: type: string enum: - created - alert: *426 - installation: *643 - organization: *644 - enterprise: *642 - repository: *645 + alert: *427 + installation: *644 + organization: *645 + enterprise: *643 + repository: *646 sender: *4 required: - action @@ -107420,11 +107435,11 @@ x-webhooks: type: string enum: - dismissed - alert: *426 - installation: *643 - organization: *644 - enterprise: *642 - repository: *645 + alert: *427 + installation: *644 + organization: *645 + enterprise: *643 + repository: *646 sender: *4 required: - action @@ -107506,11 +107521,11 @@ x-webhooks: type: string enum: - fixed - alert: *426 - installation: *643 - organization: *644 - enterprise: *642 - repository: *645 + alert: *427 + installation: *644 + organization: *645 + enterprise: *643 + repository: *646 sender: *4 required: - action @@ -107593,11 +107608,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *426 - installation: *643 - organization: *644 - enterprise: *642 - repository: *645 + alert: *427 + installation: *644 + organization: *645 + enterprise: *643 + repository: *646 sender: *4 required: - action @@ -107679,11 +107694,11 @@ x-webhooks: type: string enum: - reopened - alert: *426 - installation: *643 - organization: *644 - enterprise: *642 - repository: *645 + alert: *427 + installation: *644 + organization: *645 + enterprise: *643 + repository: *646 sender: *4 required: - action @@ -107760,9 +107775,9 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - key: &653 + enterprise: *643 + installation: *644 + key: &654 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -107798,8 +107813,8 @@ x-webhooks: - verified - created_at - read_only - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -107876,11 +107891,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - key: *653 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + key: *654 + organization: *645 + repository: *646 sender: *4 required: - action @@ -108441,12 +108456,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - workflow: &657 + workflow: &658 title: Workflow type: object nullable: true @@ -109172,13 +109187,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *432 + deployment: *433 pull_requests: type: array - items: *517 - repository: *645 - organization: *644 - installation: *643 + items: *518 + repository: *646 + organization: *645 + installation: *644 sender: *4 responses: '200': @@ -109249,7 +109264,7 @@ x-webhooks: type: string enum: - approved - approver: &654 + approver: &655 type: object properties: avatar_url: @@ -109292,11 +109307,11 @@ x-webhooks: type: string comment: type: string - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - reviewers: &655 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + reviewers: &656 type: array items: type: object @@ -109375,7 +109390,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &656 + workflow_job_run: &657 type: object properties: conclusion: @@ -110106,18 +110121,18 @@ x-webhooks: type: string enum: - rejected - approver: *654 + approver: *655 comment: type: string - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - reviewers: *655 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + reviewers: *656 sender: *4 since: type: string - workflow_job_run: *656 + workflow_job_run: *657 workflow_job_runs: type: array items: @@ -110821,13 +110836,13 @@ x-webhooks: type: string enum: - requested - enterprise: *642 + enterprise: *643 environment: type: string - installation: *643 - organization: *644 - repository: *645 - requestor: &662 + installation: *644 + organization: *645 + repository: *646 + requestor: &663 title: User type: object nullable: true @@ -112726,12 +112741,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - workflow: *657 + workflow: *658 workflow_run: title: Deployment Workflow Run type: object @@ -113411,7 +113426,7 @@ x-webhooks: type: string enum: - answered - answer: &660 + answer: &661 type: object properties: author_association: @@ -113568,7 +113583,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &658 + discussion: &659 title: Discussion description: A Discussion in a repository. type: object @@ -113854,7 +113869,7 @@ x-webhooks: - id labels: type: array - items: *479 + items: *480 required: - repository_url - category @@ -113876,10 +113891,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -114006,11 +114021,11 @@ x-webhooks: - from required: - category - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -114093,11 +114108,11 @@ x-webhooks: type: string enum: - closed - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -114179,7 +114194,7 @@ x-webhooks: type: string enum: - created - comment: &659 + comment: &660 type: object properties: author_association: @@ -114336,11 +114351,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -114423,12 +114438,12 @@ x-webhooks: type: string enum: - deleted - comment: *659 - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + comment: *660 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -114523,12 +114538,12 @@ x-webhooks: - from required: - body - comment: *659 - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + comment: *660 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -114612,11 +114627,11 @@ x-webhooks: type: string enum: - created - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -114698,11 +114713,11 @@ x-webhooks: type: string enum: - deleted - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -114802,11 +114817,11 @@ x-webhooks: type: string required: - from - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -114888,10 +114903,10 @@ x-webhooks: type: string enum: - labeled - discussion: *658 - enterprise: *642 - installation: *643 - label: &661 + discussion: *659 + enterprise: *643 + installation: *644 + label: &662 title: Label type: object properties: @@ -114923,8 +114938,8 @@ x-webhooks: - color - default - description - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -115007,11 +115022,11 @@ x-webhooks: type: string enum: - locked - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -115093,11 +115108,11 @@ x-webhooks: type: string enum: - pinned - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -115179,11 +115194,11 @@ x-webhooks: type: string enum: - reopened - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -115268,16 +115283,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *658 - new_repository: *645 + new_discussion: *659 + new_repository: *646 required: - new_discussion - new_repository - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -115360,10 +115375,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *658 - old_answer: *660 - organization: *644 - repository: *645 + discussion: *659 + old_answer: *661 + organization: *645 + repository: *646 sender: *4 required: - action @@ -115445,12 +115460,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *658 - enterprise: *642 - installation: *643 - label: *661 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + label: *662 + organization: *645 + repository: *646 sender: *4 required: - action @@ -115533,11 +115548,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -115619,11 +115634,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -115696,7 +115711,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *642 + enterprise: *643 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -116356,9 +116371,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *643 - organization: *644 - repository: *645 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - forkee @@ -116504,9 +116519,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 pages: description: The pages that were updated. type: array @@ -116543,7 +116558,7 @@ x-webhooks: - action - sha - html_url - repository: *645 + repository: *646 sender: *4 required: - pages @@ -116619,10 +116634,10 @@ x-webhooks: type: string enum: - created - enterprise: *642 + enterprise: *643 installation: *22 - organization: *644 - repositories: &663 + organization: *645 + repositories: &664 description: An array of repository objects that the installation can access. type: array @@ -116648,8 +116663,8 @@ x-webhooks: - name - full_name - private - repository: *645 - requester: *662 + repository: *646 + requester: *663 sender: *4 required: - action @@ -116724,11 +116739,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 + enterprise: *643 installation: *22 - organization: *644 - repositories: *663 - repository: *645 + organization: *645 + repositories: *664 + repository: *646 requester: nullable: true sender: *4 @@ -116804,11 +116819,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *642 + enterprise: *643 installation: *22 - organization: *644 - repositories: *663 - repository: *645 + organization: *645 + repositories: *664 + repository: *646 requester: nullable: true sender: *4 @@ -116884,10 +116899,10 @@ x-webhooks: type: string enum: - added - enterprise: *642 + enterprise: *643 installation: *22 - organization: *644 - repositories_added: &664 + organization: *645 + repositories_added: &665 description: An array of repository objects, which were added to the installation. type: array @@ -116933,15 +116948,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *645 - repository_selection: &665 + repository: *646 + repository_selection: &666 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *662 + requester: *663 sender: *4 required: - action @@ -117020,10 +117035,10 @@ x-webhooks: type: string enum: - removed - enterprise: *642 + enterprise: *643 installation: *22 - organization: *644 - repositories_added: *664 + organization: *645 + repositories_added: *665 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -117050,9 +117065,9 @@ x-webhooks: - name - full_name - private - repository: *645 - repository_selection: *665 - requester: *662 + repository: *646 + repository_selection: *666 + requester: *663 sender: *4 required: - action @@ -117131,11 +117146,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *642 + enterprise: *643 installation: *22 - organization: *644 - repositories: *663 - repository: *645 + organization: *645 + repositories: *664 + repository: *646 requester: nullable: true sender: *4 @@ -117313,10 +117328,10 @@ x-webhooks: type: string required: - from - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 target_type: type: string @@ -117395,11 +117410,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *642 + enterprise: *643 installation: *22 - organization: *644 - repositories: *663 - repository: *645 + organization: *645 + repositories: *664 + repository: *646 requester: nullable: true sender: *4 @@ -117651,8 +117666,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -118807,8 +118822,8 @@ x-webhooks: - state - locked - assignee - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -118888,7 +118903,7 @@ x-webhooks: type: string enum: - deleted - comment: &666 + comment: &667 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -119053,8 +119068,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -120207,8 +120222,8 @@ x-webhooks: - state - locked - assignee - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -120288,7 +120303,7 @@ x-webhooks: type: string enum: - edited - changes: &694 + changes: &695 description: The changes to the comment. type: object properties: @@ -120300,9 +120315,9 @@ x-webhooks: type: string required: - from - comment: *666 - enterprise: *642 - installation: *643 + comment: *667 + enterprise: *643 + installation: *644 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -121456,8 +121471,8 @@ x-webhooks: - state - locked - assignee - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -121539,10 +121554,10 @@ x-webhooks: type: string enum: - assigned - assignee: *662 - enterprise: *642 - installation: *643 - issue: &669 + assignee: *663 + enterprise: *643 + installation: *644 + issue: &670 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -122460,8 +122475,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -122541,8 +122556,8 @@ x-webhooks: type: string enum: - closed - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -123600,8 +123615,8 @@ x-webhooks: required: - state - closed_at - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -123680,8 +123695,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -124592,8 +124607,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -124672,8 +124687,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -125587,7 +125602,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &667 + milestone: &668 title: Milestone description: A collection of related issues and pull requests. type: object @@ -125725,8 +125740,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -125825,8 +125840,8 @@ x-webhooks: type: string required: - from - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126744,9 +126759,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *661 - organization: *644 - repository: *645 + label: *662 + organization: *645 + repository: *646 sender: *4 required: - action @@ -126826,8 +126841,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127744,9 +127759,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *661 - organization: *644 - repository: *645 + label: *662 + organization: *645 + repository: *646 sender: *4 required: - action @@ -127826,8 +127841,8 @@ x-webhooks: type: string enum: - locked - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128745,8 +128760,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -128825,8 +128840,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129738,9 +129753,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *667 - organization: *644 - repository: *645 + milestone: *668 + organization: *645 + repository: *646 sender: *4 required: - action @@ -131201,8 +131216,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132119,8 +132134,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -132200,9 +132215,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *642 - installation: *643 - issue: &668 + enterprise: *643 + installation: *644 + issue: &669 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -133113,8 +133128,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -133193,8 +133208,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134111,8 +134126,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -135574,11 +135589,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *642 - installation: *643 - issue: *668 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + issue: *669 + organization: *645 + repository: *646 sender: *4 required: - action @@ -135659,7 +135674,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &697 + assignee: &698 title: User type: object nullable: true @@ -135729,11 +135744,11 @@ x-webhooks: required: - login - id - enterprise: *642 - installation: *643 - issue: *669 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + issue: *670 + organization: *645 + repository: *646 sender: *4 required: - action @@ -135812,12 +135827,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *642 - installation: *643 - issue: *669 - label: *661 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + issue: *670 + label: *662 + organization: *645 + repository: *646 sender: *4 required: - action @@ -135897,8 +135912,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136814,8 +136829,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -136895,11 +136910,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *642 - installation: *643 - issue: *668 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + issue: *669 + organization: *645 + repository: *646 sender: *4 required: - action @@ -136978,11 +136993,11 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - label: *661 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + label: *662 + organization: *645 + repository: *646 sender: *4 required: - action @@ -137060,11 +137075,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - label: *661 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + label: *662 + organization: *645 + repository: *646 sender: *4 required: - action @@ -137174,11 +137189,11 @@ x-webhooks: type: string required: - from - enterprise: *642 - installation: *643 - label: *661 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + label: *662 + organization: *645 + repository: *646 sender: *4 required: - action @@ -137260,9 +137275,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *642 - installation: *643 - marketplace_purchase: &670 + enterprise: *643 + installation: *644 + marketplace_purchase: &671 title: Marketplace Purchase type: object required: @@ -137345,8 +137360,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *644 - previous_marketplace_purchase: &671 + organization: *645 + previous_marketplace_purchase: &672 title: Marketplace Purchase type: object properties: @@ -137426,7 +137441,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *645 + repository: *646 sender: *4 required: - action @@ -137506,10 +137521,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *642 - installation: *643 - marketplace_purchase: *670 - organization: *644 + enterprise: *643 + installation: *644 + marketplace_purchase: *671 + organization: *645 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -137592,7 +137607,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *645 + repository: *646 sender: *4 required: - action @@ -137674,10 +137689,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *642 - installation: *643 - marketplace_purchase: *670 - organization: *644 + enterprise: *643 + installation: *644 + marketplace_purchase: *671 + organization: *645 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -137759,7 +137774,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *645 + repository: *646 sender: *4 required: - action @@ -137840,8 +137855,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 marketplace_purchase: title: Marketplace Purchase type: object @@ -137923,9 +137938,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *644 - previous_marketplace_purchase: *671 - repository: *645 + organization: *645 + previous_marketplace_purchase: *672 + repository: *646 sender: *4 required: - action @@ -138005,12 +138020,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *642 - installation: *643 - marketplace_purchase: *670 - organization: *644 - previous_marketplace_purchase: *671 - repository: *645 + enterprise: *643 + installation: *644 + marketplace_purchase: *671 + organization: *645 + previous_marketplace_purchase: *672 + repository: *646 sender: *4 required: - action @@ -138112,11 +138127,11 @@ x-webhooks: type: string required: - to - enterprise: *642 - installation: *643 - member: *662 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + member: *663 + organization: *645 + repository: *646 sender: *4 required: - action @@ -138216,11 +138231,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *642 - installation: *643 - member: *662 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + member: *663 + organization: *645 + repository: *646 sender: *4 required: - action @@ -138299,11 +138314,11 @@ x-webhooks: type: string enum: - removed - enterprise: *642 - installation: *643 - member: *662 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + member: *663 + organization: *645 + repository: *646 sender: *4 required: - action @@ -138381,11 +138396,11 @@ x-webhooks: type: string enum: - added - enterprise: *642 - installation: *643 - member: *662 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + member: *663 + organization: *645 + repository: *646 scope: description: The scope of the membership. Currently, can only be `team`. @@ -138461,7 +138476,7 @@ x-webhooks: required: - login - id - team: &672 + team: &673 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -138651,11 +138666,11 @@ x-webhooks: type: string enum: - removed - enterprise: *642 - installation: *643 - member: *662 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + member: *663 + organization: *645 + repository: *646 scope: description: The scope of the membership. Currently, can only be `team`. @@ -138732,7 +138747,7 @@ x-webhooks: required: - login - id - team: *672 + team: *673 required: - action - scope @@ -138814,8 +138829,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *643 - merge_group: &674 + installation: *644 + merge_group: &675 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -138834,15 +138849,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *673 + head_commit: *674 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -138928,10 +138943,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *643 - merge_group: *674 - organization: *644 - repository: *645 + installation: *644 + merge_group: *675 + organization: *645 + repository: *646 sender: *4 required: - action @@ -139004,7 +139019,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 + enterprise: *643 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -139112,16 +139127,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *643 - organization: *644 + installation: *644 + organization: *645 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: *675 - required: *676 + properties: *676 + required: *677 nullable: true sender: *4 required: @@ -139202,11 +139217,11 @@ x-webhooks: type: string enum: - closed - enterprise: *642 - installation: *643 - milestone: *667 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + milestone: *668 + organization: *645 + repository: *646 sender: *4 required: - action @@ -139285,9 +139300,9 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - milestone: &677 + enterprise: *643 + installation: *644 + milestone: &678 title: Milestone description: A collection of related issues and pull requests. type: object @@ -139424,8 +139439,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -139504,11 +139519,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - milestone: *667 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + milestone: *668 + organization: *645 + repository: *646 sender: *4 required: - action @@ -139618,11 +139633,11 @@ x-webhooks: type: string required: - from - enterprise: *642 - installation: *643 - milestone: *667 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + milestone: *668 + organization: *645 + repository: *646 sender: *4 required: - action @@ -139702,11 +139717,11 @@ x-webhooks: type: string enum: - opened - enterprise: *642 - installation: *643 - milestone: *677 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + milestone: *678 + organization: *645 + repository: *646 sender: *4 required: - action @@ -139785,11 +139800,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *662 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + blocked_user: *663 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -139868,11 +139883,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *662 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + blocked_user: *663 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -139951,9 +139966,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - membership: &678 + enterprise: *643 + installation: *644 + membership: &679 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -140045,8 +140060,8 @@ x-webhooks: - role - organization_url - user - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -140124,11 +140139,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *642 - installation: *643 - membership: *678 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + membership: *679 + organization: *645 + repository: *646 sender: *4 required: - action @@ -140207,8 +140222,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -140324,10 +140339,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 - user: *662 + user: *663 required: - action - invitation @@ -140405,11 +140420,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *642 - installation: *643 - membership: *678 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + membership: *679 + organization: *645 + repository: *646 sender: *4 required: - action @@ -140496,11 +140511,11 @@ x-webhooks: properties: from: type: string - enterprise: *642 - installation: *643 - membership: *678 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + membership: *679 + organization: *645 + repository: *646 sender: *4 required: - action @@ -140576,9 +140591,9 @@ x-webhooks: type: string enum: - published - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 package: description: Information about the package. type: object @@ -141077,7 +141092,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &679 + items: &680 title: Ruby Gems metadata type: object properties: @@ -141172,7 +141187,7 @@ x-webhooks: - owner - package_version - registry - repository: *645 + repository: *646 sender: *4 required: - action @@ -141248,9 +141263,9 @@ x-webhooks: type: string enum: - updated - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 package: description: Information about the package. type: object @@ -141603,7 +141618,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *679 + items: *680 source_url: type: string format: uri @@ -141673,7 +141688,7 @@ x-webhooks: - owner - package_version - registry - repository: *645 + repository: *646 sender: *4 required: - action @@ -141850,12 +141865,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *642 + enterprise: *643 id: type: integer - installation: *643 - organization: *644 - repository: *645 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - id @@ -141935,7 +141950,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &680 + personal_access_token_request: &681 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -142081,10 +142096,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *642 - organization: *644 + enterprise: *643 + organization: *645 sender: *4 - installation: *643 + installation: *644 required: - action - personal_access_token_request @@ -142163,11 +142178,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *680 - enterprise: *642 - organization: *644 + personal_access_token_request: *681 + enterprise: *643 + organization: *645 sender: *4 - installation: *643 + installation: *644 required: - action - personal_access_token_request @@ -142245,11 +142260,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *680 - enterprise: *642 - organization: *644 + personal_access_token_request: *681 + enterprise: *643 + organization: *645 sender: *4 - installation: *643 + installation: *644 required: - action - personal_access_token_request @@ -142326,11 +142341,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *680 - organization: *644 - enterprise: *642 + personal_access_token_request: *681 + organization: *645 + enterprise: *643 sender: *4 - installation: *643 + installation: *644 required: - action - personal_access_token_request @@ -142434,7 +142449,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *681 + last_response: *682 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -142466,8 +142481,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 zen: description: Random string of GitHub zen. @@ -142712,10 +142727,10 @@ x-webhooks: - from required: - note - enterprise: *642 - installation: *643 - organization: *644 - project_card: &682 + enterprise: *643 + installation: *644 + organization: *645 + project_card: &683 title: Project Card type: object properties: @@ -142834,7 +142849,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *645 + repository: *646 sender: *4 required: - action @@ -142915,11 +142930,11 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 - project_card: *682 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + project_card: *683 + repository: *646 sender: *4 required: - action @@ -142999,9 +143014,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 project_card: title: Project Card type: object @@ -143129,8 +143144,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: *675 - required: *676 + properties: *676 + required: *677 nullable: true sender: *4 required: @@ -143224,11 +143239,11 @@ x-webhooks: - from required: - note - enterprise: *642 - installation: *643 - organization: *644 - project_card: *682 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + project_card: *683 + repository: *646 sender: *4 required: - action @@ -143322,9 +143337,9 @@ x-webhooks: - from required: - column_id - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 project_card: allOf: - title: Project Card @@ -143514,7 +143529,7 @@ x-webhooks: type: string required: - after_id - repository: *645 + repository: *646 sender: *4 required: - action @@ -143594,10 +143609,10 @@ x-webhooks: type: string enum: - closed - enterprise: *642 - installation: *643 - organization: *644 - project: &684 + enterprise: *643 + installation: *644 + organization: *645 + project: &685 title: Project type: object properties: @@ -143721,7 +143736,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *645 + repository: *646 sender: *4 required: - action @@ -143801,10 +143816,10 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 - project_column: &683 + enterprise: *643 + installation: *644 + organization: *645 + project_column: &684 title: Project Column type: object properties: @@ -143843,7 +143858,7 @@ x-webhooks: - name - created_at - updated_at - repository: *645 + repository: *646 sender: *4 required: - action @@ -143922,18 +143937,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - organization: *644 - project_column: *683 + enterprise: *643 + installation: *644 + organization: *645 + project_column: *684 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: *675 - required: *676 + properties: *676 + required: *677 nullable: true sender: *4 required: @@ -144023,11 +144038,11 @@ x-webhooks: type: string required: - from - enterprise: *642 - installation: *643 - organization: *644 - project_column: *683 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + project_column: *684 + repository: *646 sender: *4 required: - action @@ -144107,11 +144122,11 @@ x-webhooks: type: string enum: - moved - enterprise: *642 - installation: *643 - organization: *644 - project_column: *683 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + project_column: *684 + repository: *646 sender: *4 required: - action @@ -144191,11 +144206,11 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 - project: *684 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + project: *685 + repository: *646 sender: *4 required: - action @@ -144275,18 +144290,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - organization: *644 - project: *684 + enterprise: *643 + installation: *644 + organization: *645 + project: *685 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: *675 - required: *676 + properties: *676 + required: *677 nullable: true sender: *4 required: @@ -144388,11 +144403,11 @@ x-webhooks: type: string required: - from - enterprise: *642 - installation: *643 - organization: *644 - project: *684 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + project: *685 + repository: *646 sender: *4 required: - action @@ -144471,11 +144486,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *642 - installation: *643 - organization: *644 - project: *684 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + project: *685 + repository: *646 sender: *4 required: - action @@ -144556,9 +144571,9 @@ x-webhooks: type: string enum: - closed - installation: *643 - organization: *644 - projects_v2: &685 + installation: *644 + organization: *645 + projects_v2: &686 title: Projects v2 Project description: A projects v2 project type: object @@ -144701,9 +144716,9 @@ x-webhooks: type: string enum: - created - installation: *643 - organization: *644 - projects_v2: *685 + installation: *644 + organization: *645 + projects_v2: *686 sender: *4 required: - action @@ -144784,9 +144799,9 @@ x-webhooks: type: string enum: - deleted - installation: *643 - organization: *644 - projects_v2: *685 + installation: *644 + organization: *645 + projects_v2: *686 sender: *4 required: - action @@ -144903,9 +144918,9 @@ x-webhooks: type: string to: type: string - installation: *643 - organization: *644 - projects_v2: *685 + installation: *644 + organization: *645 + projects_v2: *686 sender: *4 required: - action @@ -144988,7 +145003,7 @@ x-webhooks: type: string enum: - archived - changes: &689 + changes: &690 type: object properties: archived_at: @@ -145002,9 +145017,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *643 - organization: *644 - projects_v2_item: &686 + installation: *644 + organization: *645 + projects_v2_item: &687 title: Projects v2 Item description: An item belonging to a project type: object @@ -145138,9 +145153,9 @@ x-webhooks: nullable: true to: type: string - installation: *643 - organization: *644 - projects_v2_item: *686 + installation: *644 + organization: *645 + projects_v2_item: *687 sender: *4 required: - action @@ -145222,9 +145237,9 @@ x-webhooks: type: string enum: - created - installation: *643 - organization: *644 - projects_v2_item: *686 + installation: *644 + organization: *645 + projects_v2_item: *687 sender: *4 required: - action @@ -145305,9 +145320,9 @@ x-webhooks: type: string enum: - deleted - installation: *643 - organization: *644 - projects_v2_item: *686 + installation: *644 + organization: *645 + projects_v2_item: *687 sender: *4 required: - action @@ -145413,7 +145428,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &687 + - &688 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -145431,7 +145446,7 @@ x-webhooks: required: - id - name - - &688 + - &689 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -145454,8 +145469,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *687 - *688 + - *689 required: - field_value - type: object @@ -145471,9 +145486,9 @@ x-webhooks: nullable: true required: - body - installation: *643 - organization: *644 - projects_v2_item: *686 + installation: *644 + organization: *645 + projects_v2_item: *687 sender: *4 required: - action @@ -145568,9 +145583,9 @@ x-webhooks: to: type: string nullable: true - installation: *643 - organization: *644 - projects_v2_item: *686 + installation: *644 + organization: *645 + projects_v2_item: *687 sender: *4 required: - action @@ -145653,10 +145668,10 @@ x-webhooks: type: string enum: - restored - changes: *689 - installation: *643 - organization: *644 - projects_v2_item: *686 + changes: *690 + installation: *644 + organization: *645 + projects_v2_item: *687 sender: *4 required: - action @@ -145738,9 +145753,9 @@ x-webhooks: type: string enum: - reopened - installation: *643 - organization: *644 - projects_v2: *685 + installation: *644 + organization: *645 + projects_v2: *686 sender: *4 required: - action @@ -145821,9 +145836,9 @@ x-webhooks: type: string enum: - created - installation: *643 - organization: *644 - projects_v2_status_update: &690 + installation: *644 + organization: *645 + projects_v2_status_update: &691 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -145950,9 +145965,9 @@ x-webhooks: type: string enum: - deleted - installation: *643 - organization: *644 - projects_v2_status_update: *690 + installation: *644 + organization: *645 + projects_v2_status_update: *691 sender: *4 required: - action @@ -146088,9 +146103,9 @@ x-webhooks: type: string format: date nullable: true - installation: *643 - organization: *644 - projects_v2_status_update: *690 + installation: *644 + organization: *645 + projects_v2_status_update: *691 sender: *4 required: - action @@ -146161,10 +146176,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - repository @@ -146241,13 +146256,13 @@ x-webhooks: type: string enum: - assigned - assignee: *662 - enterprise: *642 - installation: *643 - number: &691 + assignee: *663 + enterprise: *643 + installation: *644 + number: &692 description: The pull request number. type: integer - organization: *644 + organization: *645 pull_request: title: Pull Request type: object @@ -148530,7 +148545,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 sender: *4 required: - action @@ -148612,11 +148627,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 number: type: integer - organization: *644 + organization: *645 pull_request: title: Pull Request type: object @@ -150894,7 +150909,7 @@ x-webhooks: - draft reason: type: string - repository: *645 + repository: *646 sender: *4 required: - action @@ -150976,11 +150991,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 number: type: integer - organization: *644 + organization: *645 pull_request: title: Pull Request type: object @@ -153258,7 +153273,7 @@ x-webhooks: - draft reason: type: string - repository: *645 + repository: *646 sender: *4 required: - action @@ -153340,13 +153355,13 @@ x-webhooks: type: string enum: - closed - enterprise: *642 - installation: *643 - number: *691 - organization: *644 - pull_request: &692 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 + pull_request: &693 allOf: - - *517 + - *518 - type: object properties: allow_auto_merge: @@ -153408,7 +153423,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *645 + repository: *646 sender: *4 required: - action @@ -153489,12 +153504,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *642 - installation: *643 - number: *691 - organization: *644 - pull_request: *692 - repository: *645 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 + pull_request: *693 + repository: *646 sender: *4 required: - action @@ -153574,11 +153589,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *642 - milestone: *500 - number: *691 - organization: *644 - pull_request: &693 + enterprise: *643 + milestone: *501 + number: *692 + organization: *645 + pull_request: &694 title: Pull Request type: object properties: @@ -155841,7 +155856,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 sender: *4 required: - action @@ -155920,11 +155935,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 number: type: integer - organization: *644 + organization: *645 pull_request: title: Pull Request type: object @@ -158206,7 +158221,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *645 + repository: *646 sender: *4 required: - action @@ -158330,12 +158345,12 @@ x-webhooks: type: string required: - from - enterprise: *642 - installation: *643 - number: *691 - organization: *644 - pull_request: *692 - repository: *645 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 + pull_request: *693 + repository: *646 sender: *4 required: - action @@ -158415,11 +158430,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 number: type: integer - organization: *644 + organization: *645 pull_request: title: Pull Request type: object @@ -160686,7 +160701,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 sender: *4 required: - action @@ -160766,11 +160781,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *642 - installation: *643 - label: *661 - number: *691 - organization: *644 + enterprise: *643 + installation: *644 + label: *662 + number: *692 + organization: *645 pull_request: title: Pull Request type: object @@ -163052,7 +163067,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 sender: *4 required: - action @@ -163133,10 +163148,10 @@ x-webhooks: type: string enum: - locked - enterprise: *642 - installation: *643 - number: *691 - organization: *644 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 pull_request: title: Pull Request type: object @@ -165416,7 +165431,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 sender: *4 required: - action @@ -165496,12 +165511,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *642 - milestone: *500 - number: *691 - organization: *644 - pull_request: *693 - repository: *645 + enterprise: *643 + milestone: *501 + number: *692 + organization: *645 + pull_request: *694 + repository: *646 sender: *4 required: - action @@ -165580,12 +165595,12 @@ x-webhooks: type: string enum: - opened - enterprise: *642 - installation: *643 - number: *691 - organization: *644 - pull_request: *692 - repository: *645 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 + pull_request: *693 + repository: *646 sender: *4 required: - action @@ -165666,12 +165681,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *642 - installation: *643 - number: *691 - organization: *644 - pull_request: *692 - repository: *645 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 + pull_request: *693 + repository: *646 sender: *4 required: - action @@ -165751,12 +165766,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *642 - installation: *643 - number: *691 - organization: *644 - pull_request: *692 - repository: *645 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 + pull_request: *693 + repository: *646 sender: *4 required: - action @@ -166122,9 +166137,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 pull_request: type: object properties: @@ -168294,7 +168309,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *645 + repository: *646 sender: *4 required: - action @@ -168374,7 +168389,7 @@ x-webhooks: type: string enum: - deleted - comment: &695 + comment: &696 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -168659,9 +168674,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 pull_request: type: object properties: @@ -170819,7 +170834,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *645 + repository: *646 sender: *4 required: - action @@ -170899,11 +170914,11 @@ x-webhooks: type: string enum: - edited - changes: *694 - comment: *695 - enterprise: *642 - installation: *643 - organization: *644 + changes: *695 + comment: *696 + enterprise: *643 + installation: *644 + organization: *645 pull_request: type: object properties: @@ -173064,7 +173079,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *645 + repository: *646 sender: *4 required: - action @@ -173145,9 +173160,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 pull_request: title: Simple Pull Request type: object @@ -175320,7 +175335,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *645 + repository: *646 review: description: The review that was affected. type: object @@ -175563,9 +175578,9 @@ x-webhooks: type: string required: - from - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 pull_request: title: Simple Pull Request type: object @@ -177619,8 +177634,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *645 - review: &696 + repository: *646 + review: &697 description: The review that was affected. type: object properties: @@ -177849,12 +177864,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 number: description: The pull request number. type: integer - organization: *644 + organization: *645 pull_request: title: Pull Request type: object @@ -180137,7 +180152,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 requested_reviewer: title: User type: object @@ -180221,12 +180236,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 number: description: The pull request number. type: integer - organization: *644 + organization: *645 pull_request: title: Pull Request type: object @@ -182516,7 +182531,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 requested_team: title: Team description: Groups of organization members that gives permissions @@ -182708,12 +182723,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 number: description: The pull request number. type: integer - organization: *644 + organization: *645 pull_request: title: Pull Request type: object @@ -184998,7 +185013,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 requested_reviewer: title: User type: object @@ -185083,12 +185098,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 number: description: The pull request number. type: integer - organization: *644 + organization: *645 pull_request: title: Pull Request type: object @@ -187364,7 +187379,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 requested_team: title: Team description: Groups of organization members that gives permissions @@ -187545,9 +187560,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 pull_request: title: Simple Pull Request type: object @@ -189722,8 +189737,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *645 - review: *696 + repository: *646 + review: *697 sender: *4 required: - action @@ -189803,9 +189818,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 pull_request: title: Simple Pull Request type: object @@ -191875,7 +191890,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *645 + repository: *646 sender: *4 thread: type: object @@ -192258,9 +192273,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 pull_request: title: Simple Pull Request type: object @@ -194316,7 +194331,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *645 + repository: *646 sender: *4 thread: type: object @@ -194702,10 +194717,10 @@ x-webhooks: type: string before: type: string - enterprise: *642 - installation: *643 - number: *691 - organization: *644 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 pull_request: title: Pull Request type: object @@ -196976,7 +196991,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 sender: *4 required: - action @@ -197058,11 +197073,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *697 - enterprise: *642 - installation: *643 - number: *691 - organization: *644 + assignee: *698 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 pull_request: title: Pull Request type: object @@ -199345,7 +199360,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 sender: *4 required: - action @@ -199424,11 +199439,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *642 - installation: *643 - label: *661 - number: *691 - organization: *644 + enterprise: *643 + installation: *644 + label: *662 + number: *692 + organization: *645 pull_request: title: Pull Request type: object @@ -201701,7 +201716,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 sender: *4 required: - action @@ -201782,10 +201797,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *642 - installation: *643 - number: *691 - organization: *644 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 pull_request: title: Pull Request type: object @@ -204050,7 +204065,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 sender: *4 required: - action @@ -204250,7 +204265,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *642 + enterprise: *643 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -204342,8 +204357,8 @@ x-webhooks: - url - author - committer - installation: *643 - organization: *644 + installation: *644 + organization: *645 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -204918,9 +204933,9 @@ x-webhooks: type: string enum: - published - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 registry_package: type: object properties: @@ -205366,7 +205381,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *679 + items: *680 summary: type: string tag_name: @@ -205420,7 +205435,7 @@ x-webhooks: - owner - package_version - registry - repository: *645 + repository: *646 sender: *4 required: - action @@ -205498,9 +205513,9 @@ x-webhooks: type: string enum: - updated - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 registry_package: type: object properties: @@ -205808,7 +205823,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *679 + items: *680 summary: type: string tag_name: @@ -205857,7 +205872,7 @@ x-webhooks: - owner - package_version - registry - repository: *645 + repository: *646 sender: *4 required: - action @@ -205934,10 +205949,10 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 - release: &698 + enterprise: *643 + installation: *644 + organization: *645 + release: &699 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -206242,7 +206257,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *645 + repository: *646 sender: *4 required: - action @@ -206319,11 +206334,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - organization: *644 - release: *698 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + release: *699 + repository: *646 sender: *4 required: - action @@ -206440,11 +206455,11 @@ x-webhooks: type: boolean required: - to - enterprise: *642 - installation: *643 - organization: *644 - release: *698 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + release: *699 + repository: *646 sender: *4 required: - action @@ -206522,9 +206537,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -206833,7 +206848,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *645 + repository: *646 sender: *4 required: - action @@ -206909,10 +206924,10 @@ x-webhooks: type: string enum: - published - enterprise: *642 - installation: *643 - organization: *644 - release: &699 + enterprise: *643 + installation: *644 + organization: *645 + release: &700 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -207218,7 +207233,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *645 + repository: *646 sender: *4 required: - action @@ -207294,11 +207309,11 @@ x-webhooks: type: string enum: - released - enterprise: *642 - installation: *643 - organization: *644 - release: *698 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + release: *699 + repository: *646 sender: *4 required: - action @@ -207374,11 +207389,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *642 - installation: *643 - organization: *644 - release: *699 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + release: *700 + repository: *646 sender: *4 required: - action @@ -207454,11 +207469,11 @@ x-webhooks: type: string enum: - published - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - repository_advisory: *573 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + repository_advisory: *574 sender: *4 required: - action @@ -207534,11 +207549,11 @@ x-webhooks: type: string enum: - reported - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - repository_advisory: *573 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + repository_advisory: *574 sender: *4 required: - action @@ -207614,10 +207629,10 @@ x-webhooks: type: string enum: - archived - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -207694,10 +207709,10 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -207775,10 +207790,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -207862,10 +207877,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -207977,10 +207992,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -208052,10 +208067,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 status: type: string @@ -208136,10 +208151,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -208216,10 +208231,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -208313,10 +208328,10 @@ x-webhooks: - name required: - repository - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -208396,11 +208411,11 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - repository_ruleset: *237 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + repository_ruleset: *238 sender: *4 required: - action @@ -208478,11 +208493,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - repository_ruleset: *237 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + repository_ruleset: *238 sender: *4 required: - action @@ -208560,11 +208575,11 @@ x-webhooks: type: string enum: - edited - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - repository_ruleset: *237 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + repository_ruleset: *238 changes: type: object properties: @@ -208583,16 +208598,16 @@ x-webhooks: properties: added: type: array - items: *231 + items: *232 deleted: type: array - items: *231 + items: *232 updated: type: array items: type: object properties: - condition: *231 + condition: *232 changes: type: object properties: @@ -208625,16 +208640,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: - rule: *236 + rule: *237 changes: type: object properties: @@ -208868,10 +208883,10 @@ x-webhooks: - from required: - owner - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -208949,10 +208964,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -209030,7 +209045,7 @@ x-webhooks: type: string enum: - create - alert: &700 + alert: &701 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -209151,10 +209166,10 @@ x-webhooks: type: string enum: - open - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -209360,10 +209375,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -209441,11 +209456,11 @@ x-webhooks: type: string enum: - reopen - alert: *700 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + alert: *701 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -209644,10 +209659,10 @@ x-webhooks: enum: - fixed - open - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -209725,7 +209740,7 @@ x-webhooks: type: string enum: - created - alert: &701 + alert: &702 type: object properties: number: *54 @@ -209836,10 +209851,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -209920,11 +209935,11 @@ x-webhooks: type: string enum: - created - alert: *701 - installation: *643 - location: *702 - organization: *644 - repository: *645 + alert: *702 + installation: *644 + location: *703 + organization: *645 + repository: *646 sender: *4 required: - location @@ -210162,11 +210177,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *701 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + alert: *702 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -210244,11 +210259,11 @@ x-webhooks: type: string enum: - reopened - alert: *701 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + alert: *702 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -210326,11 +210341,11 @@ x-webhooks: type: string enum: - resolved - alert: *701 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + alert: *702 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -210408,11 +210423,11 @@ x-webhooks: type: string enum: - validated - alert: *701 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + alert: *702 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -210538,10 +210553,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *645 - enterprise: *642 - installation: *643 - organization: *644 + repository: *646 + enterprise: *643 + installation: *644 + organization: *645 sender: *4 required: - action @@ -210619,11 +210634,11 @@ x-webhooks: type: string enum: - published - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - security_advisory: &703 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + security_advisory: &704 description: The details of the security advisory, including summary, description, and severity. type: object @@ -210806,11 +210821,11 @@ x-webhooks: type: string enum: - updated - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - security_advisory: *703 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + security_advisory: *704 sender: *4 required: - action @@ -210883,10 +210898,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -211070,11 +211085,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *230 - enterprise: *642 - installation: *643 - organization: *644 - repository: *285 + security_and_analysis: *231 + enterprise: *643 + installation: *644 + organization: *645 + repository: *286 sender: *4 required: - changes @@ -211152,12 +211167,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - sponsorship: &704 + sponsorship: &705 type: object properties: created_at: @@ -211458,12 +211473,12 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - sponsorship: *704 + sponsorship: *705 required: - action - sponsorship @@ -211551,12 +211566,12 @@ x-webhooks: type: string required: - from - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - sponsorship: *704 + sponsorship: *705 required: - action - changes @@ -211633,17 +211648,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &705 + effective_date: &706 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: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - sponsorship: *704 + sponsorship: *705 required: - action - sponsorship @@ -211717,7 +211732,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &706 + changes: &707 type: object properties: tier: @@ -211761,13 +211776,13 @@ x-webhooks: - from required: - tier - effective_date: *705 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + effective_date: *706 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - sponsorship: *704 + sponsorship: *705 required: - action - changes @@ -211844,13 +211859,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *706 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + changes: *707 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - sponsorship: *704 + sponsorship: *705 required: - action - changes @@ -211924,10 +211939,10 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -212010,10 +212025,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -212433,15 +212448,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *642 + enterprise: *643 id: description: The unique identifier of the status. type: integer - installation: *643 + installation: *644 name: type: string - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 sha: description: The Commit SHA. @@ -212556,9 +212571,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *643 - organization: *644 - repository: *645 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -212648,9 +212663,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *643 - organization: *644 - repository: *645 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -212740,9 +212755,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *643 - organization: *644 - repository: *645 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -212832,9 +212847,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *643 - organization: *644 - repository: *645 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -212911,12 +212926,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - team: &707 + team: &708 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -213106,9 +213121,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 repository: title: Repository description: A git repository @@ -213566,7 +213581,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *707 + team: *708 required: - action - team @@ -213642,9 +213657,9 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 repository: title: Repository description: A git repository @@ -214102,7 +214117,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *707 + team: *708 required: - action - team @@ -214179,9 +214194,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 repository: title: Repository description: A git repository @@ -214639,7 +214654,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *707 + team: *708 required: - action - team @@ -214783,9 +214798,9 @@ x-webhooks: - from required: - permissions - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 repository: title: Repository description: A git repository @@ -215243,7 +215258,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *707 + team: *708 required: - action - changes @@ -215321,9 +215336,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 repository: title: Repository description: A git repository @@ -215781,7 +215796,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *707 + team: *708 required: - action - team @@ -215857,10 +215872,10 @@ x-webhooks: type: string enum: - started - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -215933,16 +215948,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *642 + enterprise: *643 inputs: type: object nullable: true additionalProperties: true - installation: *643 - organization: *644 + installation: *644 + organization: *645 ref: type: string - repository: *645 + repository: *646 sender: *4 workflow: type: string @@ -216024,10 +216039,10 @@ x-webhooks: type: string enum: - completed - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 workflow_job: allOf: @@ -216264,7 +216279,7 @@ x-webhooks: type: string required: - conclusion - deployment: *432 + deployment: *433 required: - action - repository @@ -216343,10 +216358,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 workflow_job: allOf: @@ -216606,7 +216621,7 @@ x-webhooks: required: - status - steps - deployment: *432 + deployment: *433 required: - action - repository @@ -216685,10 +216700,10 @@ x-webhooks: type: string enum: - queued - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 workflow_job: type: object @@ -216823,7 +216838,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *432 + deployment: *433 required: - action - repository @@ -216902,10 +216917,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 workflow_job: type: object @@ -217041,7 +217056,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *432 + deployment: *433 required: - action - repository @@ -217121,12 +217136,12 @@ x-webhooks: type: string enum: - completed - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - workflow: *657 + workflow: *658 workflow_run: title: Workflow Run type: object @@ -218125,12 +218140,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - workflow: *657 + workflow: *658 workflow_run: title: Workflow Run type: object @@ -219114,12 +219129,12 @@ x-webhooks: type: string enum: - requested - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - workflow: *657 + workflow: *658 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 3d30b674c5..feec5b9ef1 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -3138,6 +3138,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -3185,12 +3186,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, @@ -86420,6 +86423,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -86467,12 +86471,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, @@ -110271,6 +110277,20 @@ "type": "string", "format": "date-time" } + }, + { + "name": "token_id", + "description": "The ID of the token", + "in": "query", + "required": false, + "schema": { + "type": "array", + "maxItems": 50, + "items": { + "type": "string" + }, + "example": "token_id[]=1,token_id[]=2" + } } ], "responses": { @@ -112247,6 +112267,20 @@ "type": "string", "format": "date-time" } + }, + { + "name": "token_id", + "description": "The ID of the token", + "in": "query", + "required": false, + "schema": { + "type": "array", + "maxItems": 50, + "items": { + "type": "string" + }, + "example": "token_id[]=1,token_id[]=2" + } } ], "responses": { @@ -235781,7 +235815,7 @@ }, "put": { "summary": "Create or update a repository secret", - "description": "Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin.", "tags": [ "codespaces" ], @@ -235881,7 +235915,7 @@ }, "delete": { "summary": "Delete a repository secret", - "description": "Deletes a development environment secret in a repository using the secret name.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Deletes a development environment secret in a repository using the secret name.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin.", "tags": [ "codespaces" ], @@ -267975,7 +268009,7 @@ }, "post": { "summary": "Create a custom deployment protection rule on an environment", - "description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/rest/apps/apps#get-an-app).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", "tags": [ "repos" ], @@ -282702,6 +282736,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -282749,12 +282784,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, 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 aaa8df14aa..98b3be5e55 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -847,7 +847,7 @@ paths: - subscriptions_url - type - url - type: &249 + type: &250 type: string description: The type of credit the user is receiving. enum: @@ -1013,7 +1013,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &575 + - &576 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1601,6 +1601,7 @@ paths: id: description: Unique identifier of the webhook delivery. type: integer + format: int64 example: 42 guid: description: Unique identifier for the event (shared with all @@ -1643,11 +1644,13 @@ paths: description: The id of the GitHub App installation associated with this event. type: integer + format: int64 example: 123 nullable: true repository_id: description: The id of the repository associated with this event. type: integer + format: int64 example: 123 nullable: true throttled_at: @@ -2838,7 +2841,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &228 + properties: &229 id: description: Unique identifier of the repository example: 42 @@ -3267,7 +3270,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &229 + required: &230 - archive_url - assignees_url - blobs_url @@ -8575,7 +8578,7 @@ paths: - unknown - direct - transitive - security_advisory: &424 + security_advisory: &425 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8837,7 +8840,7 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &425 + auto_dismissed_at: &426 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -9210,7 +9213,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &240 + - &241 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9221,7 +9224,7 @@ paths: enum: - open - resolved - - &241 + - &242 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9231,7 +9234,7 @@ paths: required: false schema: type: string - - &242 + - &243 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9240,7 +9243,7 @@ paths: required: false schema: type: string - - &243 + - &244 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. @@ -9256,7 +9259,7 @@ paths: - *17 - *39 - *40 - - &244 + - &245 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9265,7 +9268,7 @@ paths: required: false schema: type: string - - &245 + - &246 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9274,7 +9277,7 @@ paths: schema: type: boolean default: false - - &246 + - &247 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9290,7 +9293,7 @@ paths: application/json: schema: type: array - items: &247 + items: &248 type: object properties: number: *54 @@ -9309,14 +9312,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &567 + state: &568 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: &568 + resolution: &569 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -9418,7 +9421,7 @@ paths: is base64 encoded nullable: true examples: - default: &248 + default: &249 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -9754,7 +9757,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &473 + properties: &474 id: type: integer format: int64 @@ -9865,7 +9868,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &409 + properties: &410 url: type: string format: uri @@ -9935,7 +9938,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &410 + required: &411 - closed_issues - creator - description @@ -10090,7 +10093,7 @@ paths: - total - completed - percent_completed - required: &474 + required: &475 - assignee - closed_at - comments @@ -10112,7 +10115,7 @@ paths: - author_association - created_at - updated_at - comment: &471 + comment: &472 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -10679,7 +10682,7 @@ paths: url: type: string format: uri - user: &598 + user: &599 title: Public User description: Public User type: object @@ -13984,14 +13987,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &274 + - &275 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &275 + - &276 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -14062,7 +14065,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &286 + '301': &287 description: Moved permanently content: application/json: @@ -14084,7 +14087,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &503 + - &504 name: all description: If `true`, show notifications marked as read. in: query @@ -14092,7 +14095,7 @@ paths: schema: type: boolean default: false - - &504 + - &505 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14102,7 +14105,7 @@ paths: type: boolean default: false - *67 - - &505 + - &506 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: @@ -14414,7 +14417,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &230 + security_and_analysis: &231 nullable: true type: object properties: @@ -14558,7 +14561,7 @@ paths: - url - subscription_url examples: - default: &506 + default: &507 value: - id: '1' repository: @@ -15159,7 +15162,7 @@ paths: - avatar_url - description examples: - default: &616 + default: &617 value: - login: github id: 1 @@ -16068,7 +16071,7 @@ paths: type: integer repository_cache_usages: type: array - items: &291 + items: &292 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -16936,7 +16939,7 @@ paths: - all - local_only - selected - selected_actions_url: &297 + selected_actions_url: &298 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` @@ -17026,7 +17029,7 @@ paths: type: array items: *60 examples: - default: &610 + default: &611 value: total_count: 1 repositories: @@ -17354,7 +17357,7 @@ paths: description: Response content: application/json: - schema: &301 + schema: &302 type: object properties: default_workflow_permissions: &112 @@ -17405,7 +17408,7 @@ paths: required: false content: application/json: - schema: &302 + schema: &303 type: object properties: default_workflow_permissions: *112 @@ -17894,7 +17897,7 @@ paths: type: array items: *119 examples: - default: &601 + default: &602 value: total_count: 1 repositories: @@ -18536,7 +18539,7 @@ paths: application/json: schema: type: array - items: &303 + items: &304 title: Runner Application description: Runner Application type: object @@ -18561,7 +18564,7 @@ paths: - download_url - filename examples: - default: &304 + default: &305 value: - os: osx architecture: x64 @@ -18647,7 +18650,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &305 + '201': &306 description: Response content: application/json: @@ -18758,7 +18761,7 @@ paths: - token - expires_at examples: - default: &306 + default: &307 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -18797,7 +18800,7 @@ paths: application/json: schema: *123 examples: - default: &307 + default: &308 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -18831,7 +18834,7 @@ paths: application/json: schema: *121 examples: - default: &308 + default: &309 value: id: 23 name: MBP @@ -19056,7 +19059,7 @@ paths: - *94 - *120 responses: - '200': &309 + '200': &310 description: Response content: application/json: @@ -19113,7 +19116,7 @@ paths: parameters: - *94 - *120 - - &310 + - &311 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19243,7 +19246,7 @@ paths: description: Response content: application/json: - schema: &322 + schema: &323 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -19272,7 +19275,7 @@ paths: - key_id - key examples: - default: &323 + default: &324 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -19685,7 +19688,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *94 - - &296 + - &297 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)." @@ -20220,7 +20223,7 @@ paths: bundle_url: type: string examples: - default: &336 + default: &337 value: attestations: - bundle: @@ -20457,7 +20460,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *94 - - &362 + - &363 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`, @@ -20467,7 +20470,7 @@ paths: schema: &136 type: string description: The name of the tool used to generate the code scanning analysis. - - &363 + - &364 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 @@ -20490,7 +20493,7 @@ paths: be returned. in: query required: false - schema: &365 + schema: &366 type: string description: State of a code scanning alert. enum: @@ -20513,7 +20516,7 @@ paths: be returned. in: query required: false - schema: &366 + schema: &367 type: string description: Severity of a code scanning alert. enum: @@ -20539,7 +20542,7 @@ paths: updated_at: *133 url: *56 html_url: *57 - instances_url: &367 + instances_url: &368 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -20562,7 +20565,7 @@ paths: required: *21 nullable: true dismissed_at: *135 - dismissed_reason: &368 + dismissed_reason: &369 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -20571,13 +20574,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &369 + dismissed_comment: &370 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &370 + rule: &371 type: object properties: id: @@ -20630,7 +20633,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &371 + tool: &372 type: object properties: name: *136 @@ -20640,15 +20643,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *137 - most_recent_instance: &372 + most_recent_instance: &373 type: object properties: - ref: &364 + ref: &365 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &382 + analysis_key: &383 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -20659,7 +20662,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &383 + category: &384 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -21934,7 +21937,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &395 + properties: &396 name: type: string description: The name of the machine. @@ -21976,7 +21979,7 @@ paths: - ready - in_progress nullable: true - required: &396 + required: &397 - name - display_name - operating_system @@ -22844,7 +22847,7 @@ paths: - updated_at - visibility examples: - default: &397 + default: &398 value: total_count: 2 secrets: @@ -22882,7 +22885,7 @@ paths: description: Response content: application/json: - schema: &398 + schema: &399 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -22911,7 +22914,7 @@ paths: - key_id - key examples: - default: &399 + default: &400 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -22943,7 +22946,7 @@ paths: application/json: schema: *146 examples: - default: &401 + default: &402 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -24112,7 +24115,7 @@ paths: application/json: schema: type: array - items: &254 + items: &255 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -24419,7 +24422,7 @@ paths: - date additionalProperties: true examples: - default: &255 + default: &256 value: - date: '2024-06-24' total_active_users: 24 @@ -24521,7 +24524,7 @@ paths: '500': *145 '403': *29 '404': *6 - '422': &256 + '422': &257 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -24589,7 +24592,7 @@ paths: application/json: schema: type: array - items: &257 + items: &258 title: Copilot Usage Metrics description: Summary of Copilot usage. type: object @@ -24676,7 +24679,7 @@ paths: - breakdown additionalProperties: false examples: - default: &258 + default: &259 value: - day: '2023-10-15' total_suggestions_count: 1000 @@ -24909,7 +24912,7 @@ paths: description: Response content: application/json: - schema: &428 + schema: &429 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -24926,7 +24929,7 @@ paths: - key_id - key examples: - default: &429 + default: &430 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -26719,7 +26722,7 @@ paths: application/json: schema: *22 examples: - default: &467 + default: &468 value: id: 1 account: @@ -26944,7 +26947,7 @@ paths: required: true content: application/json: - schema: &468 + schema: &469 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -27555,7 +27558,7 @@ paths: application/json: schema: *192 examples: - default: &394 + default: &395 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -28781,7 +28784,7 @@ paths: parameters: - *94 - *200 - - &615 + - &616 name: repo_name description: repo_name parameter in: path @@ -29515,7 +29518,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &250 + items: &251 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -29806,7 +29809,7 @@ paths: - nuget - container - *94 - - &617 + - &618 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -29847,7 +29850,7 @@ paths: default: *208 '403': *29 '401': *25 - '400': &619 + '400': &620 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -30344,6 +30347,17 @@ paths: schema: type: string format: date-time + - &220 + name: token_id + description: The ID of the token + in: query + required: false + schema: + type: array + maxItems: 50 + items: + type: string + example: token_id[]=1,token_id[]=2 responses: '500': *145 '422': *15 @@ -30679,6 +30693,7 @@ paths: - *217 - *218 - *219 + - *220 responses: '500': *145 '422': *15 @@ -31004,7 +31019,7 @@ paths: type: integer configurations: type: array - items: &220 + items: &221 title: Organization private registry description: Private registry configuration for an organization type: object @@ -31210,7 +31225,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &221 + org-private-registry-with-selected-visibility: &222 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -31310,9 +31325,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *220 + schema: *221 examples: - default: *221 + default: *222 '404': *6 x-github: githubCloudOnly: false @@ -31462,7 +31477,7 @@ paths: application/json: schema: type: array - items: &222 + items: &223 title: Project description: Projects are a way to organize columns and cards of work. @@ -31635,7 +31650,7 @@ paths: description: Response content: application/json: - schema: *222 + schema: *223 examples: default: value: @@ -31673,7 +31688,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &283 + '410': &284 description: Gone content: application/json: @@ -31708,7 +31723,7 @@ paths: application/json: schema: type: array - items: &223 + items: &224 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -31774,7 +31789,7 @@ paths: - property_name - value_type examples: - default: &224 + default: &225 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -31829,7 +31844,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *223 + items: *224 minItems: 1 maxItems: 100 required: @@ -31859,9 +31874,9 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: - default: *224 + default: *225 '403': *29 '404': *6 x-github: @@ -31883,7 +31898,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *94 - - &225 + - &226 name: custom_property_name description: The custom property name in: path @@ -31895,9 +31910,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: &226 + default: &227 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -31932,7 +31947,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *94 - - *225 + - *226 requestBody: required: true content: @@ -31993,9 +32008,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *226 + default: *227 '403': *29 '404': *6 x-github: @@ -32019,7 +32034,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *94 - - *225 + - *226 responses: '204': *142 '403': *29 @@ -32080,7 +32095,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &227 + items: &228 title: Custom Property Value description: Custom property name and associated value type: object @@ -32167,7 +32182,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *227 + items: *228 required: - repository_names - properties @@ -32561,7 +32576,7 @@ paths: description: Response content: application/json: - schema: &285 + schema: &286 title: Full Repository description: Full Repository type: object @@ -32838,8 +32853,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *228 - required: *229 + properties: *229 + required: *230 nullable: true temp_clone_token: type: string @@ -32954,7 +32969,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &416 + properties: &417 url: type: string format: uri @@ -32970,12 +32985,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &417 + required: &418 - url - key - name - html_url - security_and_analysis: *230 + security_and_analysis: *231 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -33059,7 +33074,7 @@ paths: - network_count - subscribers_count examples: - default: &287 + default: &288 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -33580,7 +33595,7 @@ paths: - *94 - *17 - *19 - - &552 + - &553 name: targets description: | A comma-separated list of rule targets to filter by. @@ -33598,7 +33613,7 @@ paths: application/json: schema: type: array - items: &237 + items: &238 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -33633,7 +33648,7 @@ paths: source: type: string description: The name of the source - enforcement: &233 + enforcement: &234 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -33646,7 +33661,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &234 + items: &235 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -33711,7 +33726,7 @@ paths: conditions: nullable: true anyOf: - - &231 + - &232 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -33735,7 +33750,7 @@ paths: match. items: type: string - - &235 + - &236 title: Organization ruleset conditions type: object description: |- @@ -33749,7 +33764,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *231 + - *232 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -33783,7 +33798,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *231 + - *232 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -33805,7 +33820,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *231 + - *232 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -33818,7 +33833,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &232 + items: &233 title: Repository ruleset property targeting definition type: object @@ -33851,17 +33866,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *232 + items: *233 required: - repository_property rules: type: array - items: &236 + items: &237 title: Repository Rule type: object description: A repository rule. oneOf: - - &534 + - &535 title: creation description: Only allow users with bypass permission to create matching refs. @@ -33873,7 +33888,7 @@ paths: type: string enum: - creation - - &535 + - &536 title: update description: Only allow users with bypass permission to update matching refs. @@ -33894,7 +33909,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &537 + - &538 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -33906,7 +33921,7 @@ paths: type: string enum: - deletion - - &538 + - &539 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -33918,7 +33933,7 @@ paths: type: string enum: - required_linear_history - - &539 + - &540 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -33996,7 +34011,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &540 + - &541 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -34020,7 +34035,7 @@ paths: type: string required: - required_deployment_environments - - &541 + - &542 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -34032,7 +34047,7 @@ paths: type: string enum: - required_signatures - - &542 + - &543 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -34085,7 +34100,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &543 + - &544 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -34133,7 +34148,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &544 + - &545 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -34145,7 +34160,7 @@ paths: type: string enum: - non_fast_forward - - &545 + - &546 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -34181,7 +34196,7 @@ paths: required: - operator - pattern - - &546 + - &547 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -34217,7 +34232,7 @@ paths: required: - operator - pattern - - &547 + - &548 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -34253,7 +34268,7 @@ paths: required: - operator - pattern - - &548 + - &549 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -34289,7 +34304,7 @@ paths: required: - operator - pattern - - &549 + - &550 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -34415,7 +34430,7 @@ paths: maximum: 100 required: - max_file_size - - &550 + - &551 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -34465,7 +34480,7 @@ paths: - repository_id required: - workflows - - &551 + - &552 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -34599,16 +34614,16 @@ paths: - push - repository default: branch - enforcement: *233 + enforcement: *234 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *234 - conditions: *235 + items: *235 + conditions: *236 rules: type: array description: An array of rules within the ruleset. - items: *236 + items: *237 required: - name - enforcement @@ -34646,9 +34661,9 @@ paths: description: Response content: application/json: - schema: *237 + schema: *238 examples: - default: &238 + default: &239 value: id: 21 name: super cool ruleset @@ -34703,7 +34718,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *94 - - &553 + - &554 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 @@ -34718,7 +34733,7 @@ paths: in: query schema: type: string - - &554 + - &555 name: time_period description: |- The time period to filter by. @@ -34734,14 +34749,14 @@ paths: - week - month default: day - - &555 + - &556 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 - - &556 + - &557 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -34761,7 +34776,7 @@ paths: description: Response content: application/json: - schema: &557 + schema: &558 title: Rule Suites description: Response type: array @@ -34816,7 +34831,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &558 + default: &559 value: - id: 21 actor_id: 12 @@ -34860,7 +34875,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *94 - - &559 + - &560 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -34876,7 +34891,7 @@ paths: description: Response content: application/json: - schema: &560 + schema: &561 title: Rule Suite description: Response type: object @@ -34975,7 +34990,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &561 + default: &562 value: id: 21 actor_id: 12 @@ -35048,9 +35063,9 @@ paths: description: Response content: application/json: - schema: *237 + schema: *238 examples: - default: *238 + default: *239 '404': *6 '500': *145 put: @@ -35094,16 +35109,16 @@ paths: - tag - push - repository - enforcement: *233 + enforcement: *234 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *234 - conditions: *235 + items: *235 + conditions: *236 rules: description: An array of rules within the ruleset. type: array - items: *236 + items: *237 examples: default: value: @@ -35138,9 +35153,9 @@ paths: description: Response content: application/json: - schema: *237 + schema: *238 examples: - default: *238 + default: *239 '404': *6 '500': *145 delete: @@ -35197,7 +35212,7 @@ paths: application/json: schema: type: array - items: &239 + items: &240 title: Ruleset version type: object description: The historical version of a ruleset @@ -35221,7 +35236,7 @@ paths: type: string format: date-time examples: - default: &563 + default: &564 value: - version_id: 3 actor: @@ -35274,9 +35289,9 @@ paths: description: Response content: application/json: - schema: &564 + schema: &565 allOf: - - *239 + - *240 - type: object required: - state @@ -35346,14 +35361,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *94 - - *240 - *241 - *242 - *243 + - *244 - *48 - *19 - *17 - - &565 + - &566 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 @@ -35363,7 +35378,7 @@ paths: required: false schema: type: string - - &566 + - &567 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 @@ -35373,9 +35388,9 @@ paths: required: false schema: type: string - - *244 - *245 - *246 + - *247 responses: '200': description: Response @@ -35383,9 +35398,9 @@ paths: application/json: schema: type: array - items: *247 + items: *248 examples: - default: *248 + default: *249 headers: Link: *58 '404': *6 @@ -35455,7 +35470,7 @@ paths: application/json: schema: type: array - items: &573 + items: &574 description: A repository security advisory. type: object properties: @@ -35675,7 +35690,7 @@ paths: login: type: string description: The username of the user credited. - type: *249 + type: *250 credits_detailed: type: array nullable: true @@ -35685,7 +35700,7 @@ paths: type: object properties: user: *4 - type: *249 + type: *250 state: type: string description: The state of the user's acceptance of the @@ -35746,7 +35761,7 @@ paths: - private_fork additionalProperties: false examples: - default: &574 + default: &575 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -36133,7 +36148,7 @@ paths: application/json: schema: type: array - items: *250 + items: *251 examples: default: *206 x-github: @@ -36220,7 +36235,7 @@ paths: description: Response content: application/json: - schema: &633 + schema: &634 type: object properties: total_minutes_used: @@ -36290,7 +36305,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &634 + default: &635 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -36326,7 +36341,7 @@ paths: description: Response content: application/json: - schema: &635 + schema: &636 type: object properties: total_gigabytes_bandwidth_used: @@ -36344,7 +36359,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &636 + default: &637 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -36376,7 +36391,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &638 type: object properties: days_left_in_billing_cycle: @@ -36394,7 +36409,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &638 + default: &639 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -36436,7 +36451,7 @@ paths: type: integer network_configurations: type: array - items: &251 + items: &252 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -36556,9 +36571,9 @@ paths: description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: &252 + default: &253 value: id: 123456789ABCDEF name: My network configuration @@ -36587,7 +36602,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *94 - - &253 + - &254 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -36599,9 +36614,9 @@ paths: description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 headers: Link: *58 x-github: @@ -36623,7 +36638,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *94 - - *253 + - *254 requestBody: required: true content: @@ -36662,9 +36677,9 @@ paths: description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36684,7 +36699,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *94 - - *253 + - *254 responses: '204': description: Response @@ -36824,13 +36839,13 @@ paths: application/json: schema: type: array - items: *254 + items: *255 examples: - default: *255 + default: *256 '500': *145 '403': *29 '404': *6 - '422': *256 + '422': *257 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36897,9 +36912,9 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: - default: *258 + default: *259 '500': *145 '401': *25 '403': *29 @@ -37027,7 +37042,7 @@ paths: description: Response content: application/json: - schema: &259 + schema: &260 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -37337,7 +37352,7 @@ paths: - repos_count - organization examples: - default: &260 + default: &261 value: id: 1 node_id: MDQ6VGVhbTE= @@ -37414,9 +37429,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '404': *6 x-github: githubCloudOnly: false @@ -37500,16 +37515,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '201': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '404': *6 '422': *15 '403': *29 @@ -37579,7 +37594,7 @@ paths: application/json: schema: type: array - items: &261 + items: &262 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -37678,7 +37693,7 @@ paths: - updated_at - url examples: - default: &588 + default: &589 value: - author: login: octocat @@ -37787,9 +37802,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: &262 + default: &263 value: author: login: octocat @@ -37863,7 +37878,7 @@ paths: parameters: - *94 - *201 - - &263 + - &264 name: discussion_number description: The number that identifies the discussion. in: path @@ -37875,9 +37890,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37901,7 +37916,7 @@ paths: parameters: - *94 - *201 - - *263 + - *264 requestBody: required: false content: @@ -37924,9 +37939,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: &589 + default: &590 value: author: login: octocat @@ -37998,7 +38013,7 @@ paths: parameters: - *94 - *201 - - *263 + - *264 responses: '204': description: Response @@ -38026,7 +38041,7 @@ paths: parameters: - *94 - *201 - - *263 + - *264 - *48 - *17 - *19 @@ -38037,7 +38052,7 @@ paths: application/json: schema: type: array - items: &264 + items: &265 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -38109,7 +38124,7 @@ paths: - updated_at - url examples: - default: &590 + default: &591 value: - author: login: octocat @@ -38179,7 +38194,7 @@ paths: parameters: - *94 - *201 - - *263 + - *264 requestBody: required: true content: @@ -38201,9 +38216,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: &265 + default: &266 value: author: login: octocat @@ -38271,8 +38286,8 @@ paths: parameters: - *94 - *201 - - *263 - - &266 + - *264 + - &267 name: comment_number description: The number that identifies the comment. in: path @@ -38284,9 +38299,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38310,8 +38325,8 @@ paths: parameters: - *94 - *201 - - *263 - - *266 + - *264 + - *267 requestBody: required: true content: @@ -38333,9 +38348,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: &591 + default: &592 value: author: login: octocat @@ -38401,8 +38416,8 @@ paths: parameters: - *94 - *201 - - *263 - - *266 + - *264 + - *267 responses: '204': description: Response @@ -38430,8 +38445,8 @@ paths: parameters: - *94 - *201 - - *263 - - *266 + - *264 + - *267 - 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. @@ -38457,7 +38472,7 @@ paths: application/json: schema: type: array - items: &267 + items: &268 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -38500,7 +38515,7 @@ paths: - content - created_at examples: - default: &269 + default: &270 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -38552,8 +38567,8 @@ paths: parameters: - *94 - *201 - - *263 - - *266 + - *264 + - *267 requestBody: required: true content: @@ -38586,9 +38601,9 @@ paths: team discussion comment content: application/json: - schema: *267 + schema: *268 examples: - default: &268 + default: &269 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -38617,9 +38632,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38644,9 +38659,9 @@ paths: parameters: - *94 - *201 - - *263 - - *266 - - &270 + - *264 + - *267 + - &271 name: reaction_id description: The unique identifier of the reaction. in: path @@ -38680,7 +38695,7 @@ paths: parameters: - *94 - *201 - - *263 + - *264 - 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. @@ -38706,9 +38721,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *269 + default: *270 headers: Link: *58 x-github: @@ -38736,7 +38751,7 @@ paths: parameters: - *94 - *201 - - *263 + - *264 requestBody: required: true content: @@ -38768,16 +38783,16 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '201': description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -38802,8 +38817,8 @@ paths: parameters: - *94 - *201 - - *263 - - *270 + - *264 + - *271 responses: '204': description: Response @@ -38924,7 +38939,7 @@ paths: description: Response content: application/json: - schema: &271 + schema: &272 title: Team Membership description: Team Membership type: object @@ -38951,7 +38966,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &592 + response-if-user-is-a-team-maintainer: &593 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -39014,9 +39029,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - response-if-users-membership-with-team-is-now-pending: &593 + response-if-users-membership-with-team-is-now-pending: &594 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -39089,7 +39104,7 @@ paths: application/json: schema: type: array - items: &272 + items: &273 title: Team Project description: A team's access to a project. type: object @@ -39157,7 +39172,7 @@ paths: - updated_at - permissions examples: - default: &594 + default: &595 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39222,7 +39237,7 @@ paths: parameters: - *94 - *201 - - &273 + - &274 name: project_id description: The unique identifier of the project. in: path @@ -39234,9 +39249,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: &595 + default: &596 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39300,7 +39315,7 @@ paths: parameters: - *94 - *201 - - *273 + - *274 requestBody: required: false content: @@ -39368,7 +39383,7 @@ paths: parameters: - *94 - *201 - - *273 + - *274 responses: '204': description: Response @@ -39439,14 +39454,14 @@ paths: parameters: - *94 - *201 - - *274 - *275 + - *276 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &596 + schema: &597 title: Team Repository description: A team's access to a repository. type: object @@ -40017,8 +40032,8 @@ paths: parameters: - *94 - *201 - - *274 - *275 + - *276 requestBody: required: false content: @@ -40065,8 +40080,8 @@ paths: parameters: - *94 - *201 - - *274 - *275 + - *276 responses: '204': description: Response @@ -40103,7 +40118,7 @@ paths: type: array items: *188 examples: - response-if-child-teams-exist: &597 + response-if-child-teams-exist: &598 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -40230,7 +40245,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &276 + - &277 name: card_id description: The unique identifier of the card. in: path @@ -40242,7 +40257,7 @@ paths: description: Response content: application/json: - schema: &277 + schema: &278 title: Project Card description: Project cards represent a scope of work. type: object @@ -40309,7 +40324,7 @@ paths: - created_at - updated_at examples: - default: &278 + default: &279 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -40365,7 +40380,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *276 + - *277 requestBody: required: false content: @@ -40392,9 +40407,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *278 + default: *279 '304': *37 '403': *29 '401': *25 @@ -40421,7 +40436,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *276 + - *277 responses: '204': description: Response @@ -40465,7 +40480,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *276 + - *277 requestBody: required: true content: @@ -40576,7 +40591,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &279 + - &280 name: column_id description: The unique identifier of the column. in: path @@ -40588,7 +40603,7 @@ paths: description: Response content: application/json: - schema: &280 + schema: &281 title: Project Column description: Project columns contain cards of work. type: object @@ -40634,7 +40649,7 @@ paths: - created_at - updated_at examples: - default: &281 + default: &282 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -40669,7 +40684,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *279 + - *280 requestBody: required: true content: @@ -40693,9 +40708,9 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: *281 + default: *282 '304': *37 '403': *29 '401': *25 @@ -40720,7 +40735,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *279 + - *280 responses: '204': description: Response @@ -40749,7 +40764,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *279 + - *280 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -40770,7 +40785,7 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: default: value: @@ -40829,7 +40844,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *279 + - *280 requestBody: required: true content: @@ -40869,9 +40884,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *278 + default: *279 '304': *37 '403': *29 '401': *25 @@ -40927,7 +40942,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *279 + - *280 requestBody: required: true content: @@ -40987,15 +41002,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *222 + schema: *223 examples: - default: &282 + default: &283 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -41052,7 +41067,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *273 + - *274 requestBody: required: false content: @@ -41098,9 +41113,9 @@ paths: description: Response content: application/json: - schema: *222 + schema: *223 examples: - default: *282 + default: *283 '404': description: Not Found if the authenticated user does not have access to the project @@ -41121,7 +41136,7 @@ paths: items: type: string '401': *25 - '410': *283 + '410': *284 '422': *7 x-github: githubCloudOnly: false @@ -41144,7 +41159,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *273 + - *274 responses: '204': description: Delete Success @@ -41165,7 +41180,7 @@ paths: items: type: string '401': *25 - '410': *283 + '410': *284 '404': *6 x-github: githubCloudOnly: false @@ -41189,7 +41204,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *273 + - *274 - 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 @@ -41246,7 +41261,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *273 + - *274 - *132 requestBody: required: false @@ -41299,7 +41314,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *273 + - *274 - *132 responses: '204': @@ -41331,7 +41346,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *273 + - *274 - *132 responses: '200': @@ -41405,7 +41420,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *273 + - *274 - *17 - *19 responses: @@ -41415,7 +41430,7 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: default: value: @@ -41453,7 +41468,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *273 + - *274 requestBody: required: true content: @@ -41476,7 +41491,7 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -41540,7 +41555,7 @@ paths: resources: type: object properties: - core: &284 + core: &285 title: Rate Limit type: object properties: @@ -41557,20 +41572,20 @@ paths: - remaining - reset - used - graphql: *284 - search: *284 - code_search: *284 - source_import: *284 - integration_manifest: *284 - code_scanning_upload: *284 - actions_runner_registration: *284 - scim: *284 - dependency_snapshots: *284 - code_scanning_autofix: *284 + graphql: *285 + search: *285 + code_search: *285 + source_import: *285 + integration_manifest: *285 + code_scanning_upload: *285 + actions_runner_registration: *285 + scim: *285 + dependency_snapshots: *285 + code_scanning_autofix: *285 required: - core - search - rate: *284 + rate: *285 required: - rate - resources @@ -41674,14 +41689,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: default-response: summary: Default response @@ -42182,7 +42197,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *286 + '301': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42200,8 +42215,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *274 - *275 + - *276 requestBody: required: false content: @@ -42437,10 +42452,10 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *287 - '307': &288 + default: *288 + '307': &289 description: Temporary Redirect content: application/json: @@ -42469,8 +42484,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -42492,7 +42507,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *288 + '307': *289 '404': *6 x-github: githubCloudOnly: false @@ -42515,11 +42530,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *274 - *275 + - *276 - *17 - *19 - - &314 + - &315 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -42542,7 +42557,7 @@ paths: type: integer artifacts: type: array - items: &289 + items: &290 title: Artifact description: An artifact type: object @@ -42620,7 +42635,7 @@ paths: - expires_at - updated_at examples: - default: &315 + default: &316 value: total_count: 2 artifacts: @@ -42681,9 +42696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *274 - *275 - - &290 + - *276 + - &291 name: artifact_id description: The unique identifier of the artifact. in: path @@ -42695,7 +42710,7 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: default: value: @@ -42733,9 +42748,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *274 - *275 - - *290 + - *276 + - *291 responses: '204': description: Response @@ -42759,9 +42774,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *274 - *275 - - *290 + - *276 + - *291 - name: archive_format in: path required: true @@ -42775,7 +42790,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': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42798,14 +42813,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: default: value: @@ -42831,11 +42846,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *274 - *275 + - *276 - *17 - *19 - - &292 + - &293 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 @@ -42869,7 +42884,7 @@ paths: description: Response content: application/json: - schema: &293 + schema: &294 title: Repository actions caches description: Repository actions caches type: object @@ -42911,7 +42926,7 @@ paths: - total_count - actions_caches examples: - default: &294 + default: &295 value: total_count: 1 actions_caches: @@ -42943,23 +42958,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: - - *274 - *275 + - *276 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *292 + - *293 responses: '200': description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: *294 + default: *295 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42979,8 +42994,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: - - *274 - *275 + - *276 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -43011,9 +43026,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *274 - *275 - - &295 + - *276 + - &296 name: job_id description: The unique identifier of the job. in: path @@ -43025,7 +43040,7 @@ paths: description: Response content: application/json: - schema: &318 + schema: &319 title: Job description: Information of a job execution in a workflow run type: object @@ -43332,9 +43347,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *274 - *275 - - *295 + - *276 + - *296 responses: '302': description: Response @@ -43362,9 +43377,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *274 - *275 - - *295 + - *276 + - *296 requestBody: required: false content: @@ -43409,8 +43424,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: - - *274 - *275 + - *276 responses: '200': description: Status response @@ -43460,8 +43475,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: - - *274 - *275 + - *276 requestBody: required: true content: @@ -43524,8 +43539,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -43543,7 +43558,7 @@ paths: type: integer secrets: type: array - items: &320 + items: &321 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -43563,7 +43578,7 @@ paths: - created_at - updated_at examples: - default: &321 + default: &322 value: total_count: 2 secrets: @@ -43596,9 +43611,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *274 - *275 - - *296 + - *276 + - *297 - *19 responses: '200': @@ -43615,7 +43630,7 @@ paths: type: integer variables: type: array - items: &324 + items: &325 title: Actions Variable type: object properties: @@ -43645,7 +43660,7 @@ paths: - created_at - updated_at examples: - default: &325 + default: &326 value: total_count: 2 variables: @@ -43678,8 +43693,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -43688,11 +43703,11 @@ paths: schema: type: object properties: - enabled: &298 + enabled: &299 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *108 - selected_actions_url: *297 + selected_actions_url: *298 required: - enabled examples: @@ -43719,8 +43734,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -43731,7 +43746,7 @@ paths: schema: type: object properties: - enabled: *298 + enabled: *299 allowed_actions: *108 required: - enabled @@ -43761,14 +43776,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: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: &299 + schema: &300 type: object properties: access_level: @@ -43785,7 +43800,7 @@ paths: required: - access_level examples: - default: &300 + default: &301 value: access_level: organization x-github: @@ -43809,15 +43824,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: - - *274 - *275 + - *276 requestBody: required: true content: application/json: - schema: *299 + schema: *300 examples: - default: *300 + default: *301 responses: '204': description: Response @@ -43841,8 +43856,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -43869,8 +43884,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -43902,14 +43917,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: *301 + schema: *302 examples: default: *114 x-github: @@ -43932,8 +43947,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *274 - *275 + - *276 responses: '204': description: Success response @@ -43944,7 +43959,7 @@ paths: required: true content: application/json: - schema: *302 + schema: *303 examples: default: *114 x-github: @@ -43973,8 +43988,8 @@ paths: in: query schema: type: string - - *274 - *275 + - *276 - *17 - *19 responses: @@ -44018,8 +44033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -44027,9 +44042,9 @@ paths: application/json: schema: type: array - items: *303 + items: *304 examples: - default: *304 + default: *305 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44051,8 +44066,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: - - *274 - *275 + - *276 requestBody: required: true content: @@ -44095,7 +44110,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *305 + '201': *306 '404': *6 '422': *7 '409': *46 @@ -44126,8 +44141,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *274 - *275 + - *276 responses: '201': description: Response @@ -44135,7 +44150,7 @@ paths: application/json: schema: *123 examples: - default: *306 + default: *307 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44163,8 +44178,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *274 - *275 + - *276 responses: '201': description: Response @@ -44172,7 +44187,7 @@ paths: application/json: schema: *123 examples: - default: *307 + default: *308 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44194,8 +44209,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: - - *274 - *275 + - *276 - *120 responses: '200': @@ -44204,7 +44219,7 @@ paths: application/json: schema: *121 examples: - default: *308 + default: *309 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44225,8 +44240,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: - - *274 - *275 + - *276 - *120 responses: '204': @@ -44252,8 +44267,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: - - *274 - *275 + - *276 - *120 responses: '200': *125 @@ -44278,8 +44293,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: - - *274 - *275 + - *276 - *120 requestBody: required: true @@ -44328,8 +44343,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: - - *274 - *275 + - *276 - *120 requestBody: required: true @@ -44379,11 +44394,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: - - *274 - *275 + - *276 - *120 responses: - '200': *309 + '200': *310 '404': *6 x-github: githubCloudOnly: false @@ -44410,10 +44425,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: - - *274 - *275 + - *276 - *120 - - *310 + - *311 responses: '200': *125 '404': *6 @@ -44441,9 +44456,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *274 - *275 - - &328 + - *276 + - &329 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. @@ -44451,7 +44466,7 @@ paths: required: false schema: type: string - - &329 + - &330 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -44459,7 +44474,7 @@ paths: required: false schema: type: string - - &330 + - &331 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -44468,7 +44483,7 @@ paths: required: false schema: type: string - - &331 + - &332 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 @@ -44495,7 +44510,7 @@ paths: - pending - *17 - *19 - - &332 + - &333 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)." @@ -44504,7 +44519,7 @@ paths: schema: type: string format: date-time - - &311 + - &312 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -44513,13 +44528,13 @@ paths: schema: type: boolean default: false - - &333 + - &334 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &334 + - &335 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -44542,7 +44557,7 @@ paths: type: integer workflow_runs: type: array - items: &312 + items: &313 title: Workflow Run description: An invocation of a workflow type: object @@ -44637,7 +44652,7 @@ paths: that triggered the run. type: array nullable: true - items: &353 + items: &354 title: Pull Request Minimal type: object properties: @@ -44756,7 +44771,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &357 + properties: &358 id: type: string description: SHA for the commit @@ -44807,7 +44822,7 @@ paths: - name - email nullable: true - required: &358 + required: &359 - id - tree_id - message @@ -44854,7 +44869,7 @@ paths: - workflow_url - pull_requests examples: - default: &335 + default: &336 value: total_count: 1 workflow_runs: @@ -45090,24 +45105,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *274 - *275 - - &313 + - *276 + - &314 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *311 + - *312 responses: '200': description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: &316 + default: &317 value: id: 30433642 name: Build @@ -45348,9 +45363,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *274 - *275 - - *313 + - *276 + - *314 responses: '204': description: Response @@ -45373,9 +45388,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *274 - *275 - - *313 + - *276 + - *314 responses: '200': description: Response @@ -45494,9 +45509,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: - - *274 - *275 - - *313 + - *276 + - *314 responses: '201': description: Response @@ -45529,12 +45544,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *274 - *275 - - *313 + - *276 + - *314 - *17 - *19 - - *314 + - *315 responses: '200': description: Response @@ -45550,9 +45565,9 @@ paths: type: integer artifacts: type: array - items: *289 + items: *290 examples: - default: *315 + default: *316 headers: Link: *58 x-github: @@ -45576,25 +45591,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *274 - *275 - - *313 - - &317 + - *276 + - *314 + - &318 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *311 + - *312 responses: '200': description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45617,10 +45632,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *274 - *275 - - *313 - - *317 + - *276 + - *314 + - *318 - *17 - *19 responses: @@ -45638,9 +45653,9 @@ paths: type: integer jobs: type: array - items: *318 + items: *319 examples: - default: &319 + default: &320 value: total_count: 1 jobs: @@ -45753,10 +45768,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *274 - *275 - - *313 - - *317 + - *276 + - *314 + - *318 responses: '302': description: Response @@ -45784,9 +45799,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *274 - *275 - - *313 + - *276 + - *314 responses: '202': description: Response @@ -45819,9 +45834,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: - - *274 - *275 - - *313 + - *276 + - *314 requestBody: required: true content: @@ -45888,9 +45903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *274 - *275 - - *313 + - *276 + - *314 responses: '202': description: Response @@ -45923,9 +45938,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *274 - *275 - - *313 + - *276 + - *314 - 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 @@ -45955,9 +45970,9 @@ paths: type: integer jobs: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 headers: Link: *58 x-github: @@ -45982,9 +45997,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *274 - *275 - - *313 + - *276 + - *314 responses: '302': description: Response @@ -46011,9 +46026,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *274 - *275 - - *313 + - *276 + - *314 responses: '204': description: Response @@ -46040,9 +46055,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *274 - *275 - - *313 + - *276 + - *314 responses: '200': description: Response @@ -46102,7 +46117,7 @@ paths: items: type: object properties: - type: &437 + type: &438 type: string description: The type of reviewer. enum: @@ -46187,9 +46202,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *274 - *275 - - *313 + - *276 + - *314 requestBody: required: true content: @@ -46236,7 +46251,7 @@ paths: application/json: schema: type: array - items: &432 + items: &433 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -46342,7 +46357,7 @@ paths: - created_at - updated_at examples: - default: &433 + default: &434 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -46398,9 +46413,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *274 - *275 - - *313 + - *276 + - *314 requestBody: required: false content: @@ -46444,9 +46459,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *274 - *275 - - *313 + - *276 + - *314 requestBody: required: false content: @@ -46499,9 +46514,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *274 - *275 - - *313 + - *276 + - *314 responses: '200': description: Response @@ -46638,8 +46653,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -46657,9 +46672,9 @@ paths: type: integer secrets: type: array - items: *320 + items: *321 examples: - default: *321 + default: *322 headers: Link: *58 x-github: @@ -46684,16 +46699,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: *323 + default: *324 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46715,17 +46730,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *274 - *275 + - *276 - *127 responses: '200': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: &450 + default: &451 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -46751,8 +46766,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *274 - *275 + - *276 - *127 requestBody: required: true @@ -46810,8 +46825,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *274 - *275 + - *276 - *127 responses: '204': @@ -46837,9 +46852,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *274 - *275 - - *296 + - *276 + - *297 - *19 responses: '200': @@ -46856,9 +46871,9 @@ paths: type: integer variables: type: array - items: *324 + items: *325 examples: - default: *325 + default: *326 headers: Link: *58 x-github: @@ -46881,8 +46896,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -46934,17 +46949,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *274 - *275 + - *276 - *130 responses: '200': description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: &451 + default: &452 value: name: USERNAME value: octocat @@ -46970,8 +46985,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *274 - *275 + - *276 - *130 requestBody: required: true @@ -47014,8 +47029,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *274 - *275 + - *276 - *130 responses: '204': @@ -47041,8 +47056,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -47060,7 +47075,7 @@ paths: type: integer workflows: type: array - items: &326 + items: &327 title: Workflow description: A GitHub Actions workflow type: object @@ -47167,9 +47182,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *274 - *275 - - &327 + - *276 + - &328 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -47184,7 +47199,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -47217,9 +47232,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *274 - *275 - - *327 + - *276 + - *328 responses: '204': description: Response @@ -47244,9 +47259,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *274 - *275 - - *327 + - *276 + - *328 responses: '204': description: Response @@ -47297,9 +47312,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *274 - *275 - - *327 + - *276 + - *328 responses: '204': description: Response @@ -47326,19 +47341,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *274 - *275 - - *327 + - *276 - *328 - *329 - *330 - *331 + - *332 - *17 - *19 - - *332 - - *311 - *333 + - *312 - *334 + - *335 responses: '200': description: Response @@ -47354,9 +47369,9 @@ paths: type: integer workflow_runs: type: array - items: *312 + items: *313 examples: - default: *335 + default: *336 headers: Link: *58 x-github: @@ -47388,9 +47403,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *274 - *275 - - *327 + - *276 + - *328 responses: '200': description: Response @@ -47451,8 +47466,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *274 - *275 + - *276 - *48 - *17 - *39 @@ -47616,8 +47631,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -47654,8 +47669,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *274 - *275 + - *276 - name: assignee in: path required: true @@ -47691,8 +47706,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -47804,8 +47819,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *274 - *275 + - *276 - *17 - *39 - *40 @@ -47859,7 +47874,7 @@ paths: bundle_url: type: string examples: - default: *336 + default: *337 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47879,8 +47894,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -47888,7 +47903,7 @@ paths: application/json: schema: type: array - items: &337 + items: &338 title: Autolink reference description: An autolink reference. type: object @@ -47938,8 +47953,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -47978,9 +47993,9 @@ paths: description: response content: application/json: - schema: *337 + schema: *338 examples: - default: &338 + default: &339 value: id: 1 key_prefix: TICKET- @@ -48011,9 +48026,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *274 - *275 - - &339 + - *276 + - &340 name: autolink_id description: The unique identifier of the autolink. in: path @@ -48025,9 +48040,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 '404': *6 x-github: githubCloudOnly: false @@ -48047,9 +48062,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *274 - *275 - - *339 + - *276 + - *340 responses: '204': description: Response @@ -48073,8 +48088,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: - - *274 - *275 + - *276 responses: '200': description: Response if Dependabot is enabled @@ -48122,8 +48137,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -48144,8 +48159,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -48165,8 +48180,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *274 - *275 + - *276 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -48204,7 +48219,7 @@ paths: - url protected: type: boolean - protection: &341 + protection: &342 title: Branch Protection description: Branch Protection type: object @@ -48246,7 +48261,7 @@ paths: required: - contexts - checks - enforce_admins: &344 + enforce_admins: &345 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -48261,7 +48276,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &346 + required_pull_request_reviews: &347 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -48337,7 +48352,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &343 + restrictions: &344 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -48644,9 +48659,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *274 - *275 - - &342 + - *276 + - &343 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). @@ -48660,14 +48675,14 @@ paths: description: Response content: application/json: - schema: &352 + schema: &353 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &405 + commit: &406 title: Commit description: Commit type: object @@ -48701,7 +48716,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &340 + properties: &341 name: type: string example: '"Chris Wanstrath"' @@ -48716,7 +48731,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *340 + properties: *341 nullable: true message: type: string @@ -48737,7 +48752,7 @@ paths: required: - sha - url - verification: &457 + verification: &458 title: Verification type: object properties: @@ -48807,7 +48822,7 @@ paths: type: integer files: type: array - items: &420 + items: &421 title: Diff Entry description: Diff Entry type: object @@ -48890,7 +48905,7 @@ paths: - self protected: type: boolean - protection: *341 + protection: *342 protection_url: type: string format: uri @@ -48997,7 +49012,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *286 + '301': *287 '404': *6 x-github: githubCloudOnly: false @@ -49019,15 +49034,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response content: application/json: - schema: *341 + schema: *342 examples: default: value: @@ -49221,9 +49236,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: true content: @@ -49478,7 +49493,7 @@ paths: url: type: string format: uri - required_status_checks: &349 + required_status_checks: &350 title: Status Check Policy description: Status Check Policy type: object @@ -49630,7 +49645,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *343 + restrictions: *344 required_conversation_resolution: type: object properties: @@ -49742,9 +49757,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '204': description: Response @@ -49769,17 +49784,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: &345 + default: &346 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -49801,17 +49816,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *345 + default: *346 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49830,9 +49845,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '204': description: Response @@ -49857,17 +49872,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: &347 + default: &348 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -49963,9 +49978,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: false content: @@ -50063,9 +50078,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 '422': *15 x-github: githubCloudOnly: false @@ -50086,9 +50101,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '204': description: Response @@ -50115,17 +50130,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: &348 + default: &349 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -50148,17 +50163,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *348 + default: *349 '404': *6 x-github: githubCloudOnly: false @@ -50178,9 +50193,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '204': description: Response @@ -50205,17 +50220,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 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/required_status_checks strict: true @@ -50241,9 +50256,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: false content: @@ -50295,9 +50310,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *350 examples: - default: *350 + default: *351 '404': *6 '422': *15 x-github: @@ -50319,9 +50334,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '204': description: Response @@ -50345,9 +50360,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response @@ -50381,9 +50396,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: false content: @@ -50450,9 +50465,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: false content: @@ -50516,9 +50531,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: content: application/json: @@ -50584,15 +50599,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response content: application/json: - schema: *343 + schema: *344 examples: default: value: @@ -50683,9 +50698,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '204': description: Response @@ -50708,9 +50723,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response @@ -50720,7 +50735,7 @@ paths: type: array items: *5 examples: - default: &351 + default: &352 value: - id: 1 slug: octoapp @@ -50777,9 +50792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: true content: @@ -50813,7 +50828,7 @@ paths: type: array items: *5 examples: - default: *351 + default: *352 '422': *15 x-github: githubCloudOnly: false @@ -50834,9 +50849,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: true content: @@ -50870,7 +50885,7 @@ paths: type: array items: *5 examples: - default: *351 + default: *352 '422': *15 x-github: githubCloudOnly: false @@ -50891,9 +50906,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: true content: @@ -50927,7 +50942,7 @@ paths: type: array items: *5 examples: - default: *351 + default: *352 '422': *15 x-github: githubCloudOnly: false @@ -50949,9 +50964,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response @@ -50981,9 +50996,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: false content: @@ -51042,9 +51057,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: false content: @@ -51103,9 +51118,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: content: application/json: @@ -51164,9 +51179,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *274 - *275 - - *342 + - *276 + - *343 responses: '200': description: Response @@ -51200,9 +51215,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: true content: @@ -51260,9 +51275,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: true content: @@ -51320,9 +51335,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: true content: @@ -51382,9 +51397,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *274 - *275 - - *342 + - *276 + - *343 requestBody: required: true content: @@ -51406,7 +51421,7 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: default: value: @@ -51522,8 +51537,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -51802,7 +51817,7 @@ paths: description: Response content: application/json: - schema: &354 + schema: &355 title: CheckRun description: A check performed on the code of a given code change type: object @@ -51921,8 +51936,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *353 - deployment: &647 + items: *354 + deployment: &648 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -52202,9 +52217,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *274 - *275 - - &355 + - *276 + - &356 name: check_run_id description: The unique identifier of the check run. in: path @@ -52216,9 +52231,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: &356 + default: &357 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -52318,9 +52333,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *274 - *275 - - *355 + - *276 + - *356 requestBody: required: true content: @@ -52560,9 +52575,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *356 + default: *357 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52582,9 +52597,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *274 - *275 - - *355 + - *276 + - *356 - *17 - *19 responses: @@ -52681,9 +52696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *274 - *275 - - *355 + - *276 + - *356 responses: '201': description: Response @@ -52727,8 +52742,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -52750,7 +52765,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &359 + schema: &360 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -52814,7 +52829,7 @@ paths: nullable: true pull_requests: type: array - items: *353 + items: *354 nullable: true app: title: GitHub app @@ -52836,12 +52851,12 @@ paths: type: string format: date-time nullable: true - head_commit: &673 + head_commit: &674 title: Simple Commit description: A commit. type: object - properties: *357 - required: *358 + properties: *358 + required: *359 latest_check_runs_count: type: integer check_runs_url: @@ -52869,7 +52884,7 @@ paths: - check_runs_url - pull_requests examples: - default: &360 + default: &361 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -53160,9 +53175,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53181,8 +53196,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -53491,9 +53506,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *274 - *275 - - &361 + - *276 + - &362 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -53505,9 +53520,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53530,17 +53545,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *274 - *275 - - *361 - - &413 + - *276 + - *362 + - &414 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &414 + - &415 name: status description: Returns check runs with the specified `status`. in: query @@ -53579,9 +53594,9 @@ paths: type: integer check_runs: type: array - items: *354 + items: *355 examples: - default: &415 + default: &416 value: total_count: 1 check_runs: @@ -53683,9 +53698,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *274 - *275 - - *361 + - *276 + - *362 responses: '201': description: Response @@ -53718,21 +53733,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *274 - *275 - - *362 + - *276 - *363 + - *364 - *19 - *17 - - &380 + - &381 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: *364 - - &381 + schema: *365 + - &382 name: pr description: The number of the pull request for the results you want to list. in: query @@ -53757,13 +53772,13 @@ paths: be returned. in: query required: false - schema: *365 + schema: *366 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *366 + schema: *367 responses: '200': description: Response @@ -53779,7 +53794,7 @@ paths: updated_at: *133 url: *56 html_url: *57 - instances_url: *367 + instances_url: *368 state: *138 fixed_at: *134 dismissed_by: @@ -53790,11 +53805,11 @@ paths: required: *21 nullable: true dismissed_at: *135 - dismissed_reason: *368 - dismissed_comment: *369 - rule: *370 - tool: *371 - most_recent_instance: *372 + dismissed_reason: *369 + dismissed_comment: *370 + rule: *371 + tool: *372 + most_recent_instance: *373 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -53917,7 +53932,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &373 + '403': &374 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -53944,9 +53959,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *274 - *275 - - &374 + - *276 + - &375 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -53960,7 +53975,7 @@ paths: description: Response content: application/json: - schema: &375 + schema: &376 type: object properties: number: *54 @@ -53968,7 +53983,7 @@ paths: updated_at: *133 url: *56 html_url: *57 - instances_url: *367 + instances_url: *368 state: *138 fixed_at: *134 dismissed_by: @@ -53979,8 +53994,8 @@ paths: required: *21 nullable: true dismissed_at: *135 - dismissed_reason: *368 - dismissed_comment: *369 + dismissed_reason: *369 + dismissed_comment: *370 rule: type: object properties: @@ -54034,8 +54049,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *371 - most_recent_instance: *372 + tool: *372 + most_recent_instance: *373 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -54131,7 +54146,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *373 + '403': *374 '404': *6 '503': *65 x-github: @@ -54151,9 +54166,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *274 - *275 - - *374 + - *276 + - *375 requestBody: required: true content: @@ -54168,8 +54183,8 @@ paths: enum: - open - dismissed - dismissed_reason: *368 - dismissed_comment: *369 + dismissed_reason: *369 + dismissed_comment: *370 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -54188,7 +54203,7 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: default: value: @@ -54264,7 +54279,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &379 + '403': &380 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -54291,15 +54306,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: - - *274 - *275 - - *374 + - *276 + - *375 responses: '200': description: Response content: application/json: - schema: &376 + schema: &377 type: object properties: status: @@ -54325,13 +54340,13 @@ paths: - description - started_at examples: - default: &377 + default: &378 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &378 + '400': &379 description: Bad Request content: application/json: @@ -54342,7 +54357,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': *373 + '403': *374 '404': *6 '503': *65 x-github: @@ -54367,29 +54382,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: - - *274 - *275 - - *374 + - *276 + - *375 responses: '200': description: OK content: application/json: - schema: *376 + schema: *377 examples: - default: *377 + default: *378 '202': description: Accepted content: application/json: - schema: *376 + schema: *377 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *378 + '400': *379 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -54421,9 +54436,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: - - *274 - *275 - - *374 + - *276 + - *375 requestBody: required: false content: @@ -54468,8 +54483,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *378 - '403': *379 + '400': *379 + '403': *380 '404': *6 '422': description: Unprocessable Entity @@ -54493,13 +54508,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *274 - *275 - - *374 + - *276 + - *375 - *19 - *17 - - *380 - *381 + - *382 responses: '200': description: Response @@ -54507,7 +54522,7 @@ paths: application/json: schema: type: array - items: *372 + items: *373 examples: default: value: @@ -54546,7 +54561,7 @@ paths: end_column: 50 classifications: - source - '403': *373 + '403': *374 '404': *6 '503': *65 x-github: @@ -54580,25 +54595,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *274 - *275 - - *362 + - *276 - *363 + - *364 - *19 - *17 - - *381 + - *382 - 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: *364 + schema: *365 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &384 + schema: &385 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -54619,23 +54634,23 @@ paths: application/json: schema: type: array - items: &385 + items: &386 type: object properties: - ref: *364 - commit_sha: &393 + ref: *365 + commit_sha: &394 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: *382 + analysis_key: *383 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *383 + category: *384 error: type: string example: error reading field xyz @@ -54659,8 +54674,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *384 - tool: *371 + sarif_id: *385 + tool: *372 deletable: type: boolean warning: @@ -54721,7 +54736,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *373 + '403': *374 '404': *6 '503': *65 x-github: @@ -54757,8 +54772,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: - - *274 - *275 + - *276 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -54771,7 +54786,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: response: summary: application/json response @@ -54825,7 +54840,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *373 + '403': *374 '404': *6 '503': *65 x-github: @@ -54907,8 +54922,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: - - *274 - *275 + - *276 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -54961,7 +54976,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': *379 + '403': *380 '404': *6 '503': *65 x-github: @@ -54983,8 +54998,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -54992,7 +55007,7 @@ paths: application/json: schema: type: array - items: &386 + items: &387 title: CodeQL Database description: A CodeQL database. type: object @@ -55103,7 +55118,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': *373 + '403': *374 '404': *6 '503': *65 x-github: @@ -55132,8 +55147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *274 - *275 + - *276 - name: language in: path description: The language of the CodeQL database. @@ -55145,7 +55160,7 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: default: value: @@ -55177,9 +55192,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': &422 + '302': &423 description: Found - '403': *373 + '403': *374 '404': *6 '503': *65 x-github: @@ -55201,8 +55216,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *274 - *275 + - *276 - name: language in: path description: The language of the CodeQL database. @@ -55212,7 +55227,7 @@ paths: responses: '204': description: Response - '403': *379 + '403': *380 '404': *6 '503': *65 x-github: @@ -55240,8 +55255,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -55250,7 +55265,7 @@ paths: type: object additionalProperties: false properties: - language: &387 + language: &388 type: string description: The language targeted by the CodeQL query enum: @@ -55328,7 +55343,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &391 + schema: &392 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -55338,7 +55353,7 @@ paths: description: The ID of the variant analysis. controller_repo: *53 actor: *4 - query_language: *387 + query_language: *388 query_pack_url: type: string description: The download url for the query pack. @@ -55385,7 +55400,7 @@ paths: items: type: object properties: - repository: &388 + repository: &389 title: Repository Identifier description: Repository Identifier type: object @@ -55421,7 +55436,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &392 + analysis_status: &393 type: string description: The new status of the CodeQL variant analysis repository task. @@ -55453,7 +55468,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &389 + access_mismatch_repos: &390 type: object properties: repository_count: @@ -55467,7 +55482,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: *388 + items: *389 required: - repository_count - repositories @@ -55489,8 +55504,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *389 - over_limit_repos: *389 + no_codeql_db_repos: *390 + over_limit_repos: *390 required: - access_mismatch_repos - not_found_repos @@ -55506,7 +55521,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &390 + value: &391 summary: Default response value: id: 1 @@ -55658,10 +55673,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *390 + value: *391 repository_lists: summary: Response for a successful variant analysis submission - value: *390 + value: *391 '404': *6 '422': description: Unable to process variant analysis submission @@ -55689,8 +55704,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: - - *274 - *275 + - *276 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -55702,9 +55717,9 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *390 + default: *391 '404': *6 '503': *65 x-github: @@ -55727,7 +55742,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: - - *274 + - *275 - name: repo in: path description: The name of the controller repository. @@ -55762,7 +55777,7 @@ paths: type: object properties: repository: *53 - analysis_status: *392 + analysis_status: *393 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -55887,8 +55902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -55962,7 +55977,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *373 + '403': *374 '404': *6 '503': *65 x-github: @@ -55983,8 +55998,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -56066,7 +56081,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *379 + '403': *380 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -56131,8 +56146,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -56140,7 +56155,7 @@ paths: schema: type: object properties: - commit_sha: *393 + commit_sha: *394 ref: type: string description: |- @@ -56198,7 +56213,7 @@ paths: schema: type: object properties: - id: *384 + id: *385 url: type: string description: The REST API URL for checking the status of the upload. @@ -56212,7 +56227,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': *379 + '403': *380 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -56235,8 +56250,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *274 - *275 + - *276 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -56282,7 +56297,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': *373 + '403': *374 '404': description: Not Found if the sarif id does not match any upload '503': *65 @@ -56307,8 +56322,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: - - *274 - *275 + - *276 responses: '200': description: Response @@ -56389,8 +56404,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *274 - *275 + - *276 - 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 @@ -56510,8 +56525,8 @@ paths: parameters: - *17 - *19 - - *274 - *275 + - *276 responses: '200': description: Response @@ -56825,8 +56840,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -56891,7 +56906,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -56899,7 +56914,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '400': *14 '401': *25 '403': *29 @@ -56928,8 +56943,8 @@ paths: parameters: - *17 - *19 - - *274 - *275 + - *276 responses: '200': description: Response @@ -56993,8 +57008,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *274 - *275 + - *276 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -57029,14 +57044,14 @@ paths: type: integer machines: type: array - items: &604 + items: &605 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *395 - required: *396 + properties: *396 + required: *397 examples: - default: &605 + default: &606 value: total_count: 2 machines: @@ -57076,8 +57091,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *274 - *275 + - *276 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -57161,8 +57176,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: - - *274 - *275 + - *276 - 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 @@ -57228,8 +57243,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -57247,7 +57262,7 @@ paths: type: integer secrets: type: array - items: &400 + items: &401 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -57267,7 +57282,7 @@ paths: - created_at - updated_at examples: - default: *397 + default: *398 headers: Link: *58 x-github: @@ -57290,16 +57305,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *399 + default: *400 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -57319,17 +57334,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *274 - *275 + - *276 - *127 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57341,7 +57356,7 @@ paths: Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)." - OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin. tags: - codespaces operationId: codespaces/create-or-update-repo-secret @@ -57349,8 +57364,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *274 - *275 + - *276 - *127 requestBody: required: true @@ -57395,7 +57410,7 @@ paths: description: |- Deletes a development environment secret in a repository using the secret name. - OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin. tags: - codespaces operationId: codespaces/delete-repo-secret @@ -57403,8 +57418,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *274 - *275 + - *276 - *127 responses: '204': @@ -57433,8 +57448,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *274 - *275 + - *276 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -57476,7 +57491,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &402 + properties: &403 login: type: string example: octocat @@ -57569,7 +57584,7 @@ paths: user_view_type: type: string example: public - required: &403 + required: &404 - avatar_url - events_url - followers_url @@ -57643,8 +57658,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *274 - *275 + - *276 - *132 responses: '204': @@ -57687,8 +57702,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *274 - *275 + - *276 - *132 requestBody: required: false @@ -57715,7 +57730,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &470 + schema: &471 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -57937,8 +57952,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *274 - *275 + - *276 - *132 responses: '204': @@ -57968,8 +57983,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *274 - *275 + - *276 - *132 responses: '200': @@ -57990,8 +58005,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *402 - required: *403 + properties: *403 + required: *404 nullable: true required: - permission @@ -58046,8 +58061,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -58057,7 +58072,7 @@ paths: application/json: schema: type: array - items: &404 + items: &405 title: Commit Comment description: Commit Comment type: object @@ -58115,7 +58130,7 @@ paths: - created_at - updated_at examples: - default: &407 + default: &408 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58174,17 +58189,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *274 - *275 + - *276 - *76 responses: '200': description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: &408 + default: &409 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58241,8 +58256,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *274 - *275 + - *276 - *76 requestBody: required: true @@ -58265,7 +58280,7 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: default: value: @@ -58316,8 +58331,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *274 - *275 + - *276 - *76 responses: '204': @@ -58339,8 +58354,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *274 - *275 + - *276 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -58367,9 +58382,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *269 + default: *270 headers: Link: *58 '404': *6 @@ -58390,8 +58405,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *274 - *275 + - *276 - *76 requestBody: required: true @@ -58424,16 +58439,16 @@ paths: description: Reaction exists content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '201': description: Reaction created content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '422': *15 x-github: githubCloudOnly: false @@ -58455,10 +58470,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *274 - *275 + - *276 - *76 - - *270 + - *271 responses: '204': description: Response @@ -58507,8 +58522,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *274 - *275 + - *276 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -58564,9 +58579,9 @@ paths: application/json: schema: type: array - items: *405 + items: *406 examples: - default: &521 + default: &522 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -58660,9 +58675,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *274 - *275 - - &406 + - *276 + - &407 name: commit_sha description: The SHA of the commit. in: path @@ -58734,9 +58749,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *274 - *275 - - *406 + - *276 + - *407 - *17 - *19 responses: @@ -58746,9 +58761,9 @@ paths: application/json: schema: type: array - items: *404 + items: *405 examples: - default: *407 + default: *408 headers: Link: *58 x-github: @@ -58776,9 +58791,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *274 - *275 - - *406 + - *276 + - *407 requestBody: required: true content: @@ -58813,9 +58828,9 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: *408 + default: *409 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58843,9 +58858,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *274 - *275 - - *406 + - *276 + - *407 - *17 - *19 responses: @@ -58855,7 +58870,7 @@ paths: application/json: schema: type: array - items: &512 + items: &513 title: Pull Request Simple description: Pull Request Simple type: object @@ -58961,8 +58976,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *409 - required: *410 + properties: *410 + required: *411 nullable: true active_lock_reason: type: string @@ -59058,7 +59073,7 @@ paths: _links: type: object properties: - comments: &411 + comments: &412 title: Link description: Hypermedia Link type: object @@ -59067,13 +59082,13 @@ paths: type: string required: - href - commits: *411 - statuses: *411 - html: *411 - issue: *411 - review_comments: *411 - review_comment: *411 - self: *411 + commits: *412 + statuses: *412 + html: *412 + issue: *412 + review_comments: *412 + review_comment: *412 + self: *412 required: - comments - commits @@ -59084,7 +59099,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: &514 + auto_merge: &515 title: Auto merge description: The status of auto merging a pull request. type: object @@ -59147,7 +59162,7 @@ paths: - author_association - auto_merge examples: - default: &513 + default: &514 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -59684,11 +59699,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *274 - *275 + - *276 - *19 - *17 - - &412 + - &413 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)" @@ -59703,9 +59718,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: &499 + default: &500 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -59818,11 +59833,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *274 - *275 - - *412 + - *276 - *413 - *414 + - *415 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -59856,9 +59871,9 @@ paths: type: integer check_runs: type: array - items: *354 + items: *355 examples: - default: *415 + default: *416 headers: Link: *58 x-github: @@ -59883,9 +59898,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *274 - *275 - - *412 + - *276 + - *413 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -59893,7 +59908,7 @@ paths: schema: type: integer example: 1 - - *413 + - *414 - *17 - *19 responses: @@ -59911,7 +59926,7 @@ paths: type: integer check_suites: type: array - items: *359 + items: *360 examples: default: value: @@ -60111,9 +60126,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *274 - *275 - - *412 + - *276 + - *413 - *17 - *19 responses: @@ -60311,9 +60326,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *274 - *275 - - *412 + - *276 + - *413 - *17 - *19 responses: @@ -60323,7 +60338,7 @@ paths: application/json: schema: type: array - items: &578 + items: &579 title: Status description: The status of a commit. type: object @@ -60404,7 +60419,7 @@ paths: site_admin: false headers: Link: *58 - '301': *286 + '301': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60432,8 +60447,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -60462,20 +60477,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *416 - required: *417 + properties: *417 + required: *418 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &418 + properties: &419 url: type: string format: uri html_url: type: string format: uri - required: &419 + required: &420 - url - html_url nullable: true @@ -60489,26 +60504,26 @@ paths: contributing: title: Community Health File type: object - properties: *418 - required: *419 + properties: *419 + required: *420 nullable: true readme: title: Community Health File type: object - properties: *418 - required: *419 + properties: *419 + required: *420 nullable: true issue_template: title: Community Health File type: object - properties: *418 - required: *419 + properties: *419 + required: *420 nullable: true pull_request_template: title: Community Health File type: object - properties: *418 - required: *419 + properties: *419 + required: *420 nullable: true required: - code_of_conduct @@ -60635,8 +60650,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *274 - *275 + - *276 - *19 - *17 - name: basehead @@ -60679,8 +60694,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *405 - merge_base_commit: *405 + base_commit: *406 + merge_base_commit: *406 status: type: string enum: @@ -60700,10 +60715,10 @@ paths: example: 6 commits: type: array - items: *405 + items: *406 files: type: array - items: *420 + items: *421 required: - url - html_url @@ -60989,8 +61004,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *274 - *275 + - *276 - name: path description: path parameter in: path @@ -61131,7 +61146,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &421 + response-if-content-is-a-file: &422 summary: Response if content is a file value: type: file @@ -61263,7 +61278,7 @@ paths: - size - type - url - - &526 + - &527 title: Content File description: Content File type: object @@ -61464,7 +61479,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *421 + response-if-content-is-a-file: *422 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -61533,7 +61548,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *422 + '302': *423 '304': *37 x-github: githubCloudOnly: false @@ -61556,8 +61571,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *274 - *275 + - *276 - name: path description: path parameter in: path @@ -61650,7 +61665,7 @@ paths: description: Response content: application/json: - schema: &423 + schema: &424 title: File Commit description: File Commit type: object @@ -61802,7 +61817,7 @@ paths: description: Response content: application/json: - schema: *423 + schema: *424 examples: example-for-creating-a-file: value: @@ -61856,7 +61871,7 @@ paths: schema: oneOf: - *3 - - &452 + - &453 description: Repository rule violation was detected type: object properties: @@ -61877,7 +61892,7 @@ paths: items: type: object properties: - placeholder_id: &570 + placeholder_id: &571 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -61909,8 +61924,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *274 - *275 + - *276 - name: path description: path parameter in: path @@ -61971,7 +61986,7 @@ paths: description: Response content: application/json: - schema: *423 + schema: *424 examples: default: value: @@ -62026,8 +62041,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *274 - *275 + - *276 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -62150,8 +62165,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *274 - *275 + - *276 - *149 - *150 - *151 @@ -62193,7 +62208,7 @@ paths: application/json: schema: type: array - items: &426 + items: &427 type: object description: A Dependabot alert. properties: @@ -62239,7 +62254,7 @@ paths: - unknown - direct - transitive - security_advisory: *424 + security_advisory: *425 security_vulnerability: *52 url: *56 html_url: *57 @@ -62270,7 +62285,7 @@ paths: nullable: true maxLength: 280 fixed_at: *134 - auto_dismissed_at: *425 + auto_dismissed_at: *426 required: - number - state @@ -62500,9 +62515,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *274 - *275 - - &427 + - *276 + - &428 name: alert_number in: path description: |- @@ -62517,7 +62532,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: default: value: @@ -62630,9 +62645,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *274 - *275 - - *427 + - *276 + - *428 requestBody: required: true content: @@ -62677,7 +62692,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: default: value: @@ -62806,8 +62821,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -62825,7 +62840,7 @@ paths: type: integer secrets: type: array - items: &430 + items: &431 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -62878,16 +62893,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: *428 + schema: *429 examples: - default: *429 + default: *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62907,15 +62922,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *274 - *275 + - *276 - *127 responses: '200': description: Response content: application/json: - schema: *430 + schema: *431 examples: default: value: @@ -62941,8 +62956,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *274 - *275 + - *276 - *127 requestBody: required: true @@ -62995,8 +63010,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *274 - *275 + - *276 - *127 responses: '204': @@ -63019,8 +63034,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: - - *274 - *275 + - *276 - 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 @@ -63180,8 +63195,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: - - *274 - *275 + - *276 responses: '200': description: Response @@ -63420,8 +63435,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: - - *274 - *275 + - *276 requestBody: required: true content: @@ -63496,7 +63511,7 @@ paths: - version - url additionalProperties: false - metadata: &431 + metadata: &432 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -63529,7 +63544,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *431 + metadata: *432 resolved: type: object description: A collection of resolved package dependencies. @@ -63542,7 +63557,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *431 + metadata: *432 relationship: type: string description: A notation of whether a dependency is requested @@ -63671,8 +63686,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *274 - *275 + - *276 - name: sha description: The SHA recorded at creation time. in: query @@ -63712,9 +63727,9 @@ paths: application/json: schema: type: array - items: *432 + items: *433 examples: - default: *433 + default: *434 headers: Link: *58 x-github: @@ -63780,8 +63795,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -63862,7 +63877,7 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: simple-example: summary: Simple example @@ -63935,9 +63950,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *274 - *275 - - &434 + - *276 + - &435 name: deployment_id description: deployment_id parameter in: path @@ -63949,7 +63964,7 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: default: value: @@ -64014,9 +64029,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *274 - *275 - - *434 + - *276 + - *435 responses: '204': description: Response @@ -64038,9 +64053,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *274 - *275 - - *434 + - *276 + - *435 - *17 - *19 responses: @@ -64050,7 +64065,7 @@ paths: application/json: schema: type: array - items: &435 + items: &436 title: Deployment Status description: The status of a deployment. type: object @@ -64211,9 +64226,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *274 - *275 - - *434 + - *276 + - *435 requestBody: required: true content: @@ -64288,9 +64303,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: &436 + default: &437 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -64346,9 +64361,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *274 - *275 - - *434 + - *276 + - *435 - name: status_id in: path required: true @@ -64359,9 +64374,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: *436 + default: *437 '404': *6 x-github: githubCloudOnly: false @@ -64386,8 +64401,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -64444,8 +64459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -64462,7 +64477,7 @@ paths: type: integer environments: type: array - items: &438 + items: &439 title: Environment description: Details of a deployment environment type: object @@ -64514,7 +64529,7 @@ paths: type: type: string example: wait_timer - wait_timer: &440 + wait_timer: &441 type: integer example: 30 description: The amount of time to delay a job after @@ -64551,7 +64566,7 @@ paths: items: type: object properties: - type: *437 + type: *438 reviewer: anyOf: - *4 @@ -64575,7 +64590,7 @@ paths: - id - node_id - type - deployment_branch_policy: &441 + deployment_branch_policy: &442 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -64691,9 +64706,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *274 - *275 - - &439 + - *276 + - &440 name: environment_name in: path required: true @@ -64706,9 +64721,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: &442 + default: &443 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -64792,9 +64807,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *274 - *275 - - *439 + - *276 + - *440 requestBody: required: false content: @@ -64803,7 +64818,7 @@ paths: type: object nullable: true properties: - wait_timer: *440 + wait_timer: *441 prevent_self_review: type: boolean example: false @@ -64820,13 +64835,13 @@ paths: items: type: object properties: - type: *437 + type: *438 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *441 + deployment_branch_policy: *442 additionalProperties: false examples: default: @@ -64846,9 +64861,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *442 + default: *443 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -64872,9 +64887,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *274 - *275 - - *439 + - *276 + - *440 responses: '204': description: Default response @@ -64899,9 +64914,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *274 - *275 - - *439 + - *276 + - *440 - *17 - *19 responses: @@ -64919,7 +64934,7 @@ paths: example: 2 branch_policies: type: array - items: &443 + items: &444 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -64976,9 +64991,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *274 - *275 - - *439 + - *276 + - *440 requestBody: required: true content: @@ -65024,9 +65039,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - example-wildcard: &444 + example-wildcard: &445 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -65068,10 +65083,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *274 - *275 - - *439 - - &445 + - *276 + - *440 + - &446 name: branch_policy_id in: path required: true @@ -65083,9 +65098,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *444 + default: *445 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65104,10 +65119,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *274 - *275 - - *439 - - *445 + - *276 + - *440 + - *446 requestBody: required: true content: @@ -65135,9 +65150,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *444 examples: - default: *444 + default: *445 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65156,10 +65171,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *274 - *275 - - *439 - - *445 + - *276 + - *440 + - *446 responses: '204': description: Response @@ -65184,9 +65199,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *439 + - *440 + - *276 - *275 - - *274 responses: '200': description: List of deployment protection rules @@ -65202,7 +65217,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &446 + items: &447 title: Deployment protection rule description: Deployment protection rule type: object @@ -65221,7 +65236,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &447 + app: &448 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -65310,7 +65325,7 @@ paths: The authenticated user must have admin or owner permissions to the repository to use this endpoint. - For more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/rest/apps/apps#get-an-app). + For more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules). OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. tags: @@ -65320,9 +65335,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: - - *439 + - *440 + - *276 - *275 - - *274 requestBody: content: application/json: @@ -65343,9 +65358,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *446 + schema: *447 examples: - default: &448 + default: &449 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -65380,9 +65395,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: - - *439 + - *440 + - *276 - *275 - - *274 - *19 - *17 responses: @@ -65401,7 +65416,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *447 + items: *448 examples: default: value: @@ -65436,10 +65451,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *274 - *275 - - *439 - - &449 + - *276 + - *440 + - &450 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -65451,9 +65466,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *448 + default: *449 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65474,10 +65489,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *439 + - *440 + - *276 - *275 - - *274 - - *449 + - *450 responses: '204': description: Response @@ -65503,9 +65518,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *274 - *275 - - *439 + - *276 + - *440 - *17 - *19 responses: @@ -65523,9 +65538,9 @@ paths: type: integer secrets: type: array - items: *320 + items: *321 examples: - default: *321 + default: *322 headers: Link: *58 x-github: @@ -65550,17 +65565,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *274 - *275 - - *439 + - *276 + - *440 responses: '200': description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: *323 + default: *324 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65582,18 +65597,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *274 - *275 - - *439 + - *276 + - *440 - *127 responses: '200': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *450 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65615,9 +65630,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *274 - *275 - - *439 + - *276 + - *440 - *127 requestBody: required: true @@ -65675,9 +65690,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *274 - *275 - - *439 + - *276 + - *440 - *127 responses: '204': @@ -65703,10 +65718,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *274 - *275 - - *439 - - *296 + - *276 + - *440 + - *297 - *19 responses: '200': @@ -65723,9 +65738,9 @@ paths: type: integer variables: type: array - items: *324 + items: *325 examples: - default: *325 + default: *326 headers: Link: *58 x-github: @@ -65748,9 +65763,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *274 - *275 - - *439 + - *276 + - *440 requestBody: required: true content: @@ -65802,18 +65817,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *274 - *275 - - *439 + - *276 + - *440 - *130 responses: '200': description: Response content: application/json: - schema: *324 + schema: *325 examples: - default: *451 + default: *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65834,10 +65849,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *274 - *275 + - *276 - *130 - - *439 + - *440 requestBody: required: true content: @@ -65879,10 +65894,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *274 - *275 + - *276 - *130 - - *439 + - *440 responses: '204': description: Response @@ -65904,8 +65919,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -65982,8 +65997,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *274 - *275 + - *276 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -66142,8 +66157,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *274 - *275 + - *276 requestBody: required: false content: @@ -66175,9 +66190,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *287 + default: *288 '400': *14 '422': *15 '403': *29 @@ -66198,8 +66213,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -66259,7 +66274,7 @@ paths: schema: oneOf: - *97 - - *452 + - *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66284,8 +66299,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *274 - *275 + - *276 - name: file_sha in: path required: true @@ -66384,8 +66399,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -66494,7 +66509,7 @@ paths: description: Response content: application/json: - schema: &453 + schema: &454 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -66708,15 +66723,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *274 - *275 - - *406 + - *276 + - *407 responses: '200': description: Response content: application/json: - schema: *453 + schema: *454 examples: default: value: @@ -66772,9 +66787,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *274 - *275 - - &454 + - *276 + - &455 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. @@ -66791,7 +66806,7 @@ paths: application/json: schema: type: array - items: &455 + items: &456 title: Git Reference description: Git references within a repository type: object @@ -66866,17 +66881,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *274 - *275 - - *454 + - *276 + - *455 responses: '200': description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: &456 + default: &457 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -66905,8 +66920,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -66935,9 +66950,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -66963,9 +66978,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *274 - *275 - - *454 + - *276 + - *455 requestBody: required: true content: @@ -66994,9 +67009,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *456 + default: *457 '422': *15 '409': *46 x-github: @@ -67014,9 +67029,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *274 - *275 - - *454 + - *276 + - *455 responses: '204': description: Response @@ -67069,8 +67084,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -67137,7 +67152,7 @@ paths: description: Response content: application/json: - schema: &458 + schema: &459 title: Git Tag description: Metadata for a Git tag type: object @@ -67188,7 +67203,7 @@ paths: - sha - type - url - verification: *457 + verification: *458 required: - sha - url @@ -67198,7 +67213,7 @@ paths: - tag - message examples: - default: &459 + default: &460 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -67271,8 +67286,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *274 - *275 + - *276 - name: tag_sha in: path required: true @@ -67283,9 +67298,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 '404': *6 '409': *46 x-github: @@ -67309,8 +67324,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -67383,7 +67398,7 @@ paths: description: Response content: application/json: - schema: &460 + schema: &461 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -67495,8 +67510,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *274 - *275 + - *276 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -67519,7 +67534,7 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: default-response: summary: Default response @@ -67578,8 +67593,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -67589,7 +67604,7 @@ paths: application/json: schema: type: array - items: &461 + items: &462 title: Webhook description: Webhooks for repositories. type: object @@ -67643,7 +67658,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &681 + last_response: &682 title: Hook Response type: object properties: @@ -67717,8 +67732,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *274 - *275 + - *276 requestBody: required: false content: @@ -67770,9 +67785,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: &462 + default: &463 value: type: Repository id: 12345678 @@ -67820,17 +67835,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *274 - *275 + - *276 - *165 responses: '200': description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *462 + default: *463 '404': *6 x-github: githubCloudOnly: false @@ -67850,8 +67865,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *274 - *275 + - *276 - *165 requestBody: required: true @@ -67897,9 +67912,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *462 + default: *463 '422': *15 '404': *6 x-github: @@ -67920,8 +67935,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *274 - *275 + - *276 - *165 responses: '204': @@ -67946,8 +67961,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *274 - *275 + - *276 - *165 responses: '200': @@ -67975,8 +67990,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *274 - *275 + - *276 - *165 requestBody: required: false @@ -68021,8 +68036,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *274 - *275 + - *276 - *165 - *17 - *166 @@ -68054,8 +68069,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *274 - *275 + - *276 - *165 - *16 responses: @@ -68084,8 +68099,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *274 - *275 + - *276 - *165 - *16 responses: @@ -68109,8 +68124,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *274 - *275 + - *276 - *165 responses: '204': @@ -68136,8 +68151,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *274 - *275 + - *276 - *165 responses: '204': @@ -68196,14 +68211,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: &463 + schema: &464 title: Import description: A repository import from an external source. type: object @@ -68302,7 +68317,7 @@ paths: - html_url - authors_url examples: - default: &466 + default: &467 value: vcs: subversion use_lfs: true @@ -68318,7 +68333,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': &464 + '503': &465 description: Unavailable due to service under maintenance. content: application/json: @@ -68347,8 +68362,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -68396,7 +68411,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: default: value: @@ -68421,7 +68436,7 @@ paths: type: string '422': *15 '404': *6 - '503': *464 + '503': *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68449,8 +68464,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *274 - *275 + - *276 requestBody: required: false content: @@ -68499,7 +68514,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: example-1: summary: Example 1 @@ -68547,7 +68562,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': *464 + '503': *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68570,12 +68585,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *274 - *275 + - *276 responses: '204': description: Response - '503': *464 + '503': *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68601,9 +68616,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *274 - *275 - - &628 + - *276 + - &629 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -68617,7 +68632,7 @@ paths: application/json: schema: type: array - items: &465 + items: &466 title: Porter Author description: Porter Author type: object @@ -68671,7 +68686,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': *464 + '503': *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68696,8 +68711,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *274 - *275 + - *276 - name: author_id in: path required: true @@ -68727,7 +68742,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: default: value: @@ -68740,7 +68755,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *464 + '503': *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68764,8 +68779,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -68806,7 +68821,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *464 + '503': *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68834,8 +68849,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -68862,11 +68877,11 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *466 + default: *467 '422': *15 - '503': *464 + '503': *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68889,8 +68904,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -68898,8 +68913,8 @@ paths: application/json: schema: *22 examples: - default: *467 - '301': *286 + default: *468 + '301': *287 '404': *6 x-github: githubCloudOnly: false @@ -68919,8 +68934,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -68933,7 +68948,7 @@ paths: properties: {} additionalProperties: false examples: - default: &469 + default: &470 value: limit: collaborators_only origin: repository @@ -68958,13 +68973,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *274 - *275 + - *276 requestBody: required: true content: application/json: - schema: *468 + schema: *469 examples: default: summary: Example request body @@ -68978,7 +68993,7 @@ paths: application/json: schema: *183 examples: - default: *469 + default: *470 '409': description: Response x-github: @@ -69000,8 +69015,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -69024,8 +69039,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -69035,9 +69050,9 @@ paths: application/json: schema: type: array - items: *470 + items: *471 examples: - default: &621 + default: &622 value: - id: 1 repository: @@ -69168,8 +69183,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *274 - *275 + - *276 - *187 requestBody: required: false @@ -69199,7 +69214,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: default: value: @@ -69330,8 +69345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *274 - *275 + - *276 - *187 responses: '204': @@ -69363,8 +69378,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *274 - *275 + - *276 - 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 @@ -69429,7 +69444,7 @@ paths: type: array items: *77 examples: - default: &481 + default: &482 value: - id: 1 node_id: MDU6SXNzdWUx @@ -69577,7 +69592,7 @@ paths: state_reason: completed headers: Link: *58 - '301': *286 + '301': *287 '422': *15 '404': *6 x-github: @@ -69606,8 +69621,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -69684,7 +69699,7 @@ paths: application/json: schema: *77 examples: - default: &476 + default: &477 value: id: 1 node_id: MDU6SXNzdWUx @@ -69840,7 +69855,7 @@ paths: '422': *15 '503': *65 '404': *6 - '410': *283 + '410': *284 x-github: triggersNotification: true githubCloudOnly: false @@ -69868,8 +69883,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *274 - *275 + - *276 - *87 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -69890,9 +69905,9 @@ paths: application/json: schema: type: array - items: *471 + items: *472 examples: - default: &478 + default: &479 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -69950,17 +69965,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *274 - *275 + - *276 - *76 responses: '200': description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: &472 + default: &473 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -70014,8 +70029,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *274 - *275 + - *276 - *76 requestBody: required: true @@ -70038,9 +70053,9 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: *472 + default: *473 '422': *15 x-github: githubCloudOnly: false @@ -70058,8 +70073,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *274 - *275 + - *276 - *76 responses: '204': @@ -70080,8 +70095,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *274 - *275 + - *276 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -70108,9 +70123,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *269 + default: *270 headers: Link: *58 '404': *6 @@ -70131,8 +70146,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *274 - *275 + - *276 - *76 requestBody: required: true @@ -70165,16 +70180,16 @@ paths: description: Reaction exists content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '201': description: Reaction created content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '422': *15 x-github: githubCloudOnly: false @@ -70196,10 +70211,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *274 - *275 + - *276 - *76 - - *270 + - *271 responses: '204': description: Response @@ -70219,8 +70234,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -70230,7 +70245,7 @@ paths: application/json: schema: type: array - items: &475 + items: &476 title: Issue Event description: Issue Event type: object @@ -70273,8 +70288,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *473 - required: *474 + properties: *474 + required: *475 nullable: true label: title: Issue Event Label @@ -70581,8 +70596,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *274 - *275 + - *276 - name: event_id in: path required: true @@ -70593,7 +70608,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: default: value: @@ -70786,7 +70801,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *283 + '410': *284 '403': *29 x-github: githubCloudOnly: false @@ -70820,9 +70835,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *274 - *275 - - &477 + - *276 + - &478 name: issue_number description: The number that identifies the issue. in: path @@ -70836,10 +70851,10 @@ paths: application/json: schema: *77 examples: - default: *476 - '301': *286 + default: *477 + '301': *287 '404': *6 - '410': *283 + '410': *284 '304': *37 x-github: githubCloudOnly: false @@ -70864,9 +70879,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: false content: @@ -70963,13 +70978,13 @@ paths: application/json: schema: *77 examples: - default: *476 + default: *477 '422': *15 '503': *65 '403': *29 - '301': *286 + '301': *287 '404': *6 - '410': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70987,9 +71002,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: false content: @@ -71017,7 +71032,7 @@ paths: application/json: schema: *77 examples: - default: *476 + default: *477 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71033,9 +71048,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: content: application/json: @@ -71062,7 +71077,7 @@ paths: application/json: schema: *77 examples: - default: *476 + default: *477 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71084,9 +71099,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: - - *274 - *275 - - *477 + - *276 + - *478 - name: assignee in: path required: true @@ -71126,9 +71141,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *274 - *275 - - *477 + - *276 + - *478 - *67 - *17 - *19 @@ -71139,13 +71154,13 @@ paths: application/json: schema: type: array - items: *471 + items: *472 examples: - default: *478 + default: *479 headers: Link: *58 '404': *6 - '410': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71174,9 +71189,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: true content: @@ -71198,16 +71213,16 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: *472 + default: *473 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *283 + '410': *284 '422': *15 '404': *6 x-github: @@ -71227,9 +71242,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *274 - *275 - - *477 + - *276 + - *478 - *17 - *19 responses: @@ -71243,7 +71258,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &482 + - &483 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -71297,7 +71312,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &483 + - &484 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -71433,7 +71448,7 @@ paths: - performed_via_github_app - assignee - assigner - - &484 + - &485 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -71484,7 +71499,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &485 + - &486 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -71535,7 +71550,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &486 + - &487 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -71589,7 +71604,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &487 + - &488 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -71636,7 +71651,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &488 + - &489 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -71683,7 +71698,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &489 + - &490 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -71743,7 +71758,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &490 + - &491 title: Locked Issue Event description: Locked Issue Event type: object @@ -71791,7 +71806,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &491 + - &492 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -71857,7 +71872,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &492 + - &493 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -71923,7 +71938,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &493 + - &494 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -71989,7 +72004,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &494 + - &495 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -72080,7 +72095,7 @@ paths: color: red headers: Link: *58 - '410': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72097,9 +72112,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 - *17 - *19 responses: @@ -72109,7 +72124,7 @@ paths: application/json: schema: type: array - items: &479 + items: &480 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -72156,7 +72171,7 @@ paths: - color - default examples: - default: &480 + default: &481 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -72174,9 +72189,9 @@ paths: default: false headers: Link: *58 - '301': *286 + '301': *287 '404': *6 - '410': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72193,9 +72208,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: false content: @@ -72254,12 +72269,12 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: - default: *480 - '301': *286 + default: *481 + '301': *287 '404': *6 - '410': *283 + '410': *284 '422': *15 x-github: githubCloudOnly: false @@ -72276,9 +72291,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: false content: @@ -72338,12 +72353,12 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: - default: *480 - '301': *286 + default: *481 + '301': *287 '404': *6 - '410': *283 + '410': *284 '422': *15 x-github: githubCloudOnly: false @@ -72360,15 +72375,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 responses: '204': description: Response - '301': *286 + '301': *287 '404': *6 - '410': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72387,9 +72402,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 - name: name in: path required: true @@ -72402,7 +72417,7 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: default: value: @@ -72413,9 +72428,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *286 + '301': *287 '404': *6 - '410': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72435,9 +72450,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: false content: @@ -72465,7 +72480,7 @@ paths: '204': description: Response '403': *29 - '410': *283 + '410': *284 '404': *6 '422': *15 x-github: @@ -72483,9 +72498,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 responses: '204': description: Response @@ -72507,9 +72522,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 - 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. @@ -72535,13 +72550,13 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *269 + default: *270 headers: Link: *58 '404': *6 - '410': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72559,9 +72574,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: true content: @@ -72593,16 +72608,16 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '201': description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '422': *15 x-github: githubCloudOnly: false @@ -72624,10 +72639,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *274 - *275 - - *477 - - *270 + - *276 + - *478 + - *271 responses: '204': description: Response @@ -72656,9 +72671,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: true content: @@ -72682,7 +72697,7 @@ paths: application/json: schema: *77 examples: - default: *476 + default: *477 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -72715,9 +72730,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *274 - *275 - - *477 + - *276 + - *478 - *17 - *19 responses: @@ -72729,11 +72744,11 @@ paths: type: array items: *77 examples: - default: *481 + default: *482 headers: Link: *58 '404': *6 - '410': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72761,9 +72776,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: true content: @@ -72792,14 +72807,14 @@ paths: application/json: schema: *77 examples: - default: *476 + default: *477 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *283 + '410': *284 '422': *15 '404': *6 x-github: @@ -72819,9 +72834,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 requestBody: required: true content: @@ -72854,7 +72869,7 @@ paths: application/json: schema: *77 examples: - default: *476 + default: *477 '403': *29 '404': *6 '422': *7 @@ -72876,9 +72891,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *274 - *275 - - *477 + - *276 + - *478 - *17 - *19 responses: @@ -72893,7 +72908,6 @@ paths: description: Timeline Event type: object anyOf: - - *482 - *483 - *484 - *485 @@ -72906,6 +72920,7 @@ paths: - *492 - *493 - *494 + - *495 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -73210,7 +73225,7 @@ paths: type: string comments: type: array - items: &515 + items: &516 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -73419,7 +73434,7 @@ paths: type: string comments: type: array - items: *404 + items: *405 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -73708,7 +73723,7 @@ paths: headers: Link: *58 '404': *6 - '410': *283 + '410': *284 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73725,8 +73740,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -73736,7 +73751,7 @@ paths: application/json: schema: type: array - items: &495 + items: &496 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -73801,8 +73816,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -73838,9 +73853,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: &496 + default: &497 value: id: 1 key: ssh-rsa AAA... @@ -73874,9 +73889,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *274 - *275 - - &497 + - *276 + - &498 name: key_id description: The unique identifier of the key. in: path @@ -73888,9 +73903,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: *496 + default: *497 '404': *6 x-github: githubCloudOnly: false @@ -73908,9 +73923,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *274 - *275 - - *497 + - *276 + - *498 responses: '204': description: Response @@ -73930,8 +73945,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -73941,9 +73956,9 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: - default: *480 + default: *481 headers: Link: *58 '404': *6 @@ -73964,8 +73979,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -74001,9 +74016,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: &498 + default: &499 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -74035,8 +74050,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *274 - *275 + - *276 - name: name in: path required: true @@ -74047,9 +74062,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: *498 + default: *499 '404': *6 x-github: githubCloudOnly: false @@ -74066,8 +74081,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *274 - *275 + - *276 - name: name in: path required: true @@ -74106,7 +74121,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: default: value: @@ -74132,8 +74147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *274 - *275 + - *276 - name: name in: path required: true @@ -74159,8 +74174,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -74199,9 +74214,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *274 - *275 - - *380 + - *276 + - *381 responses: '200': description: Response @@ -74346,8 +74361,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -74412,8 +74427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -74447,9 +74462,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *405 + schema: *406 examples: - default: *499 + default: *500 '204': description: Response when already merged '404': @@ -74474,8 +74489,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *274 - *275 + - *276 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -74516,12 +74531,12 @@ paths: application/json: schema: type: array - items: &500 + items: &501 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *409 - required: *410 + properties: *410 + required: *411 examples: default: value: @@ -74577,8 +74592,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -74618,9 +74633,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: &501 + default: &502 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -74679,9 +74694,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *274 - *275 - - &502 + - *276 + - &503 name: milestone_number description: The number that identifies the milestone. in: path @@ -74693,9 +74708,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 '404': *6 x-github: githubCloudOnly: false @@ -74712,9 +74727,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *274 - *275 - - *502 + - *276 + - *503 requestBody: required: false content: @@ -74752,9 +74767,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74770,9 +74785,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *274 - *275 - - *502 + - *276 + - *503 responses: '204': description: Response @@ -74793,9 +74808,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *274 - *275 - - *502 + - *276 + - *503 - *17 - *19 responses: @@ -74805,9 +74820,9 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: - default: *480 + default: *481 headers: Link: *58 x-github: @@ -74826,12 +74841,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *274 - *275 - - *503 + - *276 - *504 - - *67 - *505 + - *67 + - *506 - *17 - *19 responses: @@ -74843,7 +74858,7 @@ paths: type: array items: *90 examples: - default: *506 + default: *507 headers: Link: *58 x-github: @@ -74867,8 +74882,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *274 - *275 + - *276 requestBody: required: false content: @@ -74926,14 +74941,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: &507 + schema: &508 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -75058,7 +75073,7 @@ paths: - custom_404 - public examples: - default: &508 + default: &509 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -75099,8 +75114,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -75154,9 +75169,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: - default: *508 + default: *509 '422': *15 '409': *46 x-github: @@ -75179,8 +75194,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -75279,8 +75294,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -75306,8 +75321,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -75317,7 +75332,7 @@ paths: application/json: schema: type: array - items: &509 + items: &510 title: Page Build description: Page Build type: object @@ -75411,8 +75426,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *274 - *275 + - *276 responses: '201': description: Response @@ -75457,16 +75472,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: &510 + default: &511 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -75514,8 +75529,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *274 - *275 + - *276 - name: build_id in: path required: true @@ -75526,9 +75541,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - default: *510 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75548,8 +75563,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -75654,9 +75669,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *274 - *275 - - &511 + - *276 + - &512 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -75714,9 +75729,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *274 - *275 - - *511 + - *276 + - *512 responses: '204': *142 '404': *6 @@ -75743,8 +75758,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -76002,8 +76017,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: - - *274 - *275 + - *276 responses: '200': description: Private vulnerability reporting status @@ -76040,8 +76055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *274 - *275 + - *276 responses: '204': *142 '422': *14 @@ -76062,8 +76077,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *274 - *275 + - *276 responses: '204': *142 '422': *14 @@ -76086,8 +76101,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *274 - *275 + - *276 - name: state description: Indicates the state of the projects to return. in: query @@ -76108,7 +76123,7 @@ paths: application/json: schema: type: array - items: *222 + items: *223 examples: default: value: @@ -76148,7 +76163,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *283 + '410': *284 '422': *7 x-github: githubCloudOnly: false @@ -76171,8 +76186,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -76198,13 +76213,13 @@ paths: description: Response content: application/json: - schema: *222 + schema: *223 examples: - default: *282 + default: *283 '401': *25 '403': *29 '404': *6 - '410': *283 + '410': *284 '422': *7 x-github: githubCloudOnly: false @@ -76227,8 +76242,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -76236,7 +76251,7 @@ paths: application/json: schema: type: array - items: *227 + items: *228 examples: default: value: @@ -76267,8 +76282,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: - - *274 - *275 + - *276 requestBody: required: true content: @@ -76280,7 +76295,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *227 + items: *228 required: - properties examples: @@ -76330,8 +76345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *274 - *275 + - *276 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -76391,9 +76406,9 @@ paths: application/json: schema: type: array - items: *512 + items: *513 examples: - default: *513 + default: *514 headers: Link: *58 '304': *37 @@ -76425,8 +76440,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -76491,7 +76506,7 @@ paths: description: Response content: application/json: - schema: &517 + schema: &518 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -76602,8 +76617,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *409 - required: *410 + properties: *410 + required: *411 nullable: true active_lock_reason: type: string @@ -76648,7 +76663,7 @@ paths: nullable: true requested_teams: type: array - items: *250 + items: *251 nullable: true head: type: object @@ -76687,14 +76702,14 @@ paths: _links: type: object properties: - comments: *411 - commits: *411 - statuses: *411 - html: *411 - issue: *411 - review_comments: *411 - review_comment: *411 - self: *411 + comments: *412 + commits: *412 + statuses: *412 + html: *412 + issue: *412 + review_comments: *412 + review_comment: *412 + self: *412 required: - comments - commits @@ -76705,7 +76720,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: *514 + auto_merge: *515 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -76797,7 +76812,7 @@ paths: - merged_by - review_comments examples: - default: &518 + default: &519 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -77324,8 +77339,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *274 - *275 + - *276 - name: sort in: query required: false @@ -77354,9 +77369,9 @@ paths: application/json: schema: type: array - items: *515 + items: *516 examples: - default: &520 + default: &521 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -77433,17 +77448,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *274 - *275 + - *276 - *76 responses: '200': description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: &516 + default: &517 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -77518,8 +77533,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *274 - *275 + - *276 - *76 requestBody: required: true @@ -77542,9 +77557,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *516 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77560,8 +77575,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *274 - *275 + - *276 - *76 responses: '204': @@ -77583,8 +77598,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *274 - *275 + - *276 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -77611,9 +77626,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *269 + default: *270 headers: Link: *58 '404': *6 @@ -77634,8 +77649,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *274 - *275 + - *276 - *76 requestBody: required: true @@ -77668,16 +77683,16 @@ paths: description: Reaction exists content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '201': description: Reaction created content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '422': *15 x-github: githubCloudOnly: false @@ -77699,10 +77714,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *274 - *275 + - *276 - *76 - - *270 + - *271 responses: '204': description: Response @@ -77745,9 +77760,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *274 - *275 - - &519 + - *276 + - &520 name: pull_number description: The number that identifies the pull request. in: path @@ -77760,9 +77775,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *517 + schema: *518 examples: - default: *518 + default: *519 '304': *37 '404': *6 '406': @@ -77797,9 +77812,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 requestBody: required: false content: @@ -77841,9 +77856,9 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: - default: *518 + default: *519 '422': *15 '403': *29 x-github: @@ -77865,9 +77880,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 requestBody: required: true content: @@ -77929,7 +77944,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -77937,7 +77952,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '401': *25 '403': *29 '404': *6 @@ -77967,9 +77982,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 - *87 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -77990,9 +78005,9 @@ paths: application/json: schema: type: array - items: *515 + items: *516 examples: - default: *520 + default: *521 headers: Link: *58 x-github: @@ -78025,9 +78040,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 requestBody: required: true content: @@ -78132,7 +78147,7 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: example-for-a-multi-line-comment: value: @@ -78220,9 +78235,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *274 - *275 - - *519 + - *276 + - *520 - *76 requestBody: required: true @@ -78245,7 +78260,7 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: default: value: @@ -78331,9 +78346,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 - *17 - *19 responses: @@ -78343,9 +78358,9 @@ paths: application/json: schema: type: array - items: *405 + items: *406 examples: - default: *521 + default: *522 headers: Link: *58 x-github: @@ -78375,9 +78390,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *274 - *275 - - *519 + - *276 + - *520 - *17 - *19 responses: @@ -78387,7 +78402,7 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: default: value: @@ -78425,9 +78440,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *274 - *275 - - *519 + - *276 + - *520 responses: '204': description: Response if pull request has been merged @@ -78450,9 +78465,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 requestBody: required: false content: @@ -78563,9 +78578,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 responses: '200': description: Response @@ -78640,9 +78655,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 requestBody: required: false content: @@ -78679,7 +78694,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -79215,9 +79230,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 requestBody: required: true content: @@ -79251,7 +79266,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -79756,9 +79771,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 - *17 - *19 responses: @@ -79768,7 +79783,7 @@ paths: application/json: schema: type: array - items: &522 + items: &523 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -79919,9 +79934,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *274 - *275 - - *519 + - *276 + - *520 requestBody: required: false content: @@ -80007,9 +80022,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: &524 + default: &525 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -80072,10 +80087,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *274 - *275 - - *519 - - &523 + - *276 + - *520 + - &524 name: review_id description: The unique identifier of the review. in: path @@ -80087,9 +80102,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: &525 + default: &526 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -80148,10 +80163,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *274 - *275 - - *519 - - *523 + - *276 + - *520 + - *524 requestBody: required: true content: @@ -80174,7 +80189,7 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: default: value: @@ -80236,18 +80251,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *274 - *275 - - *519 - - *523 + - *276 + - *520 + - *524 responses: '200': description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *524 + default: *525 '422': *7 '404': *6 x-github: @@ -80274,10 +80289,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *274 - *275 - - *519 - - *523 + - *276 + - *520 + - *524 - *17 - *19 responses: @@ -80360,9 +80375,9 @@ paths: _links: type: object properties: - self: *411 - html: *411 - pull_request: *411 + self: *412 + html: *412 + pull_request: *412 required: - self - html @@ -80505,10 +80520,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *274 - *275 - - *519 - - *523 + - *276 + - *520 + - *524 requestBody: required: true content: @@ -80536,7 +80551,7 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: default: value: @@ -80599,10 +80614,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *274 - *275 - - *519 - - *523 + - *276 + - *520 + - *524 requestBody: required: true content: @@ -80637,9 +80652,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *525 + default: *526 '404': *6 '422': *7 '403': *29 @@ -80661,9 +80676,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *274 - *275 - - *519 + - *276 + - *520 requestBody: required: false content: @@ -80726,8 +80741,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *274 - *275 + - *276 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -80740,9 +80755,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: &527 + default: &528 value: type: file encoding: base64 @@ -80784,8 +80799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *274 - *275 + - *276 - name: dir description: The alternate path to look for a README file in: path @@ -80805,9 +80820,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *527 + default: *528 '404': *6 '422': *15 x-github: @@ -80829,8 +80844,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -80840,7 +80855,7 @@ paths: application/json: schema: type: array - items: &528 + items: &529 title: Release description: A release. type: object @@ -80903,7 +80918,7 @@ paths: author: *4 assets: type: array - items: &529 + items: &530 title: Release Asset description: Data related to a release. type: object @@ -81084,8 +81099,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -81161,9 +81176,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: &532 + default: &533 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -81266,9 +81281,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *274 - *275 - - &530 + - *276 + - &531 name: asset_id description: The unique identifier of the asset. in: path @@ -81280,9 +81295,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: &531 + default: &532 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 @@ -81316,7 +81331,7 @@ paths: type: User site_admin: false '404': *6 - '302': *422 + '302': *423 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81332,9 +81347,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *274 - *275 - - *530 + - *276 + - *531 requestBody: required: false content: @@ -81362,9 +81377,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: *531 + default: *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81380,9 +81395,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *274 - *275 - - *530 + - *276 + - *531 responses: '204': description: Response @@ -81406,8 +81421,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -81492,16 +81507,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *274 - *275 + - *276 responses: '200': description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *532 + default: *533 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81518,8 +81533,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *274 - *275 + - *276 - name: tag description: tag parameter in: path @@ -81532,9 +81547,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *532 + default: *533 '404': *6 x-github: githubCloudOnly: false @@ -81556,9 +81571,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *274 - *275 - - &533 + - *276 + - &534 name: release_id description: The unique identifier of the release. in: path @@ -81572,9 +81587,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: *528 + schema: *529 examples: - default: *532 + default: *533 '401': description: Unauthorized x-github: @@ -81592,9 +81607,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *274 - *275 - - *533 + - *276 + - *534 requestBody: required: false content: @@ -81658,9 +81673,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *532 + default: *533 '404': description: Not Found if the discussion category name is invalid content: @@ -81681,9 +81696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *274 - *275 - - *533 + - *276 + - *534 responses: '204': description: Response @@ -81703,9 +81718,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *274 - *275 - - *533 + - *276 + - *534 - *17 - *19 responses: @@ -81715,7 +81730,7 @@ paths: application/json: schema: type: array - items: *529 + items: *530 examples: default: value: @@ -81795,9 +81810,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: - - *274 - *275 - - *533 + - *276 + - *534 - name: name in: query required: true @@ -81823,7 +81838,7 @@ paths: description: Response for successful upload content: application/json: - schema: *529 + schema: *530 examples: response-for-successful-upload: value: @@ -81877,9 +81892,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *274 - *275 - - *533 + - *276 + - *534 - 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. @@ -81903,9 +81918,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *269 + default: *270 headers: Link: *58 '404': *6 @@ -81926,9 +81941,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *274 - *275 - - *533 + - *276 + - *534 requestBody: required: true content: @@ -81958,16 +81973,16 @@ paths: description: Reaction exists content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '201': description: Reaction created content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 '422': *15 x-github: githubCloudOnly: false @@ -81989,10 +82004,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *274 - *275 - - *533 - - *270 + - *276 + - *534 + - *271 responses: '204': description: Response @@ -82016,9 +82031,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *274 - *275 - - *342 + - *276 + - *343 - *17 - *19 responses: @@ -82034,8 +82049,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *534 - - &536 + - *535 + - &537 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -82055,53 +82070,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *535 - *536 - - allOf: - *537 - - *536 - allOf: - *538 - - *536 + - *537 - allOf: - *539 - - *536 + - *537 - allOf: - *540 - - *536 + - *537 - allOf: - *541 - - *536 + - *537 - allOf: - *542 - - *536 + - *537 - allOf: - *543 - - *536 + - *537 - allOf: - *544 - - *536 + - *537 - allOf: - *545 - - *536 + - *537 - allOf: - *546 - - *536 + - *537 - allOf: - *547 - - *536 + - *537 - allOf: - *548 - - *536 + - *537 - allOf: - *549 - - *536 + - *537 - allOf: - *550 - - *536 + - *537 - allOf: - *551 - - *536 + - *537 + - allOf: + - *552 + - *537 examples: default: value: @@ -82140,8 +82155,8 @@ paths: category: repos subcategory: rules parameters: - - *274 - *275 + - *276 - *17 - *19 - name: includes_parents @@ -82152,7 +82167,7 @@ paths: schema: type: boolean default: true - - *552 + - *553 responses: '200': description: Response @@ -82160,7 +82175,7 @@ paths: application/json: schema: type: array - items: *237 + items: *238 examples: default: value: @@ -82207,8 +82222,8 @@ paths: category: repos subcategory: rules parameters: - - *274 - *275 + - *276 requestBody: description: Request body required: true @@ -82228,16 +82243,16 @@ paths: - tag - push default: branch - enforcement: *233 + enforcement: *234 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *234 - conditions: *231 + items: *235 + conditions: *232 rules: type: array description: An array of rules within the ruleset. - items: *236 + items: *237 required: - name - enforcement @@ -82268,9 +82283,9 @@ paths: description: Response content: application/json: - schema: *237 + schema: *238 examples: - default: &562 + default: &563 value: id: 42 name: super cool ruleset @@ -82317,12 +82332,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *274 - *275 - - *553 + - *276 - *554 - *555 - *556 + - *557 - *17 - *19 responses: @@ -82330,9 +82345,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 '404': *6 '500': *145 x-github: @@ -82353,17 +82368,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *274 - *275 - - *559 + - *276 + - *560 responses: '200': description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *561 + default: *562 '404': *6 '500': *145 x-github: @@ -82391,8 +82406,8 @@ paths: category: repos subcategory: rules parameters: - - *274 - *275 + - *276 - name: ruleset_id description: The ID of the ruleset. in: path @@ -82412,9 +82427,9 @@ paths: description: Response content: application/json: - schema: *237 + schema: *238 examples: - default: *562 + default: *563 '404': *6 '500': *145 put: @@ -82432,8 +82447,8 @@ paths: category: repos subcategory: rules parameters: - - *274 - *275 + - *276 - name: ruleset_id description: The ID of the ruleset. in: path @@ -82458,16 +82473,16 @@ paths: - branch - tag - push - enforcement: *233 + enforcement: *234 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *234 - conditions: *231 + items: *235 + conditions: *232 rules: description: An array of rules within the ruleset. type: array - items: *236 + items: *237 examples: default: value: @@ -82495,9 +82510,9 @@ paths: description: Response content: application/json: - schema: *237 + schema: *238 examples: - default: *562 + default: *563 '404': *6 '500': *145 delete: @@ -82515,8 +82530,8 @@ paths: category: repos subcategory: rules parameters: - - *274 - *275 + - *276 - name: ruleset_id description: The ID of the ruleset. in: path @@ -82539,8 +82554,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *274 - *275 + - *276 - *17 - *19 - name: ruleset_id @@ -82556,9 +82571,9 @@ paths: application/json: schema: type: array - items: *239 + items: *240 examples: - default: *563 + default: *564 '404': *6 '500': *145 x-github: @@ -82577,8 +82592,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *274 - *275 + - *276 - name: ruleset_id description: The ID of the ruleset. in: path @@ -82596,7 +82611,7 @@ paths: description: Response content: application/json: - schema: *564 + schema: *565 examples: default: value: @@ -82651,20 +82666,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *274 - *275 - - *240 + - *276 - *241 - *242 - *243 + - *244 - *48 - *19 - *17 - - *565 - *566 - - *244 + - *567 - *245 - *246 + - *247 responses: '200': description: Response @@ -82672,7 +82687,7 @@ paths: application/json: schema: type: array - items: &569 + items: &570 type: object properties: number: *54 @@ -82691,8 +82706,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *567 - resolution: *568 + state: *568 + resolution: *569 resolved_at: type: string format: date-time @@ -82910,15 +82925,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *274 - *275 - - *374 + - *276 + - *375 responses: '200': description: Response content: application/json: - schema: *569 + schema: *570 examples: default: value: @@ -82970,9 +82985,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *274 - *275 - - *374 + - *276 + - *375 requestBody: required: true content: @@ -82980,8 +82995,8 @@ paths: schema: type: object properties: - state: *567 - resolution: *568 + state: *568 + resolution: *569 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -82999,7 +83014,7 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: default: value: @@ -83074,9 +83089,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *274 - *275 - - *374 + - *276 + - *375 - *19 - *17 responses: @@ -83087,7 +83102,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &702 + items: &703 type: object properties: type: @@ -83446,8 +83461,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -83455,14 +83470,14 @@ paths: schema: type: object properties: - reason: &571 + reason: &572 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *570 + placeholder_id: *571 required: - reason - placeholder_id @@ -83479,7 +83494,7 @@ paths: schema: type: object properties: - reason: *571 + reason: *572 expire_at: type: string format: date-time @@ -83522,8 +83537,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: - - *274 - *275 + - *276 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -83538,7 +83553,7 @@ paths: properties: incremental_scans: type: array - items: &572 + items: &573 description: Information on a single scan performed by secret scanning on the repository type: object @@ -83564,15 +83579,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *572 + items: *573 backfill_scans: type: array - items: *572 + items: *573 custom_pattern_backfill_scans: type: array items: allOf: - - *572 + - *573 - type: object properties: pattern_name: @@ -83642,8 +83657,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *274 - *275 + - *276 - *48 - name: sort description: The property to sort the results by. @@ -83687,9 +83702,9 @@ paths: application/json: schema: type: array - items: *573 + items: *574 examples: - default: *574 + default: *575 '400': *14 '404': *6 x-github: @@ -83712,8 +83727,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -83786,7 +83801,7 @@ paths: login: type: string description: The username of the user credited. - type: *249 + type: *250 required: - login - type @@ -83873,9 +83888,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: &576 + default: &577 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -84108,8 +84123,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -84213,7 +84228,7 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: default: value: @@ -84360,17 +84375,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *274 - *275 - - *575 + - *276 + - *576 responses: '200': description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *576 + default: *577 '403': *29 '404': *6 x-github: @@ -84394,9 +84409,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *274 - *275 - - *575 + - *276 + - *576 requestBody: required: true content: @@ -84469,7 +84484,7 @@ paths: login: type: string description: The username of the user credited. - type: *249 + type: *250 required: - login - type @@ -84555,10 +84570,10 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *576 - add_credit: *576 + default: *577 + add_credit: *577 '403': *29 '404': *6 '422': @@ -84596,9 +84611,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: - - *274 - *275 - - *575 + - *276 + - *576 responses: '202': *47 '400': *14 @@ -84625,17 +84640,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *274 - *275 - - *575 + - *276 + - *576 responses: '202': description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *287 + default: *288 '400': *14 '422': *15 '403': *29 @@ -84661,8 +84676,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -84761,8 +84776,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *274 - *275 + - *276 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -84771,7 +84786,7 @@ paths: application/json: schema: type: array - items: &577 + items: &578 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -84804,8 +84819,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -84881,8 +84896,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -84978,8 +84993,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *274 - *275 + - *276 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -85133,8 +85148,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *274 - *275 + - *276 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -85144,7 +85159,7 @@ paths: application/json: schema: type: array - items: *577 + items: *578 examples: default: value: @@ -85177,8 +85192,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *274 - *275 + - *276 - name: sha in: path required: true @@ -85232,7 +85247,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: default: value: @@ -85286,8 +85301,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -85319,14 +85334,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *274 - *275 + - *276 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &579 + schema: &580 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -85394,8 +85409,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *274 - *275 + - *276 requestBody: required: false content: @@ -85421,7 +85436,7 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: default: value: @@ -85448,8 +85463,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -85469,8 +85484,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -85549,8 +85564,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -85558,7 +85573,7 @@ paths: application/json: schema: type: array - items: &580 + items: &581 title: Tag protection description: Tag protection type: object @@ -85610,8 +85625,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: - - *274 - *275 + - *276 requestBody: required: true content: @@ -85634,7 +85649,7 @@ paths: description: Response content: application/json: - schema: *580 + schema: *581 examples: default: value: @@ -85665,8 +85680,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: - - *274 - *275 + - *276 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -85703,8 +85718,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *274 - *275 + - *276 - name: ref in: path required: true @@ -85740,8 +85755,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *274 - *275 + - *276 - *17 - *19 responses: @@ -85773,8 +85788,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *274 - *275 + - *276 - *19 - *17 responses: @@ -85782,7 +85797,7 @@ paths: description: Response content: application/json: - schema: &581 + schema: &582 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -85794,7 +85809,7 @@ paths: required: - names examples: - default: &582 + default: &583 value: names: - octocat @@ -85817,8 +85832,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -85849,9 +85864,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '404': *6 '422': *7 x-github: @@ -85872,9 +85887,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *274 - *275 - - &583 + - *276 + - &584 name: per description: The time frame to display results for. in: query @@ -85903,7 +85918,7 @@ paths: example: 128 clones: type: array - items: &584 + items: &585 title: Traffic type: object properties: @@ -85990,8 +86005,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -86081,8 +86096,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *274 - *275 + - *276 responses: '200': description: Response @@ -86142,9 +86157,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *274 - *275 - - *583 + - *276 + - *584 responses: '200': description: Response @@ -86163,7 +86178,7 @@ paths: example: 3782 views: type: array - items: *584 + items: *585 required: - uniques - count @@ -86240,8 +86255,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *274 - *275 + - *276 requestBody: required: true content: @@ -86515,8 +86530,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *274 - *275 + - *276 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -86539,8 +86554,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -86562,8 +86577,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -86589,8 +86604,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *274 - *275 + - *276 - name: ref in: path required: true @@ -86682,9 +86697,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *287 + default: *288 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -86932,7 +86947,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &585 + text_matches: &586 title: Search Result Text Matches type: array items: @@ -87094,7 +87109,7 @@ paths: enum: - author-date - committer-date - - &586 + - &587 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 @@ -87165,7 +87180,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *340 + properties: *341 nullable: true comment_count: type: integer @@ -87185,7 +87200,7 @@ paths: url: type: string format: uri - verification: *457 + verification: *458 required: - author - committer @@ -87204,7 +87219,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *340 + properties: *341 nullable: true parents: type: array @@ -87222,7 +87237,7 @@ paths: type: number node_id: type: string - text_matches: *585 + text_matches: *586 required: - sha - node_id @@ -87403,7 +87418,7 @@ paths: - interactions - created - updated - - *586 + - *587 - *17 - *19 - name: advanced_search @@ -87530,8 +87545,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *409 - required: *410 + properties: *410 + required: *411 nullable: true comments: type: integer @@ -87545,7 +87560,7 @@ paths: type: string format: date-time nullable: true - text_matches: *585 + text_matches: *586 pull_request: type: object properties: @@ -87772,7 +87787,7 @@ paths: enum: - created - updated - - *586 + - *587 - *17 - *19 responses: @@ -87816,7 +87831,7 @@ paths: nullable: true score: type: number - text_matches: *585 + text_matches: *586 required: - id - node_id @@ -87901,7 +87916,7 @@ paths: - forks - help-wanted-issues - updated - - *586 + - *587 - *17 - *19 responses: @@ -88140,7 +88155,7 @@ paths: - admin - pull - push - text_matches: *585 + text_matches: *586 temp_clone_token: type: string allow_merge_commit: @@ -88440,7 +88455,7 @@ paths: type: string format: uri nullable: true - text_matches: *585 + text_matches: *586 related: type: array nullable: true @@ -88631,7 +88646,7 @@ paths: - followers - repositories - joined - - *586 + - *587 - *17 - *19 responses: @@ -88735,7 +88750,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *585 + text_matches: *586 blog: type: string nullable: true @@ -88814,7 +88829,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &587 + - &588 name: team_id description: The unique identifier of the team. in: path @@ -88826,9 +88841,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '404': *6 x-github: githubCloudOnly: false @@ -88855,7 +88870,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *587 + - *588 requestBody: required: true content: @@ -88918,16 +88933,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '201': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '404': *6 '422': *15 '403': *29 @@ -88955,7 +88970,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *587 + - *588 responses: '204': description: Response @@ -88986,7 +89001,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *587 + - *588 - *48 - *17 - *19 @@ -88997,9 +89012,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *588 + default: *589 headers: Link: *58 x-github: @@ -89028,7 +89043,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *587 + - *588 requestBody: required: true content: @@ -89062,9 +89077,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: triggersNotification: true githubCloudOnly: false @@ -89091,16 +89106,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *587 - - *263 + - *588 + - *264 responses: '200': description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89125,8 +89140,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *587 - - *263 + - *588 + - *264 requestBody: required: false content: @@ -89149,9 +89164,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *589 + default: *590 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89176,8 +89191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *587 - - *263 + - *588 + - *264 responses: '204': description: Response @@ -89206,8 +89221,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *587 - - *263 + - *588 + - *264 - *48 - *17 - *19 @@ -89218,9 +89233,9 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: - default: *590 + default: *591 headers: Link: *58 x-github: @@ -89249,8 +89264,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *587 - - *263 + - *588 + - *264 requestBody: required: true content: @@ -89272,9 +89287,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 x-github: triggersNotification: true githubCloudOnly: false @@ -89301,17 +89316,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *587 - - *263 - - *266 + - *588 + - *264 + - *267 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89336,9 +89351,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *587 - - *263 - - *266 + - *588 + - *264 + - *267 requestBody: required: true content: @@ -89360,9 +89375,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *591 + default: *592 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89387,9 +89402,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *587 - - *263 - - *266 + - *588 + - *264 + - *267 responses: '204': description: Response @@ -89418,9 +89433,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *587 - - *263 - - *266 + - *588 + - *264 + - *267 - 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. @@ -89446,9 +89461,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *269 + default: *270 headers: Link: *58 x-github: @@ -89477,9 +89492,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *587 - - *263 - - *266 + - *588 + - *264 + - *267 requestBody: required: true content: @@ -89511,9 +89526,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89539,8 +89554,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *587 - - *263 + - *588 + - *264 - 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. @@ -89566,9 +89581,9 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *269 + default: *270 headers: Link: *58 x-github: @@ -89597,8 +89612,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *587 - - *263 + - *588 + - *264 requestBody: required: true content: @@ -89630,9 +89645,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *268 + default: *269 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89656,7 +89671,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *587 + - *588 - *17 - *19 responses: @@ -89694,7 +89709,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *587 + - *588 - name: role description: Filters members returned by their role in the team. in: query @@ -89745,7 +89760,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *587 + - *588 - *132 responses: '204': @@ -89782,7 +89797,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *587 + - *588 - *132 responses: '204': @@ -89822,7 +89837,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *587 + - *588 - *132 responses: '204': @@ -89859,16 +89874,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *587 + - *588 - *132 responses: '200': description: Response content: application/json: - schema: *271 + schema: *272 examples: - response-if-user-is-a-team-maintainer: *592 + response-if-user-is-a-team-maintainer: *593 '404': *6 x-github: githubCloudOnly: false @@ -89901,7 +89916,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *587 + - *588 - *132 requestBody: required: false @@ -89927,9 +89942,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - response-if-users-membership-with-team-is-now-pending: *593 + response-if-users-membership-with-team-is-now-pending: *594 '403': description: Forbidden if team synchronization is set up '422': @@ -89963,7 +89978,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *587 + - *588 - *132 responses: '204': @@ -89992,7 +90007,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *587 + - *588 - *17 - *19 responses: @@ -90002,9 +90017,9 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: - default: *594 + default: *595 headers: Link: *58 '404': *6 @@ -90030,16 +90045,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *587 - - *273 + - *588 + - *274 responses: '200': description: Response content: application/json: - schema: *272 + schema: *273 examples: - default: *595 + default: *596 '404': description: Not Found if project is not managed by this team x-github: @@ -90063,8 +90078,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *587 - - *273 + - *588 + - *274 requestBody: required: false content: @@ -90131,8 +90146,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *587 - - *273 + - *588 + - *274 responses: '204': description: Response @@ -90159,7 +90174,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *587 + - *588 - *17 - *19 responses: @@ -90201,15 +90216,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *587 - - *274 + - *588 - *275 + - *276 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *596 + schema: *597 examples: alternative-response-with-extra-repository-information: value: @@ -90360,9 +90375,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *587 - - *274 + - *588 - *275 + - *276 requestBody: required: false content: @@ -90412,9 +90427,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *587 - - *274 + - *588 - *275 + - *276 responses: '204': description: Response @@ -90439,7 +90454,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *587 + - *588 - *17 - *19 responses: @@ -90451,7 +90466,7 @@ paths: type: array items: *188 examples: - response-if-child-teams-exist: *597 + response-if-child-teams-exist: *598 headers: Link: *58 '404': *6 @@ -90484,7 +90499,7 @@ paths: application/json: schema: oneOf: - - &599 + - &600 title: Private User description: Private User type: object @@ -90687,7 +90702,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *598 + - *599 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -90840,7 +90855,7 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: default: value: @@ -91186,7 +91201,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -91194,7 +91209,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '401': *25 '403': *29 '404': *6 @@ -91238,7 +91253,7 @@ paths: type: integer secrets: type: array - items: &600 + items: &601 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -91278,7 +91293,7 @@ paths: - visibility - selected_repositories_url examples: - default: *397 + default: *398 headers: Link: *58 x-github: @@ -91354,7 +91369,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: default: value: @@ -91500,7 +91515,7 @@ paths: type: array items: *119 examples: - default: *601 + default: *602 '401': *25 '403': *29 '404': *6 @@ -91652,7 +91667,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '304': *37 '500': *145 '401': *25 @@ -91710,7 +91725,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '401': *25 '403': *29 '404': *6 @@ -91767,7 +91782,7 @@ paths: description: Response content: application/json: - schema: &602 + schema: &603 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -91808,7 +91823,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &603 + default: &604 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -91853,9 +91868,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *603 + default: *604 '404': *6 x-github: githubCloudOnly: false @@ -91892,9 +91907,9 @@ paths: type: integer machines: type: array - items: *604 + items: *605 examples: - default: *605 + default: *606 '304': *37 '500': *145 '401': *25 @@ -91973,13 +91988,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *285 + repository: *286 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *395 - required: *396 + properties: *396 + required: *397 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -92761,7 +92776,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '304': *37 '500': *145 '400': *14 @@ -92801,7 +92816,7 @@ paths: application/json: schema: *192 examples: - default: *394 + default: *395 '500': *145 '401': *25 '403': *29 @@ -92833,7 +92848,7 @@ paths: type: array items: *207 examples: - default: &618 + default: &619 value: - id: 197 name: hello_docker @@ -92934,7 +92949,7 @@ paths: application/json: schema: type: array - items: &606 + items: &607 title: Email description: Email type: object @@ -92999,9 +93014,9 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: &620 + default: &621 value: - email: octocat@github.com verified: true @@ -93076,7 +93091,7 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: default: value: @@ -93332,7 +93347,7 @@ paths: application/json: schema: type: array - items: &607 + items: &608 title: GPG Key description: A unique encryption key type: object @@ -93463,7 +93478,7 @@ paths: - subkeys - revoked examples: - default: &631 + default: &632 value: - id: 3 name: Octocat's GPG Key @@ -93548,9 +93563,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: &608 + default: &609 value: id: 3 name: Octocat's GPG Key @@ -93607,7 +93622,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &609 + - &610 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -93619,9 +93634,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: *608 + default: *609 '404': *6 '304': *37 '403': *29 @@ -93644,7 +93659,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *609 + - *610 responses: '204': description: Response @@ -93835,7 +93850,7 @@ paths: type: array items: *60 examples: - default: *610 + default: *611 headers: Link: *58 '404': *6 @@ -93949,7 +93964,7 @@ paths: required: true content: application/json: - schema: *468 + schema: *469 examples: default: value: @@ -94099,7 +94114,7 @@ paths: application/json: schema: type: array - items: &611 + items: &612 title: Key description: Key type: object @@ -94196,9 +94211,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: &612 + default: &613 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -94231,15 +94246,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *497 + - *498 responses: '200': description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 '404': *6 '304': *37 '403': *29 @@ -94262,7 +94277,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *497 + - *498 responses: '204': description: Response @@ -94295,7 +94310,7 @@ paths: application/json: schema: type: array - items: &613 + items: &614 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -94363,7 +94378,7 @@ paths: - account - plan examples: - default: &614 + default: &615 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -94425,9 +94440,9 @@ paths: application/json: schema: type: array - items: *613 + items: *614 examples: - default: *614 + default: *615 headers: Link: *58 '304': *37 @@ -95422,7 +95437,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *200 - - *615 + - *616 responses: '204': description: Response @@ -95495,7 +95510,7 @@ paths: type: array items: *196 examples: - default: *616 + default: *617 headers: Link: *58 '304': *37 @@ -95537,7 +95552,7 @@ paths: - docker - nuget - container - - *617 + - *618 - *19 - *17 responses: @@ -95549,8 +95564,8 @@ paths: type: array items: *207 examples: - default: *618 - '400': *619 + default: *619 + '400': *620 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95579,7 +95594,7 @@ paths: application/json: schema: *207 examples: - default: &632 + default: &633 value: id: 40201 name: octo-name @@ -95960,7 +95975,7 @@ paths: description: Response content: application/json: - schema: *222 + schema: *223 examples: default: value: @@ -96032,9 +96047,9 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: - default: *620 + default: *621 headers: Link: *58 '304': *37 @@ -96147,7 +96162,7 @@ paths: type: array items: *60 examples: - default: &627 + default: &628 summary: Default response value: - id: 1296269 @@ -96449,9 +96464,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *287 + default: *288 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -96489,9 +96504,9 @@ paths: application/json: schema: type: array - items: *470 + items: *471 examples: - default: *621 + default: *622 headers: Link: *58 '304': *37 @@ -96570,7 +96585,7 @@ paths: application/json: schema: type: array - items: &622 + items: &623 title: Social account description: Social media account type: object @@ -96585,7 +96600,7 @@ paths: - provider - url examples: - default: &623 + default: &624 value: - provider: twitter url: https://twitter.com/github @@ -96647,9 +96662,9 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: *623 + default: *624 '422': *15 '304': *37 '404': *6 @@ -96736,7 +96751,7 @@ paths: application/json: schema: type: array - items: &624 + items: &625 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -96756,7 +96771,7 @@ paths: - title - created_at examples: - default: &639 + default: &640 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -96822,9 +96837,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: &625 + default: &626 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -96855,7 +96870,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: - - &626 + - &627 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -96867,9 +96882,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *625 + default: *626 '404': *6 '304': *37 '403': *29 @@ -96892,7 +96907,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: - - *626 + - *627 responses: '204': description: Response @@ -96921,7 +96936,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &640 + - &641 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 @@ -96946,11 +96961,11 @@ paths: type: array items: *60 examples: - default-response: *627 + default-response: *628 application/vnd.github.v3.star+json: schema: type: array - items: &641 + items: &642 title: Starred Repository description: Starred Repository type: object @@ -97106,8 +97121,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: - - *274 - *275 + - *276 responses: '204': description: Response if this repository is starred by you @@ -97135,8 +97150,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -97160,8 +97175,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *274 - *275 + - *276 responses: '204': description: Response @@ -97233,7 +97248,7 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: default: value: @@ -97319,10 +97334,10 @@ paths: application/json: schema: oneOf: + - *600 - *599 - - *598 examples: - default-response: &629 + default-response: &630 summary: Default response value: login: octocat @@ -97357,7 +97372,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &630 + response-with-git-hub-plan-information: &631 summary: Response with GitHub plan information value: login: octocat @@ -97417,7 +97432,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *628 + - *629 - *17 responses: '200': @@ -97466,11 +97481,11 @@ paths: application/json: schema: oneOf: + - *600 - *599 - - *598 examples: - default-response: *629 - response-with-git-hub-plan-information: *630 + default-response: *630 + response-with-git-hub-plan-information: *631 '404': *6 x-github: githubCloudOnly: false @@ -97546,7 +97561,7 @@ paths: bundle_url: type: string examples: - default: *336 + default: *337 '201': description: Response content: @@ -97587,7 +97602,7 @@ paths: type: array items: *207 examples: - default: *618 + default: *619 '403': *29 '401': *25 x-github: @@ -97991,9 +98006,9 @@ paths: application/json: schema: type: array - items: *607 + items: *608 examples: - default: *631 + default: *632 headers: Link: *58 x-github: @@ -98097,7 +98112,7 @@ paths: application/json: schema: *22 examples: - default: *467 + default: *468 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98175,7 +98190,7 @@ paths: type: array items: *196 examples: - default: *616 + default: *617 headers: Link: *58 x-github: @@ -98214,7 +98229,7 @@ paths: - docker - nuget - container - - *617 + - *618 - *132 - *19 - *17 @@ -98227,10 +98242,10 @@ paths: type: array items: *207 examples: - default: *618 + default: *619 '403': *29 '401': *25 - '400': *619 + '400': *620 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98260,7 +98275,7 @@ paths: application/json: schema: *207 examples: - default: *632 + default: *633 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98546,7 +98561,7 @@ paths: application/json: schema: type: array - items: *222 + items: *223 examples: default: value: @@ -98859,9 +98874,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *634 + default: *635 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98889,9 +98904,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: *636 + default: *637 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98919,9 +98934,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98949,9 +98964,9 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: *623 + default: *624 headers: Link: *58 x-github: @@ -98981,9 +98996,9 @@ paths: application/json: schema: type: array - items: *624 + items: *625 examples: - default: *639 + default: *640 headers: Link: *58 x-github: @@ -99008,7 +99023,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *132 - - *640 + - *641 - *48 - *17 - *19 @@ -99020,11 +99035,11 @@ paths: schema: anyOf: - type: array - items: *641 + items: *642 - type: array items: *60 examples: - default-response: *627 + default-response: *628 headers: Link: *58 x-github: @@ -99183,7 +99198,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &642 + enterprise: &643 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -99241,7 +99256,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &643 + installation: &644 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -99260,7 +99275,7 @@ x-webhooks: required: - id - node_id - organization: &644 + organization: &645 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -99320,13 +99335,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &645 + repository: &646 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: &675 + properties: &676 id: description: Unique identifier of the repository example: 42 @@ -100009,7 +100024,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &676 + required: &677 - archive_url - assignees_url - blobs_url @@ -100160,10 +100175,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -100239,11 +100254,11 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - rule: &646 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + rule: &647 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) @@ -100466,11 +100481,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - rule: *646 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + rule: *647 sender: *4 required: - action @@ -100653,11 +100668,11 @@ x-webhooks: - everyone required: - from - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - rule: *646 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + rule: *647 sender: *4 required: - action @@ -100741,7 +100756,7 @@ x-webhooks: type: string enum: - completed - check_run: &648 + check_run: &649 title: CheckRun description: A check performed on the code of a given code change type: object @@ -100804,7 +100819,7 @@ x-webhooks: type: string pull_requests: type: array - items: *353 + items: *354 repository: *119 status: example: completed @@ -100842,7 +100857,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *647 + deployment: *648 details_url: example: https://example.com type: string @@ -100892,7 +100907,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *353 + items: *354 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -100927,9 +100942,9 @@ x-webhooks: - output - app - pull_requests - installation: *643 - organization: *644 - repository: *645 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - check_run @@ -101322,10 +101337,10 @@ x-webhooks: type: string enum: - created - check_run: *648 - installation: *643 - organization: *644 - repository: *645 + check_run: *649 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - check_run @@ -101721,10 +101736,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *648 - installation: *643 - organization: *644 - repository: *645 + check_run: *649 + installation: *644 + organization: *645 + repository: *646 requested_action: description: The action requested by the user. type: object @@ -102129,10 +102144,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *648 - installation: *643 - organization: *644 - repository: *645 + check_run: *649 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - check_run @@ -103109,10 +103124,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -103782,10 +103797,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -104449,10 +104464,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -104615,7 +104630,7 @@ x-webhooks: required: - login - id - dismissed_comment: *369 + dismissed_comment: *370 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -104760,20 +104775,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &649 + commit_oid: &650 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: *642 - installation: *643 - organization: *644 - ref: &650 + enterprise: *643 + installation: *644 + organization: *645 + ref: &651 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: *645 + repository: *646 sender: *4 required: - action @@ -104935,7 +104950,7 @@ x-webhooks: required: - login - id - dismissed_comment: *369 + dismissed_comment: *370 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -105165,12 +105180,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *649 - enterprise: *642 - installation: *643 - organization: *644 - ref: *650 - repository: *645 + commit_oid: *650 + enterprise: *643 + installation: *644 + organization: *645 + ref: *651 + repository: *646 sender: *4 required: - action @@ -105265,7 +105280,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *369 + dismissed_comment: *370 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -105433,12 +105448,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *649 - enterprise: *642 - installation: *643 - organization: *644 - ref: *650 - repository: *645 + commit_oid: *650 + enterprise: *643 + installation: *644 + organization: *645 + ref: *651 + repository: *646 sender: *4 required: - action @@ -105601,7 +105616,7 @@ x-webhooks: required: - login - id - dismissed_comment: *369 + dismissed_comment: *370 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -105767,12 +105782,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *649 - enterprise: *642 - installation: *643 - organization: *644 - ref: *650 - repository: *645 + commit_oid: *650 + enterprise: *643 + installation: *644 + organization: *645 + ref: *651 + repository: *646 sender: *4 required: - action @@ -105869,7 +105884,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *369 + dismissed_comment: *370 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -106037,16 +106052,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 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: *645 + repository: *646 sender: *4 required: - action @@ -106140,7 +106155,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *369 + dismissed_comment: *370 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -106280,12 +106295,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *649 - enterprise: *642 - installation: *643 - organization: *644 - ref: *650 - repository: *645 + commit_oid: *650 + enterprise: *643 + installation: *644 + organization: *645 + ref: *651 + repository: *646 sender: *4 required: - action @@ -106542,10 +106557,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -106625,18 +106640,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *644 - pusher_type: &651 + organization: *645 + pusher_type: &652 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &652 + ref: &653 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -106646,7 +106661,7 @@ x-webhooks: enum: - tag - branch - repository: *645 + repository: *646 sender: *4 required: - ref @@ -106728,10 +106743,10 @@ x-webhooks: type: string enum: - created - definition: *223 - enterprise: *642 - installation: *643 - organization: *644 + definition: *224 + enterprise: *643 + installation: *644 + organization: *645 sender: *4 required: - action @@ -106816,9 +106831,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 sender: *4 required: - action @@ -106895,10 +106910,10 @@ x-webhooks: type: string enum: - updated - definition: *223 - enterprise: *642 - installation: *643 - organization: *644 + definition: *224 + enterprise: *643 + installation: *644 + organization: *645 sender: *4 required: - action @@ -106975,19 +106990,19 @@ x-webhooks: type: string enum: - updated - enterprise: *642 - installation: *643 - repository: *645 - organization: *644 + enterprise: *643 + installation: *644 + repository: *646 + organization: *645 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *227 + items: *228 old_property_values: type: array description: The old custom property values for the repository. - items: *227 + items: *228 required: - action - repository @@ -107063,18 +107078,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *642 - installation: *643 - organization: *644 - pusher_type: *651 - ref: *652 + enterprise: *643 + installation: *644 + organization: *645 + pusher_type: *652 + ref: *653 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *645 + repository: *646 sender: *4 required: - ref @@ -107158,11 +107173,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *426 - installation: *643 - organization: *644 - enterprise: *642 - repository: *645 + alert: *427 + installation: *644 + organization: *645 + enterprise: *643 + repository: *646 sender: *4 required: - action @@ -107246,11 +107261,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *426 - installation: *643 - organization: *644 - enterprise: *642 - repository: *645 + alert: *427 + installation: *644 + organization: *645 + enterprise: *643 + repository: *646 sender: *4 required: - action @@ -107334,11 +107349,11 @@ x-webhooks: type: string enum: - created - alert: *426 - installation: *643 - organization: *644 - enterprise: *642 - repository: *645 + alert: *427 + installation: *644 + organization: *645 + enterprise: *643 + repository: *646 sender: *4 required: - action @@ -107420,11 +107435,11 @@ x-webhooks: type: string enum: - dismissed - alert: *426 - installation: *643 - organization: *644 - enterprise: *642 - repository: *645 + alert: *427 + installation: *644 + organization: *645 + enterprise: *643 + repository: *646 sender: *4 required: - action @@ -107506,11 +107521,11 @@ x-webhooks: type: string enum: - fixed - alert: *426 - installation: *643 - organization: *644 - enterprise: *642 - repository: *645 + alert: *427 + installation: *644 + organization: *645 + enterprise: *643 + repository: *646 sender: *4 required: - action @@ -107593,11 +107608,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *426 - installation: *643 - organization: *644 - enterprise: *642 - repository: *645 + alert: *427 + installation: *644 + organization: *645 + enterprise: *643 + repository: *646 sender: *4 required: - action @@ -107679,11 +107694,11 @@ x-webhooks: type: string enum: - reopened - alert: *426 - installation: *643 - organization: *644 - enterprise: *642 - repository: *645 + alert: *427 + installation: *644 + organization: *645 + enterprise: *643 + repository: *646 sender: *4 required: - action @@ -107760,9 +107775,9 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - key: &653 + enterprise: *643 + installation: *644 + key: &654 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -107798,8 +107813,8 @@ x-webhooks: - verified - created_at - read_only - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -107876,11 +107891,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - key: *653 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + key: *654 + organization: *645 + repository: *646 sender: *4 required: - action @@ -108441,12 +108456,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - workflow: &657 + workflow: &658 title: Workflow type: object nullable: true @@ -109172,13 +109187,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *432 + deployment: *433 pull_requests: type: array - items: *517 - repository: *645 - organization: *644 - installation: *643 + items: *518 + repository: *646 + organization: *645 + installation: *644 sender: *4 responses: '200': @@ -109249,7 +109264,7 @@ x-webhooks: type: string enum: - approved - approver: &654 + approver: &655 type: object properties: avatar_url: @@ -109292,11 +109307,11 @@ x-webhooks: type: string comment: type: string - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - reviewers: &655 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + reviewers: &656 type: array items: type: object @@ -109375,7 +109390,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &656 + workflow_job_run: &657 type: object properties: conclusion: @@ -110106,18 +110121,18 @@ x-webhooks: type: string enum: - rejected - approver: *654 + approver: *655 comment: type: string - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - reviewers: *655 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + reviewers: *656 sender: *4 since: type: string - workflow_job_run: *656 + workflow_job_run: *657 workflow_job_runs: type: array items: @@ -110821,13 +110836,13 @@ x-webhooks: type: string enum: - requested - enterprise: *642 + enterprise: *643 environment: type: string - installation: *643 - organization: *644 - repository: *645 - requestor: &662 + installation: *644 + organization: *645 + repository: *646 + requestor: &663 title: User type: object nullable: true @@ -112726,12 +112741,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - workflow: *657 + workflow: *658 workflow_run: title: Deployment Workflow Run type: object @@ -113411,7 +113426,7 @@ x-webhooks: type: string enum: - answered - answer: &660 + answer: &661 type: object properties: author_association: @@ -113568,7 +113583,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &658 + discussion: &659 title: Discussion description: A Discussion in a repository. type: object @@ -113854,7 +113869,7 @@ x-webhooks: - id labels: type: array - items: *479 + items: *480 required: - repository_url - category @@ -113876,10 +113891,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -114006,11 +114021,11 @@ x-webhooks: - from required: - category - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -114093,11 +114108,11 @@ x-webhooks: type: string enum: - closed - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -114179,7 +114194,7 @@ x-webhooks: type: string enum: - created - comment: &659 + comment: &660 type: object properties: author_association: @@ -114336,11 +114351,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -114423,12 +114438,12 @@ x-webhooks: type: string enum: - deleted - comment: *659 - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + comment: *660 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -114523,12 +114538,12 @@ x-webhooks: - from required: - body - comment: *659 - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + comment: *660 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -114612,11 +114627,11 @@ x-webhooks: type: string enum: - created - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -114698,11 +114713,11 @@ x-webhooks: type: string enum: - deleted - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -114802,11 +114817,11 @@ x-webhooks: type: string required: - from - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -114888,10 +114903,10 @@ x-webhooks: type: string enum: - labeled - discussion: *658 - enterprise: *642 - installation: *643 - label: &661 + discussion: *659 + enterprise: *643 + installation: *644 + label: &662 title: Label type: object properties: @@ -114923,8 +114938,8 @@ x-webhooks: - color - default - description - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -115007,11 +115022,11 @@ x-webhooks: type: string enum: - locked - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -115093,11 +115108,11 @@ x-webhooks: type: string enum: - pinned - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -115179,11 +115194,11 @@ x-webhooks: type: string enum: - reopened - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -115268,16 +115283,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *658 - new_repository: *645 + new_discussion: *659 + new_repository: *646 required: - new_discussion - new_repository - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -115360,10 +115375,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *658 - old_answer: *660 - organization: *644 - repository: *645 + discussion: *659 + old_answer: *661 + organization: *645 + repository: *646 sender: *4 required: - action @@ -115445,12 +115460,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *658 - enterprise: *642 - installation: *643 - label: *661 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + label: *662 + organization: *645 + repository: *646 sender: *4 required: - action @@ -115533,11 +115548,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -115619,11 +115634,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *658 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + discussion: *659 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -115696,7 +115711,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *642 + enterprise: *643 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -116356,9 +116371,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *643 - organization: *644 - repository: *645 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - forkee @@ -116504,9 +116519,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 pages: description: The pages that were updated. type: array @@ -116543,7 +116558,7 @@ x-webhooks: - action - sha - html_url - repository: *645 + repository: *646 sender: *4 required: - pages @@ -116619,10 +116634,10 @@ x-webhooks: type: string enum: - created - enterprise: *642 + enterprise: *643 installation: *22 - organization: *644 - repositories: &663 + organization: *645 + repositories: &664 description: An array of repository objects that the installation can access. type: array @@ -116648,8 +116663,8 @@ x-webhooks: - name - full_name - private - repository: *645 - requester: *662 + repository: *646 + requester: *663 sender: *4 required: - action @@ -116724,11 +116739,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 + enterprise: *643 installation: *22 - organization: *644 - repositories: *663 - repository: *645 + organization: *645 + repositories: *664 + repository: *646 requester: nullable: true sender: *4 @@ -116804,11 +116819,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *642 + enterprise: *643 installation: *22 - organization: *644 - repositories: *663 - repository: *645 + organization: *645 + repositories: *664 + repository: *646 requester: nullable: true sender: *4 @@ -116884,10 +116899,10 @@ x-webhooks: type: string enum: - added - enterprise: *642 + enterprise: *643 installation: *22 - organization: *644 - repositories_added: &664 + organization: *645 + repositories_added: &665 description: An array of repository objects, which were added to the installation. type: array @@ -116933,15 +116948,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *645 - repository_selection: &665 + repository: *646 + repository_selection: &666 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *662 + requester: *663 sender: *4 required: - action @@ -117020,10 +117035,10 @@ x-webhooks: type: string enum: - removed - enterprise: *642 + enterprise: *643 installation: *22 - organization: *644 - repositories_added: *664 + organization: *645 + repositories_added: *665 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -117050,9 +117065,9 @@ x-webhooks: - name - full_name - private - repository: *645 - repository_selection: *665 - requester: *662 + repository: *646 + repository_selection: *666 + requester: *663 sender: *4 required: - action @@ -117131,11 +117146,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *642 + enterprise: *643 installation: *22 - organization: *644 - repositories: *663 - repository: *645 + organization: *645 + repositories: *664 + repository: *646 requester: nullable: true sender: *4 @@ -117313,10 +117328,10 @@ x-webhooks: type: string required: - from - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 target_type: type: string @@ -117395,11 +117410,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *642 + enterprise: *643 installation: *22 - organization: *644 - repositories: *663 - repository: *645 + organization: *645 + repositories: *664 + repository: *646 requester: nullable: true sender: *4 @@ -117651,8 +117666,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -118807,8 +118822,8 @@ x-webhooks: - state - locked - assignee - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -118888,7 +118903,7 @@ x-webhooks: type: string enum: - deleted - comment: &666 + comment: &667 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -119053,8 +119068,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -120207,8 +120222,8 @@ x-webhooks: - state - locked - assignee - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -120288,7 +120303,7 @@ x-webhooks: type: string enum: - edited - changes: &694 + changes: &695 description: The changes to the comment. type: object properties: @@ -120300,9 +120315,9 @@ x-webhooks: type: string required: - from - comment: *666 - enterprise: *642 - installation: *643 + comment: *667 + enterprise: *643 + installation: *644 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -121456,8 +121471,8 @@ x-webhooks: - state - locked - assignee - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -121539,10 +121554,10 @@ x-webhooks: type: string enum: - assigned - assignee: *662 - enterprise: *642 - installation: *643 - issue: &669 + assignee: *663 + enterprise: *643 + installation: *644 + issue: &670 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -122460,8 +122475,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -122541,8 +122556,8 @@ x-webhooks: type: string enum: - closed - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -123600,8 +123615,8 @@ x-webhooks: required: - state - closed_at - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -123680,8 +123695,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -124592,8 +124607,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -124672,8 +124687,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -125587,7 +125602,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &667 + milestone: &668 title: Milestone description: A collection of related issues and pull requests. type: object @@ -125725,8 +125740,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -125825,8 +125840,8 @@ x-webhooks: type: string required: - from - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126744,9 +126759,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *661 - organization: *644 - repository: *645 + label: *662 + organization: *645 + repository: *646 sender: *4 required: - action @@ -126826,8 +126841,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127744,9 +127759,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *661 - organization: *644 - repository: *645 + label: *662 + organization: *645 + repository: *646 sender: *4 required: - action @@ -127826,8 +127841,8 @@ x-webhooks: type: string enum: - locked - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128745,8 +128760,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -128825,8 +128840,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129738,9 +129753,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *667 - organization: *644 - repository: *645 + milestone: *668 + organization: *645 + repository: *646 sender: *4 required: - action @@ -131201,8 +131216,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132119,8 +132134,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -132200,9 +132215,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *642 - installation: *643 - issue: &668 + enterprise: *643 + installation: *644 + issue: &669 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -133113,8 +133128,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -133193,8 +133208,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134111,8 +134126,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -135574,11 +135589,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *642 - installation: *643 - issue: *668 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + issue: *669 + organization: *645 + repository: *646 sender: *4 required: - action @@ -135659,7 +135674,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &697 + assignee: &698 title: User type: object nullable: true @@ -135729,11 +135744,11 @@ x-webhooks: required: - login - id - enterprise: *642 - installation: *643 - issue: *669 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + issue: *670 + organization: *645 + repository: *646 sender: *4 required: - action @@ -135812,12 +135827,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *642 - installation: *643 - issue: *669 - label: *661 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + issue: *670 + label: *662 + organization: *645 + repository: *646 sender: *4 required: - action @@ -135897,8 +135912,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136814,8 +136829,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -136895,11 +136910,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *642 - installation: *643 - issue: *668 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + issue: *669 + organization: *645 + repository: *646 sender: *4 required: - action @@ -136978,11 +136993,11 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - label: *661 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + label: *662 + organization: *645 + repository: *646 sender: *4 required: - action @@ -137060,11 +137075,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - label: *661 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + label: *662 + organization: *645 + repository: *646 sender: *4 required: - action @@ -137174,11 +137189,11 @@ x-webhooks: type: string required: - from - enterprise: *642 - installation: *643 - label: *661 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + label: *662 + organization: *645 + repository: *646 sender: *4 required: - action @@ -137260,9 +137275,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *642 - installation: *643 - marketplace_purchase: &670 + enterprise: *643 + installation: *644 + marketplace_purchase: &671 title: Marketplace Purchase type: object required: @@ -137345,8 +137360,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *644 - previous_marketplace_purchase: &671 + organization: *645 + previous_marketplace_purchase: &672 title: Marketplace Purchase type: object properties: @@ -137426,7 +137441,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *645 + repository: *646 sender: *4 required: - action @@ -137506,10 +137521,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *642 - installation: *643 - marketplace_purchase: *670 - organization: *644 + enterprise: *643 + installation: *644 + marketplace_purchase: *671 + organization: *645 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -137592,7 +137607,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *645 + repository: *646 sender: *4 required: - action @@ -137674,10 +137689,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *642 - installation: *643 - marketplace_purchase: *670 - organization: *644 + enterprise: *643 + installation: *644 + marketplace_purchase: *671 + organization: *645 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -137759,7 +137774,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *645 + repository: *646 sender: *4 required: - action @@ -137840,8 +137855,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 marketplace_purchase: title: Marketplace Purchase type: object @@ -137923,9 +137938,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *644 - previous_marketplace_purchase: *671 - repository: *645 + organization: *645 + previous_marketplace_purchase: *672 + repository: *646 sender: *4 required: - action @@ -138005,12 +138020,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *642 - installation: *643 - marketplace_purchase: *670 - organization: *644 - previous_marketplace_purchase: *671 - repository: *645 + enterprise: *643 + installation: *644 + marketplace_purchase: *671 + organization: *645 + previous_marketplace_purchase: *672 + repository: *646 sender: *4 required: - action @@ -138112,11 +138127,11 @@ x-webhooks: type: string required: - to - enterprise: *642 - installation: *643 - member: *662 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + member: *663 + organization: *645 + repository: *646 sender: *4 required: - action @@ -138216,11 +138231,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *642 - installation: *643 - member: *662 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + member: *663 + organization: *645 + repository: *646 sender: *4 required: - action @@ -138299,11 +138314,11 @@ x-webhooks: type: string enum: - removed - enterprise: *642 - installation: *643 - member: *662 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + member: *663 + organization: *645 + repository: *646 sender: *4 required: - action @@ -138381,11 +138396,11 @@ x-webhooks: type: string enum: - added - enterprise: *642 - installation: *643 - member: *662 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + member: *663 + organization: *645 + repository: *646 scope: description: The scope of the membership. Currently, can only be `team`. @@ -138461,7 +138476,7 @@ x-webhooks: required: - login - id - team: &672 + team: &673 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -138651,11 +138666,11 @@ x-webhooks: type: string enum: - removed - enterprise: *642 - installation: *643 - member: *662 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + member: *663 + organization: *645 + repository: *646 scope: description: The scope of the membership. Currently, can only be `team`. @@ -138732,7 +138747,7 @@ x-webhooks: required: - login - id - team: *672 + team: *673 required: - action - scope @@ -138814,8 +138829,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *643 - merge_group: &674 + installation: *644 + merge_group: &675 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -138834,15 +138849,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *673 + head_commit: *674 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -138928,10 +138943,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *643 - merge_group: *674 - organization: *644 - repository: *645 + installation: *644 + merge_group: *675 + organization: *645 + repository: *646 sender: *4 required: - action @@ -139004,7 +139019,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 + enterprise: *643 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -139112,16 +139127,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *643 - organization: *644 + installation: *644 + organization: *645 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: *675 - required: *676 + properties: *676 + required: *677 nullable: true sender: *4 required: @@ -139202,11 +139217,11 @@ x-webhooks: type: string enum: - closed - enterprise: *642 - installation: *643 - milestone: *667 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + milestone: *668 + organization: *645 + repository: *646 sender: *4 required: - action @@ -139285,9 +139300,9 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - milestone: &677 + enterprise: *643 + installation: *644 + milestone: &678 title: Milestone description: A collection of related issues and pull requests. type: object @@ -139424,8 +139439,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -139504,11 +139519,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - milestone: *667 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + milestone: *668 + organization: *645 + repository: *646 sender: *4 required: - action @@ -139618,11 +139633,11 @@ x-webhooks: type: string required: - from - enterprise: *642 - installation: *643 - milestone: *667 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + milestone: *668 + organization: *645 + repository: *646 sender: *4 required: - action @@ -139702,11 +139717,11 @@ x-webhooks: type: string enum: - opened - enterprise: *642 - installation: *643 - milestone: *677 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + milestone: *678 + organization: *645 + repository: *646 sender: *4 required: - action @@ -139785,11 +139800,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *662 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + blocked_user: *663 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -139868,11 +139883,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *662 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + blocked_user: *663 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -139951,9 +139966,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - membership: &678 + enterprise: *643 + installation: *644 + membership: &679 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -140045,8 +140060,8 @@ x-webhooks: - role - organization_url - user - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 required: - action @@ -140124,11 +140139,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *642 - installation: *643 - membership: *678 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + membership: *679 + organization: *645 + repository: *646 sender: *4 required: - action @@ -140207,8 +140222,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -140324,10 +140339,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 - user: *662 + user: *663 required: - action - invitation @@ -140405,11 +140420,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *642 - installation: *643 - membership: *678 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + membership: *679 + organization: *645 + repository: *646 sender: *4 required: - action @@ -140496,11 +140511,11 @@ x-webhooks: properties: from: type: string - enterprise: *642 - installation: *643 - membership: *678 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + membership: *679 + organization: *645 + repository: *646 sender: *4 required: - action @@ -140576,9 +140591,9 @@ x-webhooks: type: string enum: - published - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 package: description: Information about the package. type: object @@ -141077,7 +141092,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &679 + items: &680 title: Ruby Gems metadata type: object properties: @@ -141172,7 +141187,7 @@ x-webhooks: - owner - package_version - registry - repository: *645 + repository: *646 sender: *4 required: - action @@ -141248,9 +141263,9 @@ x-webhooks: type: string enum: - updated - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 package: description: Information about the package. type: object @@ -141603,7 +141618,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *679 + items: *680 source_url: type: string format: uri @@ -141673,7 +141688,7 @@ x-webhooks: - owner - package_version - registry - repository: *645 + repository: *646 sender: *4 required: - action @@ -141850,12 +141865,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *642 + enterprise: *643 id: type: integer - installation: *643 - organization: *644 - repository: *645 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - id @@ -141935,7 +141950,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &680 + personal_access_token_request: &681 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -142081,10 +142096,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *642 - organization: *644 + enterprise: *643 + organization: *645 sender: *4 - installation: *643 + installation: *644 required: - action - personal_access_token_request @@ -142163,11 +142178,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *680 - enterprise: *642 - organization: *644 + personal_access_token_request: *681 + enterprise: *643 + organization: *645 sender: *4 - installation: *643 + installation: *644 required: - action - personal_access_token_request @@ -142245,11 +142260,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *680 - enterprise: *642 - organization: *644 + personal_access_token_request: *681 + enterprise: *643 + organization: *645 sender: *4 - installation: *643 + installation: *644 required: - action - personal_access_token_request @@ -142326,11 +142341,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *680 - organization: *644 - enterprise: *642 + personal_access_token_request: *681 + organization: *645 + enterprise: *643 sender: *4 - installation: *643 + installation: *644 required: - action - personal_access_token_request @@ -142434,7 +142449,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *681 + last_response: *682 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -142466,8 +142481,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 zen: description: Random string of GitHub zen. @@ -142712,10 +142727,10 @@ x-webhooks: - from required: - note - enterprise: *642 - installation: *643 - organization: *644 - project_card: &682 + enterprise: *643 + installation: *644 + organization: *645 + project_card: &683 title: Project Card type: object properties: @@ -142834,7 +142849,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *645 + repository: *646 sender: *4 required: - action @@ -142915,11 +142930,11 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 - project_card: *682 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + project_card: *683 + repository: *646 sender: *4 required: - action @@ -142999,9 +143014,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 project_card: title: Project Card type: object @@ -143129,8 +143144,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: *675 - required: *676 + properties: *676 + required: *677 nullable: true sender: *4 required: @@ -143224,11 +143239,11 @@ x-webhooks: - from required: - note - enterprise: *642 - installation: *643 - organization: *644 - project_card: *682 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + project_card: *683 + repository: *646 sender: *4 required: - action @@ -143322,9 +143337,9 @@ x-webhooks: - from required: - column_id - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 project_card: allOf: - title: Project Card @@ -143514,7 +143529,7 @@ x-webhooks: type: string required: - after_id - repository: *645 + repository: *646 sender: *4 required: - action @@ -143594,10 +143609,10 @@ x-webhooks: type: string enum: - closed - enterprise: *642 - installation: *643 - organization: *644 - project: &684 + enterprise: *643 + installation: *644 + organization: *645 + project: &685 title: Project type: object properties: @@ -143721,7 +143736,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *645 + repository: *646 sender: *4 required: - action @@ -143801,10 +143816,10 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 - project_column: &683 + enterprise: *643 + installation: *644 + organization: *645 + project_column: &684 title: Project Column type: object properties: @@ -143843,7 +143858,7 @@ x-webhooks: - name - created_at - updated_at - repository: *645 + repository: *646 sender: *4 required: - action @@ -143922,18 +143937,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - organization: *644 - project_column: *683 + enterprise: *643 + installation: *644 + organization: *645 + project_column: *684 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: *675 - required: *676 + properties: *676 + required: *677 nullable: true sender: *4 required: @@ -144023,11 +144038,11 @@ x-webhooks: type: string required: - from - enterprise: *642 - installation: *643 - organization: *644 - project_column: *683 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + project_column: *684 + repository: *646 sender: *4 required: - action @@ -144107,11 +144122,11 @@ x-webhooks: type: string enum: - moved - enterprise: *642 - installation: *643 - organization: *644 - project_column: *683 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + project_column: *684 + repository: *646 sender: *4 required: - action @@ -144191,11 +144206,11 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 - project: *684 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + project: *685 + repository: *646 sender: *4 required: - action @@ -144275,18 +144290,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - organization: *644 - project: *684 + enterprise: *643 + installation: *644 + organization: *645 + project: *685 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: *675 - required: *676 + properties: *676 + required: *677 nullable: true sender: *4 required: @@ -144388,11 +144403,11 @@ x-webhooks: type: string required: - from - enterprise: *642 - installation: *643 - organization: *644 - project: *684 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + project: *685 + repository: *646 sender: *4 required: - action @@ -144471,11 +144486,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *642 - installation: *643 - organization: *644 - project: *684 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + project: *685 + repository: *646 sender: *4 required: - action @@ -144556,9 +144571,9 @@ x-webhooks: type: string enum: - closed - installation: *643 - organization: *644 - projects_v2: &685 + installation: *644 + organization: *645 + projects_v2: &686 title: Projects v2 Project description: A projects v2 project type: object @@ -144701,9 +144716,9 @@ x-webhooks: type: string enum: - created - installation: *643 - organization: *644 - projects_v2: *685 + installation: *644 + organization: *645 + projects_v2: *686 sender: *4 required: - action @@ -144784,9 +144799,9 @@ x-webhooks: type: string enum: - deleted - installation: *643 - organization: *644 - projects_v2: *685 + installation: *644 + organization: *645 + projects_v2: *686 sender: *4 required: - action @@ -144903,9 +144918,9 @@ x-webhooks: type: string to: type: string - installation: *643 - organization: *644 - projects_v2: *685 + installation: *644 + organization: *645 + projects_v2: *686 sender: *4 required: - action @@ -144988,7 +145003,7 @@ x-webhooks: type: string enum: - archived - changes: &689 + changes: &690 type: object properties: archived_at: @@ -145002,9 +145017,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *643 - organization: *644 - projects_v2_item: &686 + installation: *644 + organization: *645 + projects_v2_item: &687 title: Projects v2 Item description: An item belonging to a project type: object @@ -145138,9 +145153,9 @@ x-webhooks: nullable: true to: type: string - installation: *643 - organization: *644 - projects_v2_item: *686 + installation: *644 + organization: *645 + projects_v2_item: *687 sender: *4 required: - action @@ -145222,9 +145237,9 @@ x-webhooks: type: string enum: - created - installation: *643 - organization: *644 - projects_v2_item: *686 + installation: *644 + organization: *645 + projects_v2_item: *687 sender: *4 required: - action @@ -145305,9 +145320,9 @@ x-webhooks: type: string enum: - deleted - installation: *643 - organization: *644 - projects_v2_item: *686 + installation: *644 + organization: *645 + projects_v2_item: *687 sender: *4 required: - action @@ -145413,7 +145428,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &687 + - &688 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -145431,7 +145446,7 @@ x-webhooks: required: - id - name - - &688 + - &689 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -145454,8 +145469,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *687 - *688 + - *689 required: - field_value - type: object @@ -145471,9 +145486,9 @@ x-webhooks: nullable: true required: - body - installation: *643 - organization: *644 - projects_v2_item: *686 + installation: *644 + organization: *645 + projects_v2_item: *687 sender: *4 required: - action @@ -145568,9 +145583,9 @@ x-webhooks: to: type: string nullable: true - installation: *643 - organization: *644 - projects_v2_item: *686 + installation: *644 + organization: *645 + projects_v2_item: *687 sender: *4 required: - action @@ -145653,10 +145668,10 @@ x-webhooks: type: string enum: - restored - changes: *689 - installation: *643 - organization: *644 - projects_v2_item: *686 + changes: *690 + installation: *644 + organization: *645 + projects_v2_item: *687 sender: *4 required: - action @@ -145738,9 +145753,9 @@ x-webhooks: type: string enum: - reopened - installation: *643 - organization: *644 - projects_v2: *685 + installation: *644 + organization: *645 + projects_v2: *686 sender: *4 required: - action @@ -145821,9 +145836,9 @@ x-webhooks: type: string enum: - created - installation: *643 - organization: *644 - projects_v2_status_update: &690 + installation: *644 + organization: *645 + projects_v2_status_update: &691 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -145950,9 +145965,9 @@ x-webhooks: type: string enum: - deleted - installation: *643 - organization: *644 - projects_v2_status_update: *690 + installation: *644 + organization: *645 + projects_v2_status_update: *691 sender: *4 required: - action @@ -146088,9 +146103,9 @@ x-webhooks: type: string format: date nullable: true - installation: *643 - organization: *644 - projects_v2_status_update: *690 + installation: *644 + organization: *645 + projects_v2_status_update: *691 sender: *4 required: - action @@ -146161,10 +146176,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - repository @@ -146241,13 +146256,13 @@ x-webhooks: type: string enum: - assigned - assignee: *662 - enterprise: *642 - installation: *643 - number: &691 + assignee: *663 + enterprise: *643 + installation: *644 + number: &692 description: The pull request number. type: integer - organization: *644 + organization: *645 pull_request: title: Pull Request type: object @@ -148530,7 +148545,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 sender: *4 required: - action @@ -148612,11 +148627,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 number: type: integer - organization: *644 + organization: *645 pull_request: title: Pull Request type: object @@ -150894,7 +150909,7 @@ x-webhooks: - draft reason: type: string - repository: *645 + repository: *646 sender: *4 required: - action @@ -150976,11 +150991,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 number: type: integer - organization: *644 + organization: *645 pull_request: title: Pull Request type: object @@ -153258,7 +153273,7 @@ x-webhooks: - draft reason: type: string - repository: *645 + repository: *646 sender: *4 required: - action @@ -153340,13 +153355,13 @@ x-webhooks: type: string enum: - closed - enterprise: *642 - installation: *643 - number: *691 - organization: *644 - pull_request: &692 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 + pull_request: &693 allOf: - - *517 + - *518 - type: object properties: allow_auto_merge: @@ -153408,7 +153423,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *645 + repository: *646 sender: *4 required: - action @@ -153489,12 +153504,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *642 - installation: *643 - number: *691 - organization: *644 - pull_request: *692 - repository: *645 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 + pull_request: *693 + repository: *646 sender: *4 required: - action @@ -153574,11 +153589,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *642 - milestone: *500 - number: *691 - organization: *644 - pull_request: &693 + enterprise: *643 + milestone: *501 + number: *692 + organization: *645 + pull_request: &694 title: Pull Request type: object properties: @@ -155841,7 +155856,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 sender: *4 required: - action @@ -155920,11 +155935,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 number: type: integer - organization: *644 + organization: *645 pull_request: title: Pull Request type: object @@ -158206,7 +158221,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *645 + repository: *646 sender: *4 required: - action @@ -158330,12 +158345,12 @@ x-webhooks: type: string required: - from - enterprise: *642 - installation: *643 - number: *691 - organization: *644 - pull_request: *692 - repository: *645 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 + pull_request: *693 + repository: *646 sender: *4 required: - action @@ -158415,11 +158430,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 number: type: integer - organization: *644 + organization: *645 pull_request: title: Pull Request type: object @@ -160686,7 +160701,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 sender: *4 required: - action @@ -160766,11 +160781,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *642 - installation: *643 - label: *661 - number: *691 - organization: *644 + enterprise: *643 + installation: *644 + label: *662 + number: *692 + organization: *645 pull_request: title: Pull Request type: object @@ -163052,7 +163067,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 sender: *4 required: - action @@ -163133,10 +163148,10 @@ x-webhooks: type: string enum: - locked - enterprise: *642 - installation: *643 - number: *691 - organization: *644 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 pull_request: title: Pull Request type: object @@ -165416,7 +165431,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 sender: *4 required: - action @@ -165496,12 +165511,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *642 - milestone: *500 - number: *691 - organization: *644 - pull_request: *693 - repository: *645 + enterprise: *643 + milestone: *501 + number: *692 + organization: *645 + pull_request: *694 + repository: *646 sender: *4 required: - action @@ -165580,12 +165595,12 @@ x-webhooks: type: string enum: - opened - enterprise: *642 - installation: *643 - number: *691 - organization: *644 - pull_request: *692 - repository: *645 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 + pull_request: *693 + repository: *646 sender: *4 required: - action @@ -165666,12 +165681,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *642 - installation: *643 - number: *691 - organization: *644 - pull_request: *692 - repository: *645 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 + pull_request: *693 + repository: *646 sender: *4 required: - action @@ -165751,12 +165766,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *642 - installation: *643 - number: *691 - organization: *644 - pull_request: *692 - repository: *645 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 + pull_request: *693 + repository: *646 sender: *4 required: - action @@ -166122,9 +166137,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 pull_request: type: object properties: @@ -168294,7 +168309,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *645 + repository: *646 sender: *4 required: - action @@ -168374,7 +168389,7 @@ x-webhooks: type: string enum: - deleted - comment: &695 + comment: &696 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -168659,9 +168674,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 pull_request: type: object properties: @@ -170819,7 +170834,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *645 + repository: *646 sender: *4 required: - action @@ -170899,11 +170914,11 @@ x-webhooks: type: string enum: - edited - changes: *694 - comment: *695 - enterprise: *642 - installation: *643 - organization: *644 + changes: *695 + comment: *696 + enterprise: *643 + installation: *644 + organization: *645 pull_request: type: object properties: @@ -173064,7 +173079,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *645 + repository: *646 sender: *4 required: - action @@ -173145,9 +173160,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 pull_request: title: Simple Pull Request type: object @@ -175320,7 +175335,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *645 + repository: *646 review: description: The review that was affected. type: object @@ -175563,9 +175578,9 @@ x-webhooks: type: string required: - from - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 pull_request: title: Simple Pull Request type: object @@ -177619,8 +177634,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *645 - review: &696 + repository: *646 + review: &697 description: The review that was affected. type: object properties: @@ -177849,12 +177864,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 number: description: The pull request number. type: integer - organization: *644 + organization: *645 pull_request: title: Pull Request type: object @@ -180137,7 +180152,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 requested_reviewer: title: User type: object @@ -180221,12 +180236,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 number: description: The pull request number. type: integer - organization: *644 + organization: *645 pull_request: title: Pull Request type: object @@ -182516,7 +182531,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 requested_team: title: Team description: Groups of organization members that gives permissions @@ -182708,12 +182723,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 number: description: The pull request number. type: integer - organization: *644 + organization: *645 pull_request: title: Pull Request type: object @@ -184998,7 +185013,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 requested_reviewer: title: User type: object @@ -185083,12 +185098,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *642 - installation: *643 + enterprise: *643 + installation: *644 number: description: The pull request number. type: integer - organization: *644 + organization: *645 pull_request: title: Pull Request type: object @@ -187364,7 +187379,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 requested_team: title: Team description: Groups of organization members that gives permissions @@ -187545,9 +187560,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 pull_request: title: Simple Pull Request type: object @@ -189722,8 +189737,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *645 - review: *696 + repository: *646 + review: *697 sender: *4 required: - action @@ -189803,9 +189818,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 pull_request: title: Simple Pull Request type: object @@ -191875,7 +191890,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *645 + repository: *646 sender: *4 thread: type: object @@ -192258,9 +192273,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 pull_request: title: Simple Pull Request type: object @@ -194316,7 +194331,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *645 + repository: *646 sender: *4 thread: type: object @@ -194702,10 +194717,10 @@ x-webhooks: type: string before: type: string - enterprise: *642 - installation: *643 - number: *691 - organization: *644 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 pull_request: title: Pull Request type: object @@ -196976,7 +196991,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 sender: *4 required: - action @@ -197058,11 +197073,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *697 - enterprise: *642 - installation: *643 - number: *691 - organization: *644 + assignee: *698 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 pull_request: title: Pull Request type: object @@ -199345,7 +199360,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 sender: *4 required: - action @@ -199424,11 +199439,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *642 - installation: *643 - label: *661 - number: *691 - organization: *644 + enterprise: *643 + installation: *644 + label: *662 + number: *692 + organization: *645 pull_request: title: Pull Request type: object @@ -201701,7 +201716,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 sender: *4 required: - action @@ -201782,10 +201797,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *642 - installation: *643 - number: *691 - organization: *644 + enterprise: *643 + installation: *644 + number: *692 + organization: *645 pull_request: title: Pull Request type: object @@ -204050,7 +204065,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *645 + repository: *646 sender: *4 required: - action @@ -204250,7 +204265,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *642 + enterprise: *643 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -204342,8 +204357,8 @@ x-webhooks: - url - author - committer - installation: *643 - organization: *644 + installation: *644 + organization: *645 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -204918,9 +204933,9 @@ x-webhooks: type: string enum: - published - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 registry_package: type: object properties: @@ -205366,7 +205381,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *679 + items: *680 summary: type: string tag_name: @@ -205420,7 +205435,7 @@ x-webhooks: - owner - package_version - registry - repository: *645 + repository: *646 sender: *4 required: - action @@ -205498,9 +205513,9 @@ x-webhooks: type: string enum: - updated - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 registry_package: type: object properties: @@ -205808,7 +205823,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *679 + items: *680 summary: type: string tag_name: @@ -205857,7 +205872,7 @@ x-webhooks: - owner - package_version - registry - repository: *645 + repository: *646 sender: *4 required: - action @@ -205934,10 +205949,10 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 - release: &698 + enterprise: *643 + installation: *644 + organization: *645 + release: &699 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -206242,7 +206257,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *645 + repository: *646 sender: *4 required: - action @@ -206319,11 +206334,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - organization: *644 - release: *698 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + release: *699 + repository: *646 sender: *4 required: - action @@ -206440,11 +206455,11 @@ x-webhooks: type: boolean required: - to - enterprise: *642 - installation: *643 - organization: *644 - release: *698 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + release: *699 + repository: *646 sender: *4 required: - action @@ -206522,9 +206537,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -206833,7 +206848,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *645 + repository: *646 sender: *4 required: - action @@ -206909,10 +206924,10 @@ x-webhooks: type: string enum: - published - enterprise: *642 - installation: *643 - organization: *644 - release: &699 + enterprise: *643 + installation: *644 + organization: *645 + release: &700 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -207218,7 +207233,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *645 + repository: *646 sender: *4 required: - action @@ -207294,11 +207309,11 @@ x-webhooks: type: string enum: - released - enterprise: *642 - installation: *643 - organization: *644 - release: *698 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + release: *699 + repository: *646 sender: *4 required: - action @@ -207374,11 +207389,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *642 - installation: *643 - organization: *644 - release: *699 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + release: *700 + repository: *646 sender: *4 required: - action @@ -207454,11 +207469,11 @@ x-webhooks: type: string enum: - published - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - repository_advisory: *573 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + repository_advisory: *574 sender: *4 required: - action @@ -207534,11 +207549,11 @@ x-webhooks: type: string enum: - reported - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - repository_advisory: *573 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + repository_advisory: *574 sender: *4 required: - action @@ -207614,10 +207629,10 @@ x-webhooks: type: string enum: - archived - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -207694,10 +207709,10 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -207775,10 +207790,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -207862,10 +207877,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -207977,10 +207992,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -208052,10 +208067,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 status: type: string @@ -208136,10 +208151,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -208216,10 +208231,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -208313,10 +208328,10 @@ x-webhooks: - name required: - repository - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -208396,11 +208411,11 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - repository_ruleset: *237 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + repository_ruleset: *238 sender: *4 required: - action @@ -208478,11 +208493,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - repository_ruleset: *237 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + repository_ruleset: *238 sender: *4 required: - action @@ -208560,11 +208575,11 @@ x-webhooks: type: string enum: - edited - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - repository_ruleset: *237 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + repository_ruleset: *238 changes: type: object properties: @@ -208583,16 +208598,16 @@ x-webhooks: properties: added: type: array - items: *231 + items: *232 deleted: type: array - items: *231 + items: *232 updated: type: array items: type: object properties: - condition: *231 + condition: *232 changes: type: object properties: @@ -208625,16 +208640,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: - rule: *236 + rule: *237 changes: type: object properties: @@ -208868,10 +208883,10 @@ x-webhooks: - from required: - owner - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -208949,10 +208964,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -209030,7 +209045,7 @@ x-webhooks: type: string enum: - create - alert: &700 + alert: &701 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -209151,10 +209166,10 @@ x-webhooks: type: string enum: - open - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -209360,10 +209375,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -209441,11 +209456,11 @@ x-webhooks: type: string enum: - reopen - alert: *700 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + alert: *701 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -209644,10 +209659,10 @@ x-webhooks: enum: - fixed - open - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -209725,7 +209740,7 @@ x-webhooks: type: string enum: - created - alert: &701 + alert: &702 type: object properties: number: *54 @@ -209836,10 +209851,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -209920,11 +209935,11 @@ x-webhooks: type: string enum: - created - alert: *701 - installation: *643 - location: *702 - organization: *644 - repository: *645 + alert: *702 + installation: *644 + location: *703 + organization: *645 + repository: *646 sender: *4 required: - location @@ -210162,11 +210177,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *701 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + alert: *702 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -210244,11 +210259,11 @@ x-webhooks: type: string enum: - reopened - alert: *701 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + alert: *702 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -210326,11 +210341,11 @@ x-webhooks: type: string enum: - resolved - alert: *701 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + alert: *702 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -210408,11 +210423,11 @@ x-webhooks: type: string enum: - validated - alert: *701 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + alert: *702 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -210538,10 +210553,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *645 - enterprise: *642 - installation: *643 - organization: *644 + repository: *646 + enterprise: *643 + installation: *644 + organization: *645 sender: *4 required: - action @@ -210619,11 +210634,11 @@ x-webhooks: type: string enum: - published - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - security_advisory: &703 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + security_advisory: &704 description: The details of the security advisory, including summary, description, and severity. type: object @@ -210806,11 +210821,11 @@ x-webhooks: type: string enum: - updated - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 - security_advisory: *703 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 + security_advisory: *704 sender: *4 required: - action @@ -210883,10 +210898,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -211070,11 +211085,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *230 - enterprise: *642 - installation: *643 - organization: *644 - repository: *285 + security_and_analysis: *231 + enterprise: *643 + installation: *644 + organization: *645 + repository: *286 sender: *4 required: - changes @@ -211152,12 +211167,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - sponsorship: &704 + sponsorship: &705 type: object properties: created_at: @@ -211458,12 +211473,12 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - sponsorship: *704 + sponsorship: *705 required: - action - sponsorship @@ -211551,12 +211566,12 @@ x-webhooks: type: string required: - from - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - sponsorship: *704 + sponsorship: *705 required: - action - changes @@ -211633,17 +211648,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &705 + effective_date: &706 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: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - sponsorship: *704 + sponsorship: *705 required: - action - sponsorship @@ -211717,7 +211732,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &706 + changes: &707 type: object properties: tier: @@ -211761,13 +211776,13 @@ x-webhooks: - from required: - tier - effective_date: *705 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + effective_date: *706 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - sponsorship: *704 + sponsorship: *705 required: - action - changes @@ -211844,13 +211859,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *706 - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + changes: *707 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - sponsorship: *704 + sponsorship: *705 required: - action - changes @@ -211924,10 +211939,10 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -212010,10 +212025,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -212433,15 +212448,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *642 + enterprise: *643 id: description: The unique identifier of the status. type: integer - installation: *643 + installation: *644 name: type: string - organization: *644 - repository: *645 + organization: *645 + repository: *646 sender: *4 sha: description: The Commit SHA. @@ -212556,9 +212571,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *643 - organization: *644 - repository: *645 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -212648,9 +212663,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *643 - organization: *644 - repository: *645 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -212740,9 +212755,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *643 - organization: *644 - repository: *645 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -212832,9 +212847,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *643 - organization: *644 - repository: *645 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -212911,12 +212926,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - team: &707 + team: &708 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -213106,9 +213121,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 repository: title: Repository description: A git repository @@ -213566,7 +213581,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *707 + team: *708 required: - action - team @@ -213642,9 +213657,9 @@ x-webhooks: type: string enum: - created - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 repository: title: Repository description: A git repository @@ -214102,7 +214117,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *707 + team: *708 required: - action - team @@ -214179,9 +214194,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 repository: title: Repository description: A git repository @@ -214639,7 +214654,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *707 + team: *708 required: - action - team @@ -214783,9 +214798,9 @@ x-webhooks: - from required: - permissions - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 repository: title: Repository description: A git repository @@ -215243,7 +215258,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *707 + team: *708 required: - action - changes @@ -215321,9 +215336,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *642 - installation: *643 - organization: *644 + enterprise: *643 + installation: *644 + organization: *645 repository: title: Repository description: A git repository @@ -215781,7 +215796,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *707 + team: *708 required: - action - team @@ -215857,10 +215872,10 @@ x-webhooks: type: string enum: - started - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 required: - action @@ -215933,16 +215948,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *642 + enterprise: *643 inputs: type: object nullable: true additionalProperties: true - installation: *643 - organization: *644 + installation: *644 + organization: *645 ref: type: string - repository: *645 + repository: *646 sender: *4 workflow: type: string @@ -216024,10 +216039,10 @@ x-webhooks: type: string enum: - completed - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 workflow_job: allOf: @@ -216264,7 +216279,7 @@ x-webhooks: type: string required: - conclusion - deployment: *432 + deployment: *433 required: - action - repository @@ -216343,10 +216358,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 workflow_job: allOf: @@ -216606,7 +216621,7 @@ x-webhooks: required: - status - steps - deployment: *432 + deployment: *433 required: - action - repository @@ -216685,10 +216700,10 @@ x-webhooks: type: string enum: - queued - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 workflow_job: type: object @@ -216823,7 +216838,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *432 + deployment: *433 required: - action - repository @@ -216902,10 +216917,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 workflow_job: type: object @@ -217041,7 +217056,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *432 + deployment: *433 required: - action - repository @@ -217121,12 +217136,12 @@ x-webhooks: type: string enum: - completed - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - workflow: *657 + workflow: *658 workflow_run: title: Workflow Run type: object @@ -218125,12 +218140,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - workflow: *657 + workflow: *658 workflow_run: title: Workflow Run type: object @@ -219114,12 +219129,12 @@ x-webhooks: type: string enum: - requested - enterprise: *642 - installation: *643 - organization: *644 - repository: *645 + enterprise: *643 + installation: *644 + organization: *645 + repository: *646 sender: *4 - workflow: *657 + workflow: *658 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 f20c262fa9..8a01eeefd3 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -3154,6 +3154,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -3201,12 +3202,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, @@ -117493,6 +117496,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -117540,12 +117544,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, @@ -142493,6 +142499,20 @@ "type": "string", "format": "date-time" } + }, + { + "name": "token_id", + "description": "The ID of the token", + "in": "query", + "required": false, + "schema": { + "type": "array", + "maxItems": 50, + "items": { + "type": "string" + }, + "example": "token_id[]=1,token_id[]=2" + } } ], "responses": { @@ -144481,6 +144501,20 @@ "type": "string", "format": "date-time" } + }, + { + "name": "token_id", + "description": "The ID of the token", + "in": "query", + "required": false, + "schema": { + "type": "array", + "maxItems": 50, + "items": { + "type": "string" + }, + "example": "token_id[]=1,token_id[]=2" + } } ], "responses": { @@ -271461,7 +271495,7 @@ }, "put": { "summary": "Create or update a repository secret", - "description": "Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin.", "tags": [ "codespaces" ], @@ -271561,7 +271595,7 @@ }, "delete": { "summary": "Delete a repository secret", - "description": "Deletes a development environment secret in a repository using the secret name.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Deletes a development environment secret in a repository using the secret name.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin.", "tags": [ "codespaces" ], @@ -303691,7 +303725,7 @@ }, "post": { "summary": "Create a custom deployment protection rule on an environment", - "description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-app).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/enterprise-cloud@latest//actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", "tags": [ "repos" ], @@ -318442,6 +318476,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -318489,12 +318524,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 7c0d9e7710..7615e61e0c 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -855,7 +855,7 @@ paths: - subscriptions_url - type - url - type: &338 + type: &339 type: string description: The type of credit the user is receiving. enum: @@ -1021,7 +1021,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: - - &659 + - &660 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1609,6 +1609,7 @@ paths: id: description: Unique identifier of the webhook delivery. type: integer + format: int64 example: 42 guid: description: Unique identifier for the event (shared with all @@ -1651,11 +1652,13 @@ paths: description: The id of the GitHub App installation associated with this event. type: integer + format: int64 example: 123 nullable: true repository_id: description: The id of the repository associated with this event. type: integer + format: int64 example: 123 nullable: true throttled_at: @@ -1709,7 +1712,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &669 + schema: &670 title: Scim Error description: Scim Error type: object @@ -2846,7 +2849,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &320 + properties: &321 id: description: Unique identifier of the repository example: 42 @@ -3275,7 +3278,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &321 + required: &322 - archive_url - assignees_url - blobs_url @@ -11252,7 +11255,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &454 + instances_url: &455 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11287,7 +11290,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &455 + dismissed_reason: &456 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -11296,13 +11299,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &456 + dismissed_comment: &457 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &457 + rule: &458 type: object properties: id: @@ -11355,7 +11358,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &458 + tool: &459 type: object properties: name: *87 @@ -11365,15 +11368,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *88 - most_recent_instance: &459 + most_recent_instance: &460 type: object properties: - ref: &452 + ref: &453 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &469 + analysis_key: &470 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11384,7 +11387,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &470 + category: &471 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -14766,7 +14769,7 @@ paths: - unknown - direct - transitive - security_advisory: &511 + security_advisory: &512 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14998,7 +15001,7 @@ paths: nullable: true maxLength: 280 fixed_at: *110 - auto_dismissed_at: &512 + auto_dismissed_at: &513 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -15490,7 +15493,7 @@ paths: - name - created_on examples: - default: &348 + default: &349 value: total_count: 2 network_configurations: @@ -15713,7 +15716,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 - - &349 + - &350 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -15725,7 +15728,7 @@ paths: description: Response content: application/json: - schema: &350 + schema: &351 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -15759,7 +15762,7 @@ paths: - subnet_id - region examples: - default: &351 + default: &352 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -16072,7 +16075,7 @@ paths: required: true content: application/json: - schema: &318 + schema: &319 title: Custom Property Set Payload description: Custom property set payload type: object @@ -16433,7 +16436,7 @@ paths: type: object description: A repository rule. oneOf: - - &621 + - &622 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16445,7 +16448,7 @@ paths: type: string enum: - creation - - &622 + - &623 title: update description: Only allow users with bypass permission to update matching refs. @@ -16466,7 +16469,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &624 + - &625 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -16478,7 +16481,7 @@ paths: type: string enum: - deletion - - &625 + - &626 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16490,7 +16493,7 @@ paths: type: string enum: - required_linear_history - - &626 + - &627 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -16566,7 +16569,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &627 + - &628 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -16590,7 +16593,7 @@ paths: type: string required: - required_deployment_environments - - &628 + - &629 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -16602,7 +16605,7 @@ paths: type: string enum: - required_signatures - - &629 + - &630 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. @@ -16653,7 +16656,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &630 + - &631 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -16700,7 +16703,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &631 + - &632 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -16712,7 +16715,7 @@ paths: type: string enum: - non_fast_forward - - &632 + - &633 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -16748,7 +16751,7 @@ paths: required: - operator - pattern - - &633 + - &634 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -16784,7 +16787,7 @@ paths: required: - operator - pattern - - &634 + - &635 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -16820,7 +16823,7 @@ paths: required: - operator - pattern - - &635 + - &636 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -16856,7 +16859,7 @@ paths: required: - operator - pattern - - &636 + - &637 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -16982,7 +16985,7 @@ paths: maximum: 100 required: - max_file_size - - &637 + - &638 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -17031,7 +17034,7 @@ paths: - repository_id required: - workflows - - &638 + - &639 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -17188,7 +17191,7 @@ paths: nullable: true anyOf: - *121 - - &325 + - &326 title: Organization ruleset conditions type: object description: |- @@ -17469,7 +17472,7 @@ paths: type: string format: date-time examples: - default: &327 + default: &328 value: - version_id: 3 actor: @@ -17522,7 +17525,7 @@ paths: description: Response content: application/json: - schema: &328 + schema: &329 allOf: - *131 - type: object @@ -17577,7 +17580,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *40 - - &329 + - &330 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -17588,7 +17591,7 @@ paths: enum: - open - resolved - - &330 + - &331 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -17598,7 +17601,7 @@ paths: required: false schema: type: string - - &331 + - &332 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -17607,7 +17610,7 @@ paths: required: false schema: type: string - - &332 + - &333 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. @@ -17623,7 +17626,7 @@ paths: - *17 - *84 - *85 - - &333 + - &334 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -17632,7 +17635,7 @@ paths: required: false schema: type: string - - &334 + - &335 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -17641,7 +17644,7 @@ paths: schema: type: boolean default: false - - &335 + - &336 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -17657,7 +17660,7 @@ paths: application/json: schema: type: array - items: &336 + items: &337 type: object properties: number: *100 @@ -17676,14 +17679,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &651 + state: &652 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: &652 + resolution: &653 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -17785,7 +17788,7 @@ paths: is base64 encoded nullable: true examples: - default: &337 + default: &338 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -18048,7 +18051,7 @@ paths: description: Response content: application/json: - schema: &340 + schema: &341 type: object properties: total_minutes_used: @@ -18118,7 +18121,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &341 + default: &342 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -18156,7 +18159,7 @@ paths: description: Success content: application/json: - schema: &342 + schema: &343 type: object properties: total_advanced_security_committers: @@ -18211,7 +18214,7 @@ paths: required: - repositories examples: - default: &343 + default: &344 value: total_advanced_security_committers: 2 total_count: 2 @@ -18450,7 +18453,7 @@ paths: description: Response content: application/json: - schema: &344 + schema: &345 type: object properties: total_gigabytes_bandwidth_used: @@ -18468,7 +18471,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &345 + default: &346 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -18500,7 +18503,7 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 type: object properties: days_left_in_billing_cycle: @@ -18518,7 +18521,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &347 + default: &348 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -19030,7 +19033,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &560 + properties: &561 id: type: integer format: int64 @@ -19141,7 +19144,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &496 + properties: &497 url: type: string format: uri @@ -19211,7 +19214,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &497 + required: &498 - closed_issues - creator - description @@ -19366,7 +19369,7 @@ paths: - total - completed - percent_completed - required: &561 + required: &562 - assignee - closed_at - comments @@ -19388,7 +19391,7 @@ paths: - author_association - created_at - updated_at - comment: &558 + comment: &559 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -19955,7 +19958,7 @@ paths: url: type: string format: uri - user: &708 + user: &709 title: Public User description: Public User type: object @@ -23260,14 +23263,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: - - &371 + - &372 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &372 + - &373 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -23338,7 +23341,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &385 + '301': &386 description: Moved permanently content: application/json: @@ -23360,7 +23363,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &590 + - &591 name: all description: If `true`, show notifications marked as read. in: query @@ -23368,7 +23371,7 @@ paths: schema: type: boolean default: false - - &591 + - &592 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -23378,7 +23381,7 @@ paths: type: boolean default: false - *144 - - &592 + - &593 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: @@ -23690,7 +23693,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &322 + security_and_analysis: &323 nullable: true type: object properties: @@ -23842,7 +23845,7 @@ paths: - url - subscription_url examples: - default: &593 + default: &594 value: - id: '1' repository: @@ -24388,7 +24391,7 @@ paths: type: array items: *58 examples: - default: &726 + default: &727 value: - login: github id: 1 @@ -25321,7 +25324,7 @@ paths: type: integer repository_cache_usages: type: array - items: &390 + items: &391 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -25991,7 +25994,7 @@ paths: type: array items: *63 examples: - default: &720 + default: &721 value: total_count: 1 repositories: @@ -26810,7 +26813,7 @@ paths: type: array items: *197 examples: - default: &711 + default: &712 value: total_count: 1 repositories: @@ -27851,7 +27854,7 @@ paths: description: Response content: application/json: - schema: &410 + schema: &411 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -27880,7 +27883,7 @@ paths: - key_id - key examples: - default: &411 + default: &412 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28293,7 +28296,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *171 - - &395 + - &396 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)." @@ -28906,7 +28909,7 @@ paths: bundle_url: type: string examples: - default: &424 + default: &425 value: attestations: - bundle: @@ -29253,7 +29256,7 @@ paths: application/json: schema: type: array - items: &441 + items: &442 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -29378,7 +29381,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &442 + default: &443 value: - id: 21 number: 42 @@ -29491,7 +29494,7 @@ paths: be returned. in: query required: false - schema: &453 + schema: &454 type: string description: Severity of a code scanning alert. enum: @@ -30491,7 +30494,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &482 + properties: &483 name: type: string description: The name of the machine. @@ -30533,7 +30536,7 @@ paths: - ready - in_progress nullable: true - required: &483 + required: &484 - name - display_name - operating_system @@ -31401,7 +31404,7 @@ paths: - updated_at - visibility examples: - default: &484 + default: &485 value: total_count: 2 secrets: @@ -31439,7 +31442,7 @@ paths: description: Response content: application/json: - schema: &485 + schema: &486 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -31468,7 +31471,7 @@ paths: - key_id - key examples: - default: &486 + default: &487 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31500,7 +31503,7 @@ paths: application/json: schema: *238 examples: - default: &488 + default: &489 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -33249,7 +33252,7 @@ paths: description: Response content: application/json: - schema: &515 + schema: &516 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -33266,7 +33269,7 @@ paths: - key_id - key examples: - default: &516 + default: &517 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33847,7 +33850,7 @@ paths: description: Response content: application/json: - schema: &366 + schema: &367 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -33928,7 +33931,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &367 + default: &368 value: group_id: '123' group_name: Octocat admins @@ -33983,7 +33986,7 @@ paths: description: Response content: application/json: - schema: &364 + schema: &365 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -34020,7 +34023,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &365 + default: &366 value: groups: - group_id: '123' @@ -34178,7 +34181,7 @@ paths: application/json: schema: type: array - items: &323 + items: &324 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -34192,7 +34195,7 @@ paths: - name - description examples: - default: &324 + default: &325 value: - name: add_assignee description: Assign or remove a user @@ -35322,7 +35325,7 @@ paths: application/json: schema: *22 examples: - default: &554 + default: &555 value: id: 1 account: @@ -35547,7 +35550,7 @@ paths: required: true content: application/json: - schema: &555 + schema: &556 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -36166,7 +36169,7 @@ paths: application/json: schema: *290 examples: - default: &481 + default: &482 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -37392,7 +37395,7 @@ paths: parameters: - *171 - *296 - - &725 + - &726 name: repo_name description: repo_name parameter in: path @@ -38407,7 +38410,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &339 + items: &340 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -38698,7 +38701,7 @@ paths: - nuget - container - *171 - - &727 + - &728 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -38739,7 +38742,7 @@ paths: default: *303 '403': *29 '401': *25 - '400': &729 + '400': &730 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -39236,6 +39239,17 @@ paths: schema: type: string format: date-time + - &315 + name: token_id + description: The ID of the token + in: query + required: false + schema: + type: array + maxItems: 50 + items: + type: string + example: token_id[]=1,token_id[]=2 responses: '500': *99 '422': *15 @@ -39571,6 +39585,7 @@ paths: - *312 - *313 - *314 + - *315 responses: '500': *99 '422': *15 @@ -39896,7 +39911,7 @@ paths: type: integer configurations: type: array - items: &315 + items: &316 title: Organization private registry description: Private registry configuration for an organization type: object @@ -40102,7 +40117,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &316 + org-private-registry-with-selected-visibility: &317 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -40202,9 +40217,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 '404': *6 x-github: githubCloudOnly: false @@ -40354,7 +40369,7 @@ paths: application/json: schema: type: array - items: &317 + items: &318 title: Project description: Projects are a way to organize columns and cards of work. @@ -40527,7 +40542,7 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: default: value: @@ -40565,7 +40580,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &382 + '410': &383 description: Gone content: application/json: @@ -40727,7 +40742,7 @@ paths: required: true content: application/json: - schema: *318 + schema: *319 examples: default: value: @@ -40830,7 +40845,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &319 + items: &320 title: Custom Property Value description: Custom property name and associated value type: object @@ -40917,7 +40932,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *319 + items: *320 required: - repository_names - properties @@ -41313,7 +41328,7 @@ paths: description: Response content: application/json: - schema: &384 + schema: &385 title: Full Repository description: Full Repository type: object @@ -41590,8 +41605,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *320 - required: *321 + properties: *321 + required: *322 nullable: true temp_clone_token: type: string @@ -41706,7 +41721,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &503 + properties: &504 url: type: string format: uri @@ -41722,12 +41737,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &504 + required: &505 - url - key - name - html_url - security_and_analysis: *322 + security_and_analysis: *323 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -41811,7 +41826,7 @@ paths: - network_count - subscribers_count examples: - default: &386 + default: &387 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -42337,9 +42352,9 @@ paths: application/json: schema: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -42364,7 +42379,7 @@ paths: - *171 - *17 - *19 - - &639 + - &640 name: targets description: | A comma-separated list of rule targets to filter by. @@ -42455,7 +42470,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *126 - conditions: *325 + conditions: *326 rules: type: array description: An array of rules within the ruleset. @@ -42499,7 +42514,7 @@ paths: application/json: schema: *128 examples: - default: &326 + default: &327 value: id: 21 name: super cool ruleset @@ -42554,7 +42569,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *171 - - &640 + - &641 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 @@ -42566,14 +42581,14 @@ paths: x-multi-segment: true - *226 - *222 - - &641 + - &642 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 - - &642 + - &643 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -42593,7 +42608,7 @@ paths: description: Response content: application/json: - schema: &643 + schema: &644 title: Rule Suites description: Response type: array @@ -42648,7 +42663,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &644 + default: &645 value: - id: 21 actor_id: 12 @@ -42692,7 +42707,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *171 - - &645 + - &646 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -42708,7 +42723,7 @@ paths: description: Response content: application/json: - schema: &646 + schema: &647 title: Rule Suite description: Response type: object @@ -42807,7 +42822,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &647 + default: &648 value: id: 21 actor_id: 12 @@ -42882,7 +42897,7 @@ paths: application/json: schema: *128 examples: - default: *326 + default: *327 '404': *6 '500': *99 put: @@ -42931,7 +42946,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *126 - conditions: *325 + conditions: *326 rules: description: An array of rules within the ruleset. type: array @@ -42972,7 +42987,7 @@ paths: application/json: schema: *128 examples: - default: *326 + default: *327 '404': *6 '500': *99 delete: @@ -43031,7 +43046,7 @@ paths: type: array items: *131 examples: - default: *327 + default: *328 '404': *6 '500': *99 x-github: @@ -43068,7 +43083,7 @@ paths: description: Response content: application/json: - schema: *328 + schema: *329 examples: default: value: @@ -43131,14 +43146,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *171 - - *329 - *330 - *331 - *332 + - *333 - *86 - *19 - *17 - - &649 + - &650 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 @@ -43148,7 +43163,7 @@ paths: required: false schema: type: string - - &650 + - &651 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 @@ -43158,9 +43173,9 @@ paths: required: false schema: type: string - - *333 - *334 - *335 + - *336 responses: '200': description: Response @@ -43168,9 +43183,9 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: - default: *337 + default: *338 headers: Link: *39 '404': *6 @@ -43240,7 +43255,7 @@ paths: application/json: schema: type: array - items: &657 + items: &658 description: A repository security advisory. type: object properties: @@ -43460,7 +43475,7 @@ paths: login: type: string description: The username of the user credited. - type: *338 + type: *339 credits_detailed: type: array nullable: true @@ -43470,7 +43485,7 @@ paths: type: object properties: user: *4 - type: *338 + type: *339 state: type: string description: The state of the user's acceptance of the @@ -43531,7 +43546,7 @@ paths: - private_fork additionalProperties: false examples: - default: &658 + default: &659 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -43918,7 +43933,7 @@ paths: application/json: schema: type: array - items: *339 + items: *340 examples: default: *301 x-github: @@ -44005,9 +44020,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44039,9 +44054,9 @@ paths: description: Success content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44069,9 +44084,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *345 + default: *346 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44099,9 +44114,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44141,7 +44156,7 @@ paths: type: array items: *111 examples: - default: *348 + default: *349 headers: Link: *39 x-github: @@ -44342,15 +44357,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: - *171 - - *349 + - *350 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 headers: Link: *39 x-github: @@ -44388,7 +44403,7 @@ paths: description: Response content: application/json: - schema: &373 + schema: &374 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -44434,7 +44449,7 @@ paths: type: string nullable: true examples: - default: &374 + default: &375 value: groups: - group_id: '123' @@ -44715,7 +44730,7 @@ paths: description: Response content: application/json: - schema: &352 + schema: &353 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -45025,7 +45040,7 @@ paths: - repos_count - organization examples: - default: &353 + default: &354 value: id: 1 node_id: MDQ6VGVhbTE= @@ -45102,9 +45117,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '404': *6 x-github: githubCloudOnly: false @@ -45188,16 +45203,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '201': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '404': *6 '422': *15 '403': *29 @@ -45267,7 +45282,7 @@ paths: application/json: schema: type: array - items: &354 + items: &355 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -45366,7 +45381,7 @@ paths: - updated_at - url examples: - default: &698 + default: &699 value: - author: login: octocat @@ -45475,9 +45490,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: &355 + default: &356 value: author: login: octocat @@ -45551,7 +45566,7 @@ paths: parameters: - *171 - *298 - - &356 + - &357 name: discussion_number description: The number that identifies the discussion. in: path @@ -45563,9 +45578,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45589,7 +45604,7 @@ paths: parameters: - *171 - *298 - - *356 + - *357 requestBody: required: false content: @@ -45612,9 +45627,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: &699 + default: &700 value: author: login: octocat @@ -45686,7 +45701,7 @@ paths: parameters: - *171 - *298 - - *356 + - *357 responses: '204': description: Response @@ -45714,7 +45729,7 @@ paths: parameters: - *171 - *298 - - *356 + - *357 - *86 - *17 - *19 @@ -45725,7 +45740,7 @@ paths: application/json: schema: type: array - items: &357 + items: &358 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -45797,7 +45812,7 @@ paths: - updated_at - url examples: - default: &700 + default: &701 value: - author: login: octocat @@ -45867,7 +45882,7 @@ paths: parameters: - *171 - *298 - - *356 + - *357 requestBody: required: true content: @@ -45889,9 +45904,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: &358 + default: &359 value: author: login: octocat @@ -45959,8 +45974,8 @@ paths: parameters: - *171 - *298 - - *356 - - &359 + - *357 + - &360 name: comment_number description: The number that identifies the comment. in: path @@ -45972,9 +45987,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *358 + default: *359 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45998,8 +46013,8 @@ paths: parameters: - *171 - *298 - - *356 - - *359 + - *357 + - *360 requestBody: required: true content: @@ -46021,9 +46036,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: &701 + default: &702 value: author: login: octocat @@ -46089,8 +46104,8 @@ paths: parameters: - *171 - *298 - - *356 - - *359 + - *357 + - *360 responses: '204': description: Response @@ -46118,8 +46133,8 @@ paths: parameters: - *171 - *298 - - *356 - - *359 + - *357 + - *360 - 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. @@ -46145,7 +46160,7 @@ paths: application/json: schema: type: array - items: &360 + items: &361 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -46188,7 +46203,7 @@ paths: - content - created_at examples: - default: &362 + default: &363 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46240,8 +46255,8 @@ paths: parameters: - *171 - *298 - - *356 - - *359 + - *357 + - *360 requestBody: required: true content: @@ -46274,9 +46289,9 @@ paths: team discussion comment content: application/json: - schema: *360 + schema: *361 examples: - default: &361 + default: &362 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46305,9 +46320,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46332,9 +46347,9 @@ paths: parameters: - *171 - *298 - - *356 - - *359 - - &363 + - *357 + - *360 + - &364 name: reaction_id description: The unique identifier of the reaction. in: path @@ -46368,7 +46383,7 @@ paths: parameters: - *171 - *298 - - *356 + - *357 - 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. @@ -46394,9 +46409,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *362 + default: *363 headers: Link: *39 x-github: @@ -46424,7 +46439,7 @@ paths: parameters: - *171 - *298 - - *356 + - *357 requestBody: required: true content: @@ -46456,16 +46471,16 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '201': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46490,8 +46505,8 @@ paths: parameters: - *171 - *298 - - *356 - - *363 + - *357 + - *364 responses: '204': description: Response @@ -46521,9 +46536,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46566,9 +46581,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -46709,7 +46724,7 @@ paths: description: Response content: application/json: - schema: &368 + schema: &369 title: Team Membership description: Team Membership type: object @@ -46736,7 +46751,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &702 + response-if-user-is-a-team-maintainer: &703 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -46799,9 +46814,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - response-if-users-membership-with-team-is-now-pending: &703 + response-if-users-membership-with-team-is-now-pending: &704 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -46874,7 +46889,7 @@ paths: application/json: schema: type: array - items: &369 + items: &370 title: Team Project description: A team's access to a project. type: object @@ -46942,7 +46957,7 @@ paths: - updated_at - permissions examples: - default: &704 + default: &705 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -47007,7 +47022,7 @@ paths: parameters: - *171 - *298 - - &370 + - &371 name: project_id description: The unique identifier of the project. in: path @@ -47019,9 +47034,9 @@ paths: description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: &705 + default: &706 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -47085,7 +47100,7 @@ paths: parameters: - *171 - *298 - - *370 + - *371 requestBody: required: false content: @@ -47153,7 +47168,7 @@ paths: parameters: - *171 - *298 - - *370 + - *371 responses: '204': description: Response @@ -47224,14 +47239,14 @@ paths: parameters: - *171 - *298 - - *371 - *372 + - *373 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &706 + schema: &707 title: Team Repository description: A team's access to a repository. type: object @@ -47802,8 +47817,8 @@ paths: parameters: - *171 - *298 - - *371 - *372 + - *373 requestBody: required: false content: @@ -47850,8 +47865,8 @@ paths: parameters: - *171 - *298 - - *371 - *372 + - *373 responses: '204': description: Response @@ -47884,9 +47899,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: *374 + default: *375 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -47952,7 +47967,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: default: value: @@ -47997,7 +48012,7 @@ paths: type: array items: *286 examples: - response-if-child-teams-exist: &707 + response-if-child-teams-exist: &708 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -48124,7 +48139,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &375 + - &376 name: card_id description: The unique identifier of the card. in: path @@ -48136,7 +48151,7 @@ paths: description: Response content: application/json: - schema: &376 + schema: &377 title: Project Card description: Project cards represent a scope of work. type: object @@ -48203,7 +48218,7 @@ paths: - created_at - updated_at examples: - default: &377 + default: &378 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -48259,7 +48274,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *375 + - *376 requestBody: required: false content: @@ -48286,9 +48301,9 @@ paths: description: Response content: application/json: - schema: *376 + schema: *377 examples: - default: *377 + default: *378 '304': *37 '403': *29 '401': *25 @@ -48315,7 +48330,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *375 + - *376 responses: '204': description: Response @@ -48359,7 +48374,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *375 + - *376 requestBody: required: true content: @@ -48470,7 +48485,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &378 + - &379 name: column_id description: The unique identifier of the column. in: path @@ -48482,7 +48497,7 @@ paths: description: Response content: application/json: - schema: &379 + schema: &380 title: Project Column description: Project columns contain cards of work. type: object @@ -48528,7 +48543,7 @@ paths: - created_at - updated_at examples: - default: &380 + default: &381 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -48563,7 +48578,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *378 + - *379 requestBody: required: true content: @@ -48587,9 +48602,9 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: *380 + default: *381 '304': *37 '403': *29 '401': *25 @@ -48614,7 +48629,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *378 + - *379 responses: '204': description: Response @@ -48643,7 +48658,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *378 + - *379 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -48664,7 +48679,7 @@ paths: application/json: schema: type: array - items: *376 + items: *377 examples: default: value: @@ -48723,7 +48738,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *378 + - *379 requestBody: required: true content: @@ -48763,9 +48778,9 @@ paths: description: Response content: application/json: - schema: *376 + schema: *377 examples: - default: *377 + default: *378 '304': *37 '403': *29 '401': *25 @@ -48821,7 +48836,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *378 + - *379 requestBody: required: true content: @@ -48881,15 +48896,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *370 + - *371 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: &381 + default: &382 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -48946,7 +48961,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *370 + - *371 requestBody: required: false content: @@ -48992,9 +49007,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *381 + default: *382 '404': description: Not Found if the authenticated user does not have access to the project @@ -49015,7 +49030,7 @@ paths: items: type: string '401': *25 - '410': *382 + '410': *383 '422': *7 x-github: githubCloudOnly: false @@ -49038,7 +49053,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *370 + - *371 responses: '204': description: Delete Success @@ -49059,7 +49074,7 @@ paths: items: type: string '401': *25 - '410': *382 + '410': *383 '404': *6 x-github: githubCloudOnly: false @@ -49083,7 +49098,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *370 + - *371 - 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 @@ -49140,7 +49155,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *370 + - *371 - *219 requestBody: required: false @@ -49193,7 +49208,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *370 + - *371 - *219 responses: '204': @@ -49225,7 +49240,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *370 + - *371 - *219 responses: '200': @@ -49299,7 +49314,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *370 + - *371 - *17 - *19 responses: @@ -49309,7 +49324,7 @@ paths: application/json: schema: type: array - items: *379 + items: *380 examples: default: value: @@ -49347,7 +49362,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *370 + - *371 requestBody: required: true content: @@ -49370,7 +49385,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: default: value: @@ -49434,7 +49449,7 @@ paths: resources: type: object properties: - core: &383 + core: &384 title: Rate Limit type: object properties: @@ -49451,20 +49466,20 @@ paths: - remaining - reset - used - graphql: *383 - search: *383 - code_search: *383 - source_import: *383 - integration_manifest: *383 - code_scanning_upload: *383 - actions_runner_registration: *383 - scim: *383 - dependency_snapshots: *383 - code_scanning_autofix: *383 + graphql: *384 + search: *384 + code_search: *384 + source_import: *384 + integration_manifest: *384 + code_scanning_upload: *384 + actions_runner_registration: *384 + scim: *384 + dependency_snapshots: *384 + code_scanning_autofix: *384 required: - core - search - rate: *383 + rate: *384 required: - rate - resources @@ -49568,14 +49583,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: default-response: summary: Default response @@ -50080,7 +50095,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *385 + '301': *386 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50098,8 +50113,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *371 - *372 + - *373 requestBody: required: false content: @@ -50345,10 +50360,10 @@ paths: description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *386 - '307': &387 + default: *387 + '307': &388 description: Temporary Redirect content: application/json: @@ -50377,8 +50392,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *371 - *372 + - *373 responses: '204': description: Response @@ -50400,7 +50415,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': *387 + '307': *388 '404': *6 x-github: githubCloudOnly: false @@ -50423,11 +50438,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *371 - *372 + - *373 - *17 - *19 - - &402 + - &403 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -50450,7 +50465,7 @@ paths: type: integer artifacts: type: array - items: &388 + items: &389 title: Artifact description: An artifact type: object @@ -50528,7 +50543,7 @@ paths: - expires_at - updated_at examples: - default: &403 + default: &404 value: total_count: 2 artifacts: @@ -50589,9 +50604,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *371 - *372 - - &389 + - *373 + - &390 name: artifact_id description: The unique identifier of the artifact. in: path @@ -50603,7 +50618,7 @@ paths: description: Response content: application/json: - schema: *388 + schema: *389 examples: default: value: @@ -50641,9 +50656,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *371 - *372 - - *389 + - *373 + - *390 responses: '204': description: Response @@ -50667,9 +50682,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *371 - *372 - - *389 + - *373 + - *390 - name: archive_format in: path required: true @@ -50683,7 +50698,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': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50706,14 +50721,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: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -50739,11 +50754,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: - - *371 - *372 + - *373 - *17 - *19 - - &391 + - &392 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 @@ -50777,7 +50792,7 @@ paths: description: Response content: application/json: - schema: &392 + schema: &393 title: Repository actions caches description: Repository actions caches type: object @@ -50819,7 +50834,7 @@ paths: - total_count - actions_caches examples: - default: &393 + default: &394 value: total_count: 1 actions_caches: @@ -50851,23 +50866,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: - - *371 - *372 + - *373 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *391 + - *392 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50887,8 +50902,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: - - *371 - *372 + - *373 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -50919,9 +50934,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: - - *371 - *372 - - &394 + - *373 + - &395 name: job_id description: The unique identifier of the job. in: path @@ -50933,7 +50948,7 @@ paths: description: Response content: application/json: - schema: &406 + schema: &407 title: Job description: Information of a job execution in a workflow run type: object @@ -51240,9 +51255,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: - - *371 - *372 - - *394 + - *373 + - *395 responses: '302': description: Response @@ -51270,9 +51285,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: - - *371 - *372 - - *394 + - *373 + - *395 requestBody: required: false content: @@ -51317,8 +51332,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: - - *371 - *372 + - *373 responses: '200': description: Status response @@ -51368,8 +51383,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -51432,8 +51447,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -51451,7 +51466,7 @@ paths: type: integer secrets: type: array - items: &408 + items: &409 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -51471,7 +51486,7 @@ paths: - created_at - updated_at examples: - default: &409 + default: &410 value: total_count: 2 secrets: @@ -51504,9 +51519,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *371 - *372 - - *395 + - *373 + - *396 - *19 responses: '200': @@ -51523,7 +51538,7 @@ paths: type: integer variables: type: array - items: &412 + items: &413 title: Actions Variable type: object properties: @@ -51553,7 +51568,7 @@ paths: - created_at - updated_at examples: - default: &413 + default: &414 value: total_count: 2 variables: @@ -51586,8 +51601,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -51596,7 +51611,7 @@ paths: schema: type: object properties: - enabled: &396 + enabled: &397 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *48 @@ -51629,8 +51644,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: - - *371 - *372 + - *373 responses: '204': description: Response @@ -51641,7 +51656,7 @@ paths: schema: type: object properties: - enabled: *396 + enabled: *397 allowed_actions: *48 required: - enabled @@ -51672,14 +51687,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: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: &397 + schema: &398 type: object properties: access_level: @@ -51697,7 +51712,7 @@ paths: required: - access_level examples: - default: &398 + default: &399 value: access_level: organization x-github: @@ -51722,15 +51737,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: - - *371 - *372 + - *373 requestBody: required: true content: application/json: - schema: *397 + schema: *398 examples: - default: *398 + default: *399 responses: '204': description: Response @@ -51754,8 +51769,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -51786,8 +51801,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: - - *371 - *372 + - *373 responses: '204': description: Response @@ -51819,8 +51834,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -51849,8 +51864,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: - - *371 - *372 + - *373 responses: '204': description: Success response @@ -51890,8 +51905,8 @@ paths: in: query schema: type: string - - *371 - *372 + - *373 - *17 - *19 responses: @@ -51935,8 +51950,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -51968,8 +51983,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -52043,8 +52058,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: - - *371 - *372 + - *373 responses: '201': description: Response @@ -52080,8 +52095,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: - - *371 - *372 + - *373 responses: '201': description: Response @@ -52111,8 +52126,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: - - *371 - *372 + - *373 - *60 responses: '200': @@ -52142,8 +52157,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: - - *371 - *372 + - *373 - *60 responses: '204': @@ -52169,8 +52184,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: - - *371 - *372 + - *373 - *60 responses: '200': *66 @@ -52195,8 +52210,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: - - *371 - *372 + - *373 - *60 requestBody: required: true @@ -52245,8 +52260,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: - - *371 - *372 + - *373 - *60 requestBody: required: true @@ -52296,8 +52311,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: - - *371 - *372 + - *373 - *60 responses: '200': *204 @@ -52327,8 +52342,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: - - *371 - *372 + - *373 - *60 - *205 responses: @@ -52358,9 +52373,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: - - *371 - *372 - - &416 + - *373 + - &417 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. @@ -52368,7 +52383,7 @@ paths: required: false schema: type: string - - &417 + - &418 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -52376,7 +52391,7 @@ paths: required: false schema: type: string - - &418 + - &419 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -52385,7 +52400,7 @@ paths: required: false schema: type: string - - &419 + - &420 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 @@ -52412,7 +52427,7 @@ paths: - pending - *17 - *19 - - &420 + - &421 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)." @@ -52421,7 +52436,7 @@ paths: schema: type: string format: date-time - - &399 + - &400 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -52430,13 +52445,13 @@ paths: schema: type: boolean default: false - - &421 + - &422 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &422 + - &423 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -52459,7 +52474,7 @@ paths: type: integer workflow_runs: type: array - items: &400 + items: &401 title: Workflow Run description: An invocation of a workflow type: object @@ -52554,7 +52569,7 @@ paths: that triggered the run. type: array nullable: true - items: &443 + items: &444 title: Pull Request Minimal type: object properties: @@ -52673,7 +52688,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &447 + properties: &448 id: type: string description: SHA for the commit @@ -52724,7 +52739,7 @@ paths: - name - email nullable: true - required: &448 + required: &449 - id - tree_id - message @@ -52771,7 +52786,7 @@ paths: - workflow_url - pull_requests examples: - default: &423 + default: &424 value: total_count: 1 workflow_runs: @@ -53007,24 +53022,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *371 - *372 - - &401 + - *373 + - &402 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *399 + - *400 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: &404 + default: &405 value: id: 30433642 name: Build @@ -53265,9 +53280,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *371 - *372 - - *401 + - *373 + - *402 responses: '204': description: Response @@ -53290,9 +53305,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: - - *371 - *372 - - *401 + - *373 + - *402 responses: '200': description: Response @@ -53411,9 +53426,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: - - *371 - *372 - - *401 + - *373 + - *402 responses: '201': description: Response @@ -53446,12 +53461,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *371 - *372 - - *401 + - *373 + - *402 - *17 - *19 - - *402 + - *403 responses: '200': description: Response @@ -53467,9 +53482,9 @@ paths: type: integer artifacts: type: array - items: *388 + items: *389 examples: - default: *403 + default: *404 headers: Link: *39 x-github: @@ -53493,25 +53508,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *371 - *372 - - *401 - - &405 + - *373 + - *402 + - &406 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *399 + - *400 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53534,10 +53549,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: - - *371 - *372 - - *401 - - *405 + - *373 + - *402 + - *406 - *17 - *19 responses: @@ -53555,9 +53570,9 @@ paths: type: integer jobs: type: array - items: *406 + items: *407 examples: - default: &407 + default: &408 value: total_count: 1 jobs: @@ -53670,10 +53685,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *371 - *372 - - *401 - - *405 + - *373 + - *402 + - *406 responses: '302': description: Response @@ -53701,9 +53716,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *371 - *372 - - *401 + - *373 + - *402 responses: '202': description: Response @@ -53736,9 +53751,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: - - *371 - *372 - - *401 + - *373 + - *402 requestBody: required: true content: @@ -53805,9 +53820,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *371 - *372 - - *401 + - *373 + - *402 responses: '202': description: Response @@ -53840,9 +53855,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: - - *371 - *372 - - *401 + - *373 + - *402 - 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 @@ -53872,9 +53887,9 @@ paths: type: integer jobs: type: array - items: *406 + items: *407 examples: - default: *407 + default: *408 headers: Link: *39 x-github: @@ -53899,9 +53914,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *371 - *372 - - *401 + - *373 + - *402 responses: '302': description: Response @@ -53928,9 +53943,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *371 - *372 - - *401 + - *373 + - *402 responses: '204': description: Response @@ -53957,9 +53972,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: - - *371 - *372 - - *401 + - *373 + - *402 responses: '200': description: Response @@ -54019,7 +54034,7 @@ paths: items: type: object properties: - type: &524 + type: &525 type: string description: The type of reviewer. enum: @@ -54104,9 +54119,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: - - *371 - *372 - - *401 + - *373 + - *402 requestBody: required: true content: @@ -54153,7 +54168,7 @@ paths: application/json: schema: type: array - items: &519 + items: &520 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -54259,7 +54274,7 @@ paths: - created_at - updated_at examples: - default: &520 + default: &521 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -54315,9 +54330,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *371 - *372 - - *401 + - *373 + - *402 requestBody: required: false content: @@ -54361,9 +54376,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: - - *371 - *372 - - *401 + - *373 + - *402 requestBody: required: false content: @@ -54417,9 +54432,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *371 - *372 - - *401 + - *373 + - *402 responses: '200': description: Response @@ -54556,8 +54571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -54575,9 +54590,9 @@ paths: type: integer secrets: type: array - items: *408 + items: *409 examples: - default: *409 + default: *410 headers: Link: *39 x-github: @@ -54602,16 +54617,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *411 + default: *412 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54633,17 +54648,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *371 - *372 + - *373 - *207 responses: '200': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: &537 + default: &538 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -54669,8 +54684,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *371 - *372 + - *373 - *207 requestBody: required: true @@ -54728,8 +54743,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *371 - *372 + - *373 - *207 responses: '204': @@ -54755,9 +54770,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *371 - *372 - - *395 + - *373 + - *396 - *19 responses: '200': @@ -54774,9 +54789,9 @@ paths: type: integer variables: type: array - items: *412 + items: *413 examples: - default: *413 + default: *414 headers: Link: *39 x-github: @@ -54799,8 +54814,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -54852,17 +54867,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *371 - *372 + - *373 - *210 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: &538 + default: &539 value: name: USERNAME value: octocat @@ -54888,8 +54903,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *371 - *372 + - *373 - *210 requestBody: required: true @@ -54932,8 +54947,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *371 - *372 + - *373 - *210 responses: '204': @@ -54959,8 +54974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -54978,7 +54993,7 @@ paths: type: integer workflows: type: array - items: &414 + items: &415 title: Workflow description: A GitHub Actions workflow type: object @@ -55085,9 +55100,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *371 - *372 - - &415 + - *373 + - &416 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -55102,7 +55117,7 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: default: value: @@ -55135,9 +55150,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *371 - *372 - - *415 + - *373 + - *416 responses: '204': description: Response @@ -55162,9 +55177,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *371 - *372 - - *415 + - *373 + - *416 responses: '204': description: Response @@ -55215,9 +55230,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *371 - *372 - - *415 + - *373 + - *416 responses: '204': description: Response @@ -55244,19 +55259,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: - - *371 - *372 - - *415 + - *373 - *416 - *417 - *418 - *419 + - *420 - *17 - *19 - - *420 - - *399 - *421 + - *400 - *422 + - *423 responses: '200': description: Response @@ -55272,9 +55287,9 @@ paths: type: integer workflow_runs: type: array - items: *400 + items: *401 examples: - default: *423 + default: *424 headers: Link: *39 x-github: @@ -55307,9 +55322,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *371 - *372 - - *415 + - *373 + - *416 responses: '200': description: Response @@ -55370,8 +55385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *371 - *372 + - *373 - *86 - *17 - *84 @@ -55535,8 +55550,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -55573,8 +55588,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: - - *371 - *372 + - *373 - name: assignee in: path required: true @@ -55610,8 +55625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -55723,8 +55738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *371 - *372 + - *373 - *17 - *84 - *85 @@ -55778,7 +55793,7 @@ paths: bundle_url: type: string examples: - default: *424 + default: *425 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55798,8 +55813,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *371 - *372 + - *373 responses: '200': description: Response @@ -55807,7 +55822,7 @@ paths: application/json: schema: type: array - items: &425 + items: &426 title: Autolink reference description: An autolink reference. type: object @@ -55857,8 +55872,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -55897,9 +55912,9 @@ paths: description: response content: application/json: - schema: *425 + schema: *426 examples: - default: &426 + default: &427 value: id: 1 key_prefix: TICKET- @@ -55930,9 +55945,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: - - *371 - *372 - - &427 + - *373 + - &428 name: autolink_id description: The unique identifier of the autolink. in: path @@ -55944,9 +55959,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *426 + default: *427 '404': *6 x-github: githubCloudOnly: false @@ -55966,9 +55981,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: - - *371 - *372 - - *427 + - *373 + - *428 responses: '204': description: Response @@ -55992,8 +56007,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: - - *371 - *372 + - *373 responses: '200': description: Response if Dependabot is enabled @@ -56041,8 +56056,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *371 - *372 + - *373 responses: '204': description: Response @@ -56063,8 +56078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *371 - *372 + - *373 responses: '204': description: Response @@ -56084,8 +56099,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *371 - *372 + - *373 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -56123,7 +56138,7 @@ paths: - url protected: type: boolean - protection: &429 + protection: &430 title: Branch Protection description: Branch Protection type: object @@ -56165,7 +56180,7 @@ paths: required: - contexts - checks - enforce_admins: &432 + enforce_admins: &433 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -56180,7 +56195,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &434 + required_pull_request_reviews: &435 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -56256,7 +56271,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &431 + restrictions: &432 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -56563,9 +56578,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *371 - *372 - - &430 + - *373 + - &431 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). @@ -56579,14 +56594,14 @@ paths: description: Response content: application/json: - schema: &440 + schema: &441 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &492 + commit: &493 title: Commit description: Commit type: object @@ -56620,7 +56635,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &428 + properties: &429 name: type: string example: '"Chris Wanstrath"' @@ -56635,7 +56650,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *428 + properties: *429 nullable: true message: type: string @@ -56656,7 +56671,7 @@ paths: required: - sha - url - verification: &544 + verification: &545 title: Verification type: object properties: @@ -56726,7 +56741,7 @@ paths: type: integer files: type: array - items: &507 + items: &508 title: Diff Entry description: Diff Entry type: object @@ -56809,7 +56824,7 @@ paths: - self protected: type: boolean - protection: *429 + protection: *430 protection_url: type: string format: uri @@ -56916,7 +56931,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *385 + '301': *386 '404': *6 x-github: githubCloudOnly: false @@ -56938,15 +56953,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response content: application/json: - schema: *429 + schema: *430 examples: default: value: @@ -57140,9 +57155,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: true content: @@ -57397,7 +57412,7 @@ paths: url: type: string format: uri - required_status_checks: &437 + required_status_checks: &438 title: Status Check Policy description: Status Check Policy type: object @@ -57549,7 +57564,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *431 + restrictions: *432 required_conversation_resolution: type: object properties: @@ -57661,9 +57676,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '204': description: Response @@ -57688,17 +57703,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: &433 + default: &434 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -57720,17 +57735,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *433 + default: *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57749,9 +57764,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '204': description: Response @@ -57776,17 +57791,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: &435 + default: &436 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -57882,9 +57897,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: false content: @@ -57982,9 +57997,9 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: *435 + default: *436 '422': *15 x-github: githubCloudOnly: false @@ -58005,9 +58020,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '204': description: Response @@ -58034,17 +58049,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: &436 + default: &437 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -58067,17 +58082,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *436 + default: *437 '404': *6 x-github: githubCloudOnly: false @@ -58097,9 +58112,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '204': description: Response @@ -58124,17 +58139,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: &438 + default: &439 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -58160,9 +58175,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: false content: @@ -58214,9 +58229,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: *438 + default: *439 '404': *6 '422': *15 x-github: @@ -58238,9 +58253,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '204': description: Response @@ -58264,9 +58279,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response @@ -58300,9 +58315,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: false content: @@ -58369,9 +58384,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: false content: @@ -58435,9 +58450,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: content: application/json: @@ -58503,15 +58518,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response content: application/json: - schema: *431 + schema: *432 examples: default: value: @@ -58602,9 +58617,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '204': description: Response @@ -58627,9 +58642,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: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response @@ -58639,7 +58654,7 @@ paths: type: array items: *5 examples: - default: &439 + default: &440 value: - id: 1 slug: octoapp @@ -58696,9 +58711,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: true content: @@ -58732,7 +58747,7 @@ paths: type: array items: *5 examples: - default: *439 + default: *440 '422': *15 x-github: githubCloudOnly: false @@ -58753,9 +58768,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: true content: @@ -58789,7 +58804,7 @@ paths: type: array items: *5 examples: - default: *439 + default: *440 '422': *15 x-github: githubCloudOnly: false @@ -58810,9 +58825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: true content: @@ -58846,7 +58861,7 @@ paths: type: array items: *5 examples: - default: *439 + default: *440 '422': *15 x-github: githubCloudOnly: false @@ -58868,9 +58883,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: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response @@ -58900,9 +58915,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: false content: @@ -58961,9 +58976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: false content: @@ -59022,9 +59037,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: content: application/json: @@ -59083,9 +59098,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: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response @@ -59119,9 +59134,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: true content: @@ -59179,9 +59194,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: true content: @@ -59239,9 +59254,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: true content: @@ -59301,9 +59316,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: true content: @@ -59325,7 +59340,7 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: default: value: @@ -59439,8 +59454,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *371 - *372 + - *373 - *220 - *221 - *222 @@ -59476,8 +59491,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *371 - *372 + - *373 - name: bypass_request_number in: path required: true @@ -59550,8 +59565,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *371 - *372 + - *373 - *220 - *221 - *222 @@ -59565,9 +59580,9 @@ paths: application/json: schema: type: array - items: *441 + items: *442 examples: - default: *442 + default: *443 '404': *6 '403': *29 '500': *99 @@ -59591,8 +59606,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *371 - *372 + - *373 - name: bypass_request_number in: path required: true @@ -59604,7 +59619,7 @@ paths: description: A single bypass request. content: application/json: - schema: *441 + schema: *442 examples: default: value: @@ -59662,8 +59677,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *371 - *372 + - *373 - name: bypass_request_number in: path required: true @@ -59734,8 +59749,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *371 - *372 + - *373 - name: bypass_response_id in: path required: true @@ -59768,8 +59783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -60048,7 +60063,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &445 title: CheckRun description: A check performed on the code of a given code change type: object @@ -60167,8 +60182,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *443 - deployment: &758 + items: *444 + deployment: &759 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -60448,9 +60463,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *371 - *372 - - &445 + - *373 + - &446 name: check_run_id description: The unique identifier of the check run. in: path @@ -60462,9 +60477,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: &446 + default: &447 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -60564,9 +60579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *371 - *372 - - *445 + - *373 + - *446 requestBody: required: true content: @@ -60806,9 +60821,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *446 + default: *447 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60828,9 +60843,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *371 - *372 - - *445 + - *373 + - *446 - *17 - *19 responses: @@ -60927,9 +60942,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *371 - *372 - - *445 + - *373 + - *446 responses: '201': description: Response @@ -60973,8 +60988,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -60996,7 +61011,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &449 + schema: &450 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -61060,7 +61075,7 @@ paths: nullable: true pull_requests: type: array - items: *443 + items: *444 nullable: true app: title: GitHub app @@ -61082,12 +61097,12 @@ paths: type: string format: date-time nullable: true - head_commit: &784 + head_commit: &785 title: Simple Commit description: A commit. type: object - properties: *447 - required: *448 + properties: *448 + required: *449 latest_check_runs_count: type: integer check_runs_url: @@ -61115,7 +61130,7 @@ paths: - check_runs_url - pull_requests examples: - default: &450 + default: &451 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -61406,9 +61421,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61427,8 +61442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -61737,9 +61752,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *371 - *372 - - &451 + - *373 + - &452 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -61751,9 +61766,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61776,17 +61791,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: - - *371 - *372 - - *451 - - &500 + - *373 + - *452 + - &501 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &501 + - &502 name: status description: Returns check runs with the specified `status`. in: query @@ -61825,9 +61840,9 @@ paths: type: integer check_runs: type: array - items: *444 + items: *445 examples: - default: &502 + default: &503 value: total_count: 1 check_runs: @@ -61929,9 +61944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *371 - *372 - - *451 + - *373 + - *452 responses: '201': description: Response @@ -61964,21 +61979,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: - - *371 - *372 + - *373 - *228 - *229 - *19 - *17 - - &467 + - &468 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: *452 - - &468 + schema: *453 + - &469 name: pr description: The number of the pull request for the results you want to list. in: query @@ -62009,7 +62024,7 @@ paths: be returned. in: query required: false - schema: *453 + schema: *454 responses: '200': description: Response @@ -62025,7 +62040,7 @@ paths: updated_at: *108 url: *105 html_url: *106 - instances_url: *454 + instances_url: *455 state: *89 fixed_at: *110 dismissed_by: @@ -62036,11 +62051,11 @@ paths: required: *21 nullable: true dismissed_at: *109 - dismissed_reason: *455 - dismissed_comment: *456 - rule: *457 - tool: *458 - most_recent_instance: *459 + dismissed_reason: *456 + dismissed_comment: *457 + rule: *458 + tool: *459 + most_recent_instance: *460 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -62163,7 +62178,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &460 + '403': &461 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -62190,9 +62205,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: - - *371 - *372 - - &461 + - *373 + - &462 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -62206,7 +62221,7 @@ paths: description: Response content: application/json: - schema: &462 + schema: &463 type: object properties: number: *100 @@ -62214,7 +62229,7 @@ paths: updated_at: *108 url: *105 html_url: *106 - instances_url: *454 + instances_url: *455 state: *89 fixed_at: *110 dismissed_by: @@ -62225,8 +62240,8 @@ paths: required: *21 nullable: true dismissed_at: *109 - dismissed_reason: *455 - dismissed_comment: *456 + dismissed_reason: *456 + dismissed_comment: *457 rule: type: object properties: @@ -62280,8 +62295,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *458 - most_recent_instance: *459 + tool: *459 + most_recent_instance: *460 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -62377,7 +62392,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *460 + '403': *461 '404': *6 '503': *132 x-github: @@ -62397,9 +62412,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: - - *371 - *372 - - *461 + - *373 + - *462 requestBody: required: true content: @@ -62414,8 +62429,8 @@ paths: enum: - open - dismissed - dismissed_reason: *455 - dismissed_comment: *456 + dismissed_reason: *456 + dismissed_comment: *457 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -62434,7 +62449,7 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: default: value: @@ -62510,7 +62525,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &466 + '403': &467 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -62537,15 +62552,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: - - *371 - *372 - - *461 + - *373 + - *462 responses: '200': description: Response content: application/json: - schema: &463 + schema: &464 type: object properties: status: @@ -62571,13 +62586,13 @@ paths: - description - started_at examples: - default: &464 + default: &465 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &465 + '400': &466 description: Bad Request content: application/json: @@ -62588,7 +62603,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': *460 + '403': *461 '404': *6 '503': *132 x-github: @@ -62613,29 +62628,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: - - *371 - *372 - - *461 + - *373 + - *462 responses: '200': description: OK content: application/json: - schema: *463 + schema: *464 examples: - default: *464 + default: *465 '202': description: Accepted content: application/json: - schema: *463 + schema: *464 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *465 + '400': *466 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -62667,9 +62682,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: - - *371 - *372 - - *461 + - *373 + - *462 requestBody: required: false content: @@ -62714,8 +62729,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *465 - '403': *466 + '400': *466 + '403': *467 '404': *6 '422': description: Unprocessable Entity @@ -62739,13 +62754,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: - - *371 - *372 - - *461 + - *373 + - *462 - *19 - *17 - - *467 - *468 + - *469 responses: '200': description: Response @@ -62753,7 +62768,7 @@ paths: application/json: schema: type: array - items: *459 + items: *460 examples: default: value: @@ -62792,7 +62807,7 @@ paths: end_column: 50 classifications: - source - '403': *460 + '403': *461 '404': *6 '503': *132 x-github: @@ -62826,25 +62841,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: - - *371 - *372 + - *373 - *228 - *229 - *19 - *17 - - *468 + - *469 - 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: *452 + schema: *453 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &471 + schema: &472 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -62865,23 +62880,23 @@ paths: application/json: schema: type: array - items: &472 + items: &473 type: object properties: - ref: *452 - commit_sha: &480 + ref: *453 + commit_sha: &481 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: *469 + analysis_key: *470 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *470 + category: *471 error: type: string example: error reading field xyz @@ -62905,8 +62920,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *471 - tool: *458 + sarif_id: *472 + tool: *459 deletable: type: boolean warning: @@ -62967,7 +62982,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *460 + '403': *461 '404': *6 '503': *132 x-github: @@ -63003,8 +63018,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: - - *371 - *372 + - *373 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63017,7 +63032,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: response: summary: application/json response @@ -63071,7 +63086,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *460 + '403': *461 '404': *6 '503': *132 x-github: @@ -63153,8 +63168,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: - - *371 - *372 + - *373 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63207,7 +63222,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': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -63229,8 +63244,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -63238,7 +63253,7 @@ paths: application/json: schema: type: array - items: &473 + items: &474 title: CodeQL Database description: A CodeQL database. type: object @@ -63349,7 +63364,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': *460 + '403': *461 '404': *6 '503': *132 x-github: @@ -63378,8 +63393,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: - - *371 - *372 + - *373 - name: language in: path description: The language of the CodeQL database. @@ -63391,7 +63406,7 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: default: value: @@ -63423,9 +63438,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': &509 + '302': &510 description: Found - '403': *460 + '403': *461 '404': *6 '503': *132 x-github: @@ -63447,8 +63462,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *371 - *372 + - *373 - name: language in: path description: The language of the CodeQL database. @@ -63458,7 +63473,7 @@ paths: responses: '204': description: Response - '403': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -63486,8 +63501,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -63496,7 +63511,7 @@ paths: type: object additionalProperties: false properties: - language: &474 + language: &475 type: string description: The language targeted by the CodeQL query enum: @@ -63574,7 +63589,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &478 + schema: &479 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -63584,7 +63599,7 @@ paths: description: The ID of the variant analysis. controller_repo: *96 actor: *4 - query_language: *474 + query_language: *475 query_pack_url: type: string description: The download url for the query pack. @@ -63631,7 +63646,7 @@ paths: items: type: object properties: - repository: &475 + repository: &476 title: Repository Identifier description: Repository Identifier type: object @@ -63667,7 +63682,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &479 + analysis_status: &480 type: string description: The new status of the CodeQL variant analysis repository task. @@ -63699,7 +63714,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &476 + access_mismatch_repos: &477 type: object properties: repository_count: @@ -63713,7 +63728,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: *475 + items: *476 required: - repository_count - repositories @@ -63735,8 +63750,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *476 - over_limit_repos: *476 + no_codeql_db_repos: *477 + over_limit_repos: *477 required: - access_mismatch_repos - not_found_repos @@ -63752,7 +63767,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &477 + value: &478 summary: Default response value: id: 1 @@ -63904,10 +63919,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *477 + value: *478 repository_lists: summary: Response for a successful variant analysis submission - value: *477 + value: *478 '404': *6 '422': description: Unable to process variant analysis submission @@ -63935,8 +63950,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: - - *371 - *372 + - *373 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -63948,9 +63963,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *477 + default: *478 '404': *6 '503': *132 x-github: @@ -63973,7 +63988,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: - - *371 + - *372 - name: repo in: path description: The name of the controller repository. @@ -64008,7 +64023,7 @@ paths: type: object properties: repository: *96 - analysis_status: *479 + analysis_status: *480 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -64133,8 +64148,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -64208,7 +64223,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *460 + '403': *461 '404': *6 '503': *132 x-github: @@ -64229,8 +64244,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -64312,7 +64327,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *466 + '403': *467 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -64377,8 +64392,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -64386,7 +64401,7 @@ paths: schema: type: object properties: - commit_sha: *480 + commit_sha: *481 ref: type: string description: |- @@ -64444,7 +64459,7 @@ paths: schema: type: object properties: - id: *471 + id: *472 url: type: string description: The REST API URL for checking the status of the upload. @@ -64458,7 +64473,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': *466 + '403': *467 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -64481,8 +64496,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: - - *371 - *372 + - *373 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -64528,7 +64543,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': *460 + '403': *461 '404': description: Not Found if the sarif id does not match any upload '503': *132 @@ -64553,8 +64568,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -64635,8 +64650,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *371 - *372 + - *373 - 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 @@ -64756,8 +64771,8 @@ paths: parameters: - *17 - *19 - - *371 - *372 + - *373 responses: '200': description: Response @@ -65071,8 +65086,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -65137,7 +65152,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -65145,7 +65160,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '400': *14 '401': *25 '403': *29 @@ -65174,8 +65189,8 @@ paths: parameters: - *17 - *19 - - *371 - *372 + - *373 responses: '200': description: Response @@ -65239,8 +65254,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: - - *371 - *372 + - *373 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -65275,14 +65290,14 @@ paths: type: integer machines: type: array - items: &714 + items: &715 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *482 - required: *483 + properties: *483 + required: *484 examples: - default: &715 + default: &716 value: total_count: 2 machines: @@ -65322,8 +65337,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *371 - *372 + - *373 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -65407,8 +65422,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: - - *371 - *372 + - *373 - 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 @@ -65474,8 +65489,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -65493,7 +65508,7 @@ paths: type: integer secrets: type: array - items: &487 + items: &488 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -65513,7 +65528,7 @@ paths: - created_at - updated_at examples: - default: *484 + default: *485 headers: Link: *39 x-github: @@ -65536,16 +65551,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: *486 + default: *487 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65565,17 +65580,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *371 - *372 + - *373 - *207 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65587,7 +65602,7 @@ paths: Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/encrypting-secrets-for-the-rest-api)." - OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin. tags: - codespaces operationId: codespaces/create-or-update-repo-secret @@ -65595,8 +65610,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: - - *371 - *372 + - *373 - *207 requestBody: required: true @@ -65641,7 +65656,7 @@ paths: description: |- Deletes a development environment secret in a repository using the secret name. - OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin. tags: - codespaces operationId: codespaces/delete-repo-secret @@ -65649,8 +65664,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *371 - *372 + - *373 - *207 responses: '204': @@ -65679,8 +65694,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *371 - *372 + - *373 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -65722,7 +65737,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &489 + properties: &490 login: type: string example: octocat @@ -65815,7 +65830,7 @@ paths: user_view_type: type: string example: public - required: &490 + required: &491 - avatar_url - events_url - followers_url @@ -65889,8 +65904,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: - - *371 - *372 + - *373 - *219 responses: '204': @@ -65933,8 +65948,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *371 - *372 + - *373 - *219 requestBody: required: false @@ -65961,7 +65976,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &557 + schema: &558 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -66183,8 +66198,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *371 - *372 + - *373 - *219 responses: '204': @@ -66214,8 +66229,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *371 - *372 + - *373 - *219 responses: '200': @@ -66236,8 +66251,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *489 - required: *490 + properties: *490 + required: *491 nullable: true required: - permission @@ -66292,8 +66307,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -66303,7 +66318,7 @@ paths: application/json: schema: type: array - items: &491 + items: &492 title: Commit Comment description: Commit Comment type: object @@ -66361,7 +66376,7 @@ paths: - created_at - updated_at examples: - default: &494 + default: &495 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66420,17 +66435,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *371 - *372 + - *373 - *153 responses: '200': description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: &495 + default: &496 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66487,8 +66502,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *371 - *372 + - *373 - *153 requestBody: required: true @@ -66511,7 +66526,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: default: value: @@ -66562,8 +66577,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *371 - *372 + - *373 - *153 responses: '204': @@ -66585,8 +66600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *371 - *372 + - *373 - *153 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -66613,9 +66628,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *362 + default: *363 headers: Link: *39 '404': *6 @@ -66636,8 +66651,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *371 - *372 + - *373 - *153 requestBody: required: true @@ -66670,16 +66685,16 @@ paths: description: Reaction exists content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '201': description: Reaction created content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '422': *15 x-github: githubCloudOnly: false @@ -66701,10 +66716,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *371 - *372 + - *373 - *153 - - *363 + - *364 responses: '204': description: Response @@ -66753,8 +66768,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *371 - *372 + - *373 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -66810,9 +66825,9 @@ paths: application/json: schema: type: array - items: *492 + items: *493 examples: - default: &608 + default: &609 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -66906,9 +66921,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *371 - *372 - - &493 + - *373 + - &494 name: commit_sha description: The SHA of the commit. in: path @@ -66980,9 +66995,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *371 - *372 - - *493 + - *373 + - *494 - *17 - *19 responses: @@ -66992,9 +67007,9 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: *494 + default: *495 headers: Link: *39 x-github: @@ -67022,9 +67037,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *371 - *372 - - *493 + - *373 + - *494 requestBody: required: true content: @@ -67059,9 +67074,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *495 + default: *496 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67089,9 +67104,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: - - *371 - *372 - - *493 + - *373 + - *494 - *17 - *19 responses: @@ -67101,7 +67116,7 @@ paths: application/json: schema: type: array - items: &599 + items: &600 title: Pull Request Simple description: Pull Request Simple type: object @@ -67207,8 +67222,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *496 - required: *497 + properties: *497 + required: *498 nullable: true active_lock_reason: type: string @@ -67304,7 +67319,7 @@ paths: _links: type: object properties: - comments: &498 + comments: &499 title: Link description: Hypermedia Link type: object @@ -67313,13 +67328,13 @@ paths: type: string required: - href - commits: *498 - statuses: *498 - html: *498 - issue: *498 - review_comments: *498 - review_comment: *498 - self: *498 + commits: *499 + statuses: *499 + html: *499 + issue: *499 + review_comments: *499 + review_comment: *499 + self: *499 required: - comments - commits @@ -67330,7 +67345,7 @@ paths: - review_comment - self author_association: *141 - auto_merge: &601 + auto_merge: &602 title: Auto merge description: The status of auto merging a pull request. type: object @@ -67393,7 +67408,7 @@ paths: - author_association - auto_merge examples: - default: &600 + default: &601 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -67930,11 +67945,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *371 - *372 + - *373 - *19 - *17 - - &499 + - &500 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)" @@ -67949,9 +67964,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: &586 + default: &587 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -68064,11 +68079,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: - - *371 - *372 - - *499 + - *373 - *500 - *501 + - *502 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -68102,9 +68117,9 @@ paths: type: integer check_runs: type: array - items: *444 + items: *445 examples: - default: *502 + default: *503 headers: Link: *39 x-github: @@ -68129,9 +68144,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: - - *371 - *372 - - *499 + - *373 + - *500 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -68139,7 +68154,7 @@ paths: schema: type: integer example: 1 - - *500 + - *501 - *17 - *19 responses: @@ -68157,7 +68172,7 @@ paths: type: integer check_suites: type: array - items: *449 + items: *450 examples: default: value: @@ -68357,9 +68372,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: - - *371 - *372 - - *499 + - *373 + - *500 - *17 - *19 responses: @@ -68557,9 +68572,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *371 - *372 - - *499 + - *373 + - *500 - *17 - *19 responses: @@ -68569,7 +68584,7 @@ paths: application/json: schema: type: array - items: &662 + items: &663 title: Status description: The status of a commit. type: object @@ -68650,7 +68665,7 @@ paths: site_admin: false headers: Link: *39 - '301': *385 + '301': *386 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68678,8 +68693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *371 - *372 + - *373 responses: '200': description: Response @@ -68708,20 +68723,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &505 + properties: &506 url: type: string format: uri html_url: type: string format: uri - required: &506 + required: &507 - url - html_url nullable: true @@ -68735,26 +68750,26 @@ paths: contributing: title: Community Health File type: object - properties: *505 - required: *506 + properties: *506 + required: *507 nullable: true readme: title: Community Health File type: object - properties: *505 - required: *506 + properties: *506 + required: *507 nullable: true issue_template: title: Community Health File type: object - properties: *505 - required: *506 + properties: *506 + required: *507 nullable: true pull_request_template: title: Community Health File type: object - properties: *505 - required: *506 + properties: *506 + required: *507 nullable: true required: - code_of_conduct @@ -68881,8 +68896,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *371 - *372 + - *373 - *19 - *17 - name: basehead @@ -68925,8 +68940,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *492 - merge_base_commit: *492 + base_commit: *493 + merge_base_commit: *493 status: type: string enum: @@ -68946,10 +68961,10 @@ paths: example: 6 commits: type: array - items: *492 + items: *493 files: type: array - items: *507 + items: *508 required: - url - html_url @@ -69235,8 +69250,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *371 - *372 + - *373 - name: path description: path parameter in: path @@ -69377,7 +69392,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &508 + response-if-content-is-a-file: &509 summary: Response if content is a file value: type: file @@ -69509,7 +69524,7 @@ paths: - size - type - url - - &613 + - &614 title: Content File description: Content File type: object @@ -69710,7 +69725,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *508 + response-if-content-is-a-file: *509 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -69779,7 +69794,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *509 + '302': *510 '304': *37 x-github: githubCloudOnly: false @@ -69802,8 +69817,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *371 - *372 + - *373 - name: path description: path parameter in: path @@ -69896,7 +69911,7 @@ paths: description: Response content: application/json: - schema: &510 + schema: &511 title: File Commit description: File Commit type: object @@ -70048,7 +70063,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: example-for-creating-a-file: value: @@ -70102,7 +70117,7 @@ paths: schema: oneOf: - *3 - - &539 + - &540 description: Repository rule violation was detected type: object properties: @@ -70123,7 +70138,7 @@ paths: items: type: object properties: - placeholder_id: &654 + placeholder_id: &655 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -70155,8 +70170,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *371 - *372 + - *373 - name: path description: path parameter in: path @@ -70217,7 +70232,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -70272,8 +70287,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *371 - *372 + - *373 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -70396,8 +70411,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *371 - *372 + - *373 - *247 - *248 - *249 @@ -70439,7 +70454,7 @@ paths: application/json: schema: type: array - items: &513 + items: &514 type: object description: A Dependabot alert. properties: @@ -70485,7 +70500,7 @@ paths: - unknown - direct - transitive - security_advisory: *511 + security_advisory: *512 security_vulnerability: *104 url: *105 html_url: *106 @@ -70516,7 +70531,7 @@ paths: nullable: true maxLength: 280 fixed_at: *110 - auto_dismissed_at: *512 + auto_dismissed_at: *513 required: - number - state @@ -70746,9 +70761,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *371 - *372 - - &514 + - *373 + - &515 name: alert_number in: path description: |- @@ -70763,7 +70778,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: default: value: @@ -70876,9 +70891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *371 - *372 - - *514 + - *373 + - *515 requestBody: required: true content: @@ -70923,7 +70938,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: default: value: @@ -71052,8 +71067,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -71071,7 +71086,7 @@ paths: type: integer secrets: type: array - items: &517 + items: &518 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -71124,16 +71139,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *516 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71153,15 +71168,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *371 - *372 + - *373 - *207 responses: '200': description: Response content: application/json: - schema: *517 + schema: *518 examples: default: value: @@ -71187,8 +71202,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *371 - *372 + - *373 - *207 requestBody: required: true @@ -71241,8 +71256,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *371 - *372 + - *373 - *207 responses: '204': @@ -71265,8 +71280,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: - - *371 - *372 + - *373 - 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 @@ -71426,8 +71441,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -71666,8 +71681,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -71742,7 +71757,7 @@ paths: - version - url additionalProperties: false - metadata: &518 + metadata: &519 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -71775,7 +71790,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *518 + metadata: *519 resolved: type: object description: A collection of resolved package dependencies. @@ -71788,7 +71803,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *518 + metadata: *519 relationship: type: string description: A notation of whether a dependency is requested @@ -71917,8 +71932,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *371 - *372 + - *373 - name: sha description: The SHA recorded at creation time. in: query @@ -71958,9 +71973,9 @@ paths: application/json: schema: type: array - items: *519 + items: *520 examples: - default: *520 + default: *521 headers: Link: *39 x-github: @@ -72026,8 +72041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -72108,7 +72123,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: simple-example: summary: Simple example @@ -72181,9 +72196,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *371 - *372 - - &521 + - *373 + - &522 name: deployment_id description: deployment_id parameter in: path @@ -72195,7 +72210,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -72260,9 +72275,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *371 - *372 - - *521 + - *373 + - *522 responses: '204': description: Response @@ -72284,9 +72299,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *371 - *372 - - *521 + - *373 + - *522 - *17 - *19 responses: @@ -72296,7 +72311,7 @@ paths: application/json: schema: type: array - items: &522 + items: &523 title: Deployment Status description: The status of a deployment. type: object @@ -72457,9 +72472,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *371 - *372 - - *521 + - *373 + - *522 requestBody: required: true content: @@ -72534,9 +72549,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: &523 + default: &524 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -72592,9 +72607,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *371 - *372 - - *521 + - *373 + - *522 - name: status_id in: path required: true @@ -72605,9 +72620,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 '404': *6 x-github: githubCloudOnly: false @@ -72632,8 +72647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -72690,8 +72705,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -72708,7 +72723,7 @@ paths: type: integer environments: type: array - items: &525 + items: &526 title: Environment description: Details of a deployment environment type: object @@ -72760,7 +72775,7 @@ paths: type: type: string example: wait_timer - wait_timer: &527 + wait_timer: &528 type: integer example: 30 description: The amount of time to delay a job after @@ -72797,7 +72812,7 @@ paths: items: type: object properties: - type: *524 + type: *525 reviewer: anyOf: - *4 @@ -72821,7 +72836,7 @@ paths: - id - node_id - type - deployment_branch_policy: &528 + deployment_branch_policy: &529 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -72937,9 +72952,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *371 - *372 - - &526 + - *373 + - &527 name: environment_name in: path required: true @@ -72952,9 +72967,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: &529 + default: &530 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -73038,9 +73053,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *371 - *372 - - *526 + - *373 + - *527 requestBody: required: false content: @@ -73049,7 +73064,7 @@ paths: type: object nullable: true properties: - wait_timer: *527 + wait_timer: *528 prevent_self_review: type: boolean example: false @@ -73066,13 +73081,13 @@ paths: items: type: object properties: - type: *524 + type: *525 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *528 + deployment_branch_policy: *529 additionalProperties: false examples: default: @@ -73092,9 +73107,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *529 + default: *530 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -73118,9 +73133,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *371 - *372 - - *526 + - *373 + - *527 responses: '204': description: Default response @@ -73145,9 +73160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *371 - *372 - - *526 + - *373 + - *527 - *17 - *19 responses: @@ -73165,7 +73180,7 @@ paths: example: 2 branch_policies: type: array - items: &530 + items: &531 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -73222,9 +73237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *371 - *372 - - *526 + - *373 + - *527 requestBody: required: true content: @@ -73270,9 +73285,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: - example-wildcard: &531 + example-wildcard: &532 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -73314,10 +73329,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *371 - *372 - - *526 - - &532 + - *373 + - *527 + - &533 name: branch_policy_id in: path required: true @@ -73329,9 +73344,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: - default: *531 + default: *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73350,10 +73365,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *371 - *372 - - *526 - - *532 + - *373 + - *527 + - *533 requestBody: required: true content: @@ -73381,9 +73396,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: - default: *531 + default: *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73402,10 +73417,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *371 - *372 - - *526 - - *532 + - *373 + - *527 + - *533 responses: '204': description: Response @@ -73430,9 +73445,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: - - *526 + - *527 + - *373 - *372 - - *371 responses: '200': description: List of deployment protection rules @@ -73448,7 +73463,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &533 + items: &534 title: Deployment protection rule description: Deployment protection rule type: object @@ -73467,7 +73482,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &534 + app: &535 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -73556,7 +73571,7 @@ paths: The authenticated user must have admin or owner permissions to the repository to use this endpoint. - For more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-app). + For more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/enterprise-cloud@latest//actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules). OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. tags: @@ -73566,9 +73581,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: - - *526 + - *527 + - *373 - *372 - - *371 requestBody: content: application/json: @@ -73589,9 +73604,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *533 + schema: *534 examples: - default: &535 + default: &536 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -73626,9 +73641,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: - - *526 + - *527 + - *373 - *372 - - *371 - *19 - *17 responses: @@ -73647,7 +73662,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *534 + items: *535 examples: default: value: @@ -73682,10 +73697,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: - - *371 - *372 - - *526 - - &536 + - *373 + - *527 + - &537 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -73697,9 +73712,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *535 + default: *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73720,10 +73735,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: - - *526 + - *527 + - *373 - *372 - - *371 - - *536 + - *537 responses: '204': description: Response @@ -73749,9 +73764,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *371 - *372 - - *526 + - *373 + - *527 - *17 - *19 responses: @@ -73769,9 +73784,9 @@ paths: type: integer secrets: type: array - items: *408 + items: *409 examples: - default: *409 + default: *410 headers: Link: *39 x-github: @@ -73796,17 +73811,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *371 - *372 - - *526 + - *373 + - *527 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *411 + default: *412 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73828,18 +73843,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *371 - *372 - - *526 + - *373 + - *527 - *207 responses: '200': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73861,9 +73876,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *371 - *372 - - *526 + - *373 + - *527 - *207 requestBody: required: true @@ -73921,9 +73936,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *371 - *372 - - *526 + - *373 + - *527 - *207 responses: '204': @@ -73949,10 +73964,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *371 - *372 - - *526 - - *395 + - *373 + - *527 + - *396 - *19 responses: '200': @@ -73969,9 +73984,9 @@ paths: type: integer variables: type: array - items: *412 + items: *413 examples: - default: *413 + default: *414 headers: Link: *39 x-github: @@ -73994,9 +74009,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *371 - *372 - - *526 + - *373 + - *527 requestBody: required: true content: @@ -74048,18 +74063,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *371 - *372 - - *526 + - *373 + - *527 - *210 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *538 + default: *539 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74080,10 +74095,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *371 - *372 + - *373 - *210 - - *526 + - *527 requestBody: required: true content: @@ -74125,10 +74140,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *371 - *372 + - *373 - *210 - - *526 + - *527 responses: '204': description: Response @@ -74150,8 +74165,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -74228,8 +74243,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *371 - *372 + - *373 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -74388,8 +74403,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *371 - *372 + - *373 requestBody: required: false content: @@ -74421,9 +74436,9 @@ paths: description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *386 + default: *387 '400': *14 '422': *15 '403': *29 @@ -74444,8 +74459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -74505,7 +74520,7 @@ paths: schema: oneOf: - *180 - - *539 + - *540 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74530,8 +74545,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *371 - *372 + - *373 - name: file_sha in: path required: true @@ -74630,8 +74645,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -74740,7 +74755,7 @@ paths: description: Response content: application/json: - schema: &540 + schema: &541 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -74954,15 +74969,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *371 - *372 - - *493 + - *373 + - *494 responses: '200': description: Response content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -75018,9 +75033,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *371 - *372 - - &541 + - *373 + - &542 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. @@ -75037,7 +75052,7 @@ paths: application/json: schema: type: array - items: &542 + items: &543 title: Git Reference description: Git references within a repository type: object @@ -75112,17 +75127,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *371 - *372 - - *541 + - *373 + - *542 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: &543 + default: &544 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -75151,8 +75166,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -75181,9 +75196,9 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -75209,9 +75224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *371 - *372 - - *541 + - *373 + - *542 requestBody: required: true content: @@ -75240,9 +75255,9 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 '422': *15 '409': *94 x-github: @@ -75260,9 +75275,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *371 - *372 - - *541 + - *373 + - *542 responses: '204': description: Response @@ -75315,8 +75330,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -75383,7 +75398,7 @@ paths: description: Response content: application/json: - schema: &545 + schema: &546 title: Git Tag description: Metadata for a Git tag type: object @@ -75434,7 +75449,7 @@ paths: - sha - type - url - verification: *544 + verification: *545 required: - sha - url @@ -75444,7 +75459,7 @@ paths: - tag - message examples: - default: &546 + default: &547 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -75517,8 +75532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *371 - *372 + - *373 - name: tag_sha in: path required: true @@ -75529,9 +75544,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: - default: *546 + default: *547 '404': *6 '409': *94 x-github: @@ -75555,8 +75570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -75629,7 +75644,7 @@ paths: description: Response content: application/json: - schema: &547 + schema: &548 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -75741,8 +75756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *371 - *372 + - *373 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -75765,7 +75780,7 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: default-response: summary: Default response @@ -75824,8 +75839,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -75835,7 +75850,7 @@ paths: application/json: schema: type: array - items: &548 + items: &549 title: Webhook description: Webhooks for repositories. type: object @@ -75889,7 +75904,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &792 + last_response: &793 title: Hook Response type: object properties: @@ -75963,8 +75978,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *371 - *372 + - *373 requestBody: required: false content: @@ -76016,9 +76031,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: &549 + default: &550 value: type: Repository id: 12345678 @@ -76066,17 +76081,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *371 - *372 + - *373 - *263 responses: '200': description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 '404': *6 x-github: githubCloudOnly: false @@ -76096,8 +76111,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *371 - *372 + - *373 - *263 requestBody: required: true @@ -76143,9 +76158,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 '422': *15 '404': *6 x-github: @@ -76166,8 +76181,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *371 - *372 + - *373 - *263 responses: '204': @@ -76192,8 +76207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *371 - *372 + - *373 - *263 responses: '200': @@ -76221,8 +76236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *371 - *372 + - *373 - *263 requestBody: required: false @@ -76267,8 +76282,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *371 - *372 + - *373 - *263 - *17 - *264 @@ -76300,8 +76315,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *371 - *372 + - *373 - *263 - *16 responses: @@ -76330,8 +76345,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *371 - *372 + - *373 - *263 - *16 responses: @@ -76355,8 +76370,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *371 - *372 + - *373 - *263 responses: '204': @@ -76382,8 +76397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *371 - *372 + - *373 - *263 responses: '204': @@ -76442,14 +76457,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: &550 + schema: &551 title: Import description: A repository import from an external source. type: object @@ -76548,7 +76563,7 @@ paths: - html_url - authors_url examples: - default: &553 + default: &554 value: vcs: subversion use_lfs: true @@ -76564,7 +76579,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': &551 + '503': &552 description: Unavailable due to service under maintenance. content: application/json: @@ -76593,8 +76608,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -76642,7 +76657,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: default: value: @@ -76667,7 +76682,7 @@ paths: type: string '422': *15 '404': *6 - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76695,8 +76710,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *371 - *372 + - *373 requestBody: required: false content: @@ -76745,7 +76760,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: example-1: summary: Example 1 @@ -76793,7 +76808,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': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76816,12 +76831,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *371 - *372 + - *373 responses: '204': description: Response - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76847,9 +76862,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *371 - *372 - - &738 + - *373 + - &739 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -76863,7 +76878,7 @@ paths: application/json: schema: type: array - items: &552 + items: &553 title: Porter Author description: Porter Author type: object @@ -76917,7 +76932,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': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76942,8 +76957,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *371 - *372 + - *373 - name: author_id in: path required: true @@ -76973,7 +76988,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -76986,7 +77001,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77010,8 +77025,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *371 - *372 + - *373 responses: '200': description: Response @@ -77052,7 +77067,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77080,8 +77095,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -77108,11 +77123,11 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: *553 + default: *554 '422': *15 - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77135,8 +77150,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -77144,8 +77159,8 @@ paths: application/json: schema: *22 examples: - default: *554 - '301': *385 + default: *555 + '301': *386 '404': *6 x-github: githubCloudOnly: false @@ -77165,8 +77180,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *371 - *372 + - *373 responses: '200': description: Response @@ -77179,7 +77194,7 @@ paths: properties: {} additionalProperties: false examples: - default: &556 + default: &557 value: limit: collaborators_only origin: repository @@ -77204,13 +77219,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *371 - *372 + - *373 requestBody: required: true content: application/json: - schema: *555 + schema: *556 examples: default: summary: Example request body @@ -77224,7 +77239,7 @@ paths: application/json: schema: *281 examples: - default: *556 + default: *557 '409': description: Response x-github: @@ -77246,8 +77261,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *371 - *372 + - *373 responses: '204': description: Response @@ -77270,8 +77285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -77281,9 +77296,9 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: - default: &731 + default: &732 value: - id: 1 repository: @@ -77414,8 +77429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *371 - *372 + - *373 - *285 requestBody: required: false @@ -77445,7 +77460,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: default: value: @@ -77576,8 +77591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *371 - *372 + - *373 - *285 responses: '204': @@ -77609,8 +77624,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *371 - *372 + - *373 - 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 @@ -77675,7 +77690,7 @@ paths: type: array items: *154 examples: - default: &568 + default: &569 value: - id: 1 node_id: MDU6SXNzdWUx @@ -77823,7 +77838,7 @@ paths: state_reason: completed headers: Link: *39 - '301': *385 + '301': *386 '422': *15 '404': *6 x-github: @@ -77852,8 +77867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -77930,7 +77945,7 @@ paths: application/json: schema: *154 examples: - default: &563 + default: &564 value: id: 1 node_id: MDU6SXNzdWUx @@ -78086,7 +78101,7 @@ paths: '422': *15 '503': *132 '404': *6 - '410': *382 + '410': *383 x-github: triggersNotification: true githubCloudOnly: false @@ -78114,8 +78129,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *371 - *372 + - *373 - *164 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -78136,9 +78151,9 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: &565 + default: &566 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78196,17 +78211,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *371 - *372 + - *373 - *153 responses: '200': description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: &559 + default: &560 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78260,8 +78275,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *371 - *372 + - *373 - *153 requestBody: required: true @@ -78284,9 +78299,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: *559 + default: *560 '422': *15 x-github: githubCloudOnly: false @@ -78304,8 +78319,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *371 - *372 + - *373 - *153 responses: '204': @@ -78326,8 +78341,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *371 - *372 + - *373 - *153 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -78354,9 +78369,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *362 + default: *363 headers: Link: *39 '404': *6 @@ -78377,8 +78392,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *371 - *372 + - *373 - *153 requestBody: required: true @@ -78411,16 +78426,16 @@ paths: description: Reaction exists content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '201': description: Reaction created content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '422': *15 x-github: githubCloudOnly: false @@ -78442,10 +78457,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *371 - *372 + - *373 - *153 - - *363 + - *364 responses: '204': description: Response @@ -78465,8 +78480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -78476,7 +78491,7 @@ paths: application/json: schema: type: array - items: &562 + items: &563 title: Issue Event description: Issue Event type: object @@ -78519,8 +78534,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *560 - required: *561 + properties: *561 + required: *562 nullable: true label: title: Issue Event Label @@ -78827,8 +78842,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *371 - *372 + - *373 - name: event_id in: path required: true @@ -78839,7 +78854,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: default: value: @@ -79032,7 +79047,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *382 + '410': *383 '403': *29 x-github: githubCloudOnly: false @@ -79066,9 +79081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *371 - *372 - - &564 + - *373 + - &565 name: issue_number description: The number that identifies the issue. in: path @@ -79082,10 +79097,10 @@ paths: application/json: schema: *154 examples: - default: *563 - '301': *385 + default: *564 + '301': *386 '404': *6 - '410': *382 + '410': *383 '304': *37 x-github: githubCloudOnly: false @@ -79110,9 +79125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: false content: @@ -79209,13 +79224,13 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 '422': *15 '503': *132 '403': *29 - '301': *385 + '301': *386 '404': *6 - '410': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79233,9 +79248,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: false content: @@ -79263,7 +79278,7 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79279,9 +79294,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: content: application/json: @@ -79308,7 +79323,7 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79330,9 +79345,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: - - *371 - *372 - - *564 + - *373 + - *565 - name: assignee in: path required: true @@ -79372,9 +79387,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *371 - *372 - - *564 + - *373 + - *565 - *144 - *17 - *19 @@ -79385,13 +79400,13 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: *565 + default: *566 headers: Link: *39 '404': *6 - '410': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79420,9 +79435,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: true content: @@ -79444,16 +79459,16 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: *559 + default: *560 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *382 + '410': *383 '422': *15 '404': *6 x-github: @@ -79473,9 +79488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *371 - *372 - - *564 + - *373 + - *565 - *17 - *19 responses: @@ -79489,7 +79504,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &569 + - &570 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -79543,7 +79558,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &570 + - &571 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -79679,7 +79694,7 @@ paths: - performed_via_github_app - assignee - assigner - - &571 + - &572 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -79730,7 +79745,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &572 + - &573 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -79781,7 +79796,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &573 + - &574 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -79835,7 +79850,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &574 + - &575 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -79882,7 +79897,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &575 + - &576 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -79929,7 +79944,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &576 + - &577 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -79989,7 +80004,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &577 + - &578 title: Locked Issue Event description: Locked Issue Event type: object @@ -80037,7 +80052,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &578 + - &579 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -80103,7 +80118,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &579 + - &580 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -80169,7 +80184,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &580 + - &581 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -80235,7 +80250,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &581 + - &582 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -80326,7 +80341,7 @@ paths: color: red headers: Link: *39 - '410': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80343,9 +80358,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 - *17 - *19 responses: @@ -80355,7 +80370,7 @@ paths: application/json: schema: type: array - items: &566 + items: &567 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -80402,7 +80417,7 @@ paths: - color - default examples: - default: &567 + default: &568 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -80420,9 +80435,9 @@ paths: default: false headers: Link: *39 - '301': *385 + '301': *386 '404': *6 - '410': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80439,9 +80454,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: false content: @@ -80500,12 +80515,12 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *567 - '301': *385 + default: *568 + '301': *386 '404': *6 - '410': *382 + '410': *383 '422': *15 x-github: githubCloudOnly: false @@ -80522,9 +80537,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: false content: @@ -80584,12 +80599,12 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *567 - '301': *385 + default: *568 + '301': *386 '404': *6 - '410': *382 + '410': *383 '422': *15 x-github: githubCloudOnly: false @@ -80606,15 +80621,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 responses: '204': description: Response - '301': *385 + '301': *386 '404': *6 - '410': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80633,9 +80648,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 - name: name in: path required: true @@ -80648,7 +80663,7 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: default: value: @@ -80659,9 +80674,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *385 + '301': *386 '404': *6 - '410': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80681,9 +80696,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: false content: @@ -80711,7 +80726,7 @@ paths: '204': description: Response '403': *29 - '410': *382 + '410': *383 '404': *6 '422': *15 x-github: @@ -80729,9 +80744,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 responses: '204': description: Response @@ -80753,9 +80768,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 - 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. @@ -80781,13 +80796,13 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *362 + default: *363 headers: Link: *39 '404': *6 - '410': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80805,9 +80820,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: true content: @@ -80839,16 +80854,16 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '201': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '422': *15 x-github: githubCloudOnly: false @@ -80870,10 +80885,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *371 - *372 - - *564 - - *363 + - *373 + - *565 + - *364 responses: '204': description: Response @@ -80902,9 +80917,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: true content: @@ -80928,7 +80943,7 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -80961,9 +80976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *371 - *372 - - *564 + - *373 + - *565 - *17 - *19 responses: @@ -80975,11 +80990,11 @@ paths: type: array items: *154 examples: - default: *568 + default: *569 headers: Link: *39 '404': *6 - '410': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81007,9 +81022,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: true content: @@ -81038,14 +81053,14 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *382 + '410': *383 '422': *15 '404': *6 x-github: @@ -81065,9 +81080,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: true content: @@ -81100,7 +81115,7 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 '403': *29 '404': *6 '422': *7 @@ -81122,9 +81137,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 - *17 - *19 responses: @@ -81139,7 +81154,6 @@ paths: description: Timeline Event type: object anyOf: - - *569 - *570 - *571 - *572 @@ -81152,6 +81166,7 @@ paths: - *579 - *580 - *581 + - *582 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -81456,7 +81471,7 @@ paths: type: string comments: type: array - items: &602 + items: &603 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -81665,7 +81680,7 @@ paths: type: string comments: type: array - items: *491 + items: *492 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -81954,7 +81969,7 @@ paths: headers: Link: *39 '404': *6 - '410': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81971,8 +81986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -81982,7 +81997,7 @@ paths: application/json: schema: type: array - items: &582 + items: &583 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -82047,8 +82062,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -82084,9 +82099,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: &583 + default: &584 value: id: 1 key: ssh-rsa AAA... @@ -82120,9 +82135,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *371 - *372 - - &584 + - *373 + - &585 name: key_id description: The unique identifier of the key. in: path @@ -82134,9 +82149,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *583 + default: *584 '404': *6 x-github: githubCloudOnly: false @@ -82154,9 +82169,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *371 - *372 - - *584 + - *373 + - *585 responses: '204': description: Response @@ -82176,8 +82191,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -82187,9 +82202,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *567 + default: *568 headers: Link: *39 '404': *6 @@ -82210,8 +82225,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -82247,9 +82262,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: &585 + default: &586 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -82281,8 +82296,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *371 - *372 + - *373 - name: name in: path required: true @@ -82293,9 +82308,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *585 + default: *586 '404': *6 x-github: githubCloudOnly: false @@ -82312,8 +82327,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *371 - *372 + - *373 - name: name in: path required: true @@ -82352,7 +82367,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: default: value: @@ -82378,8 +82393,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *371 - *372 + - *373 - name: name in: path required: true @@ -82405,8 +82420,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *371 - *372 + - *373 responses: '200': description: Response @@ -82442,8 +82457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *371 - *372 + - *373 responses: '202': *95 '403': @@ -82471,8 +82486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *371 - *372 + - *373 responses: '204': description: Response @@ -82498,9 +82513,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *371 - *372 - - *467 + - *373 + - *468 responses: '200': description: Response @@ -82645,8 +82660,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -82711,8 +82726,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -82746,9 +82761,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *492 + schema: *493 examples: - default: *586 + default: *587 '204': description: Response when already merged '404': @@ -82773,8 +82788,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *371 - *372 + - *373 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -82815,12 +82830,12 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *496 - required: *497 + properties: *497 + required: *498 examples: default: value: @@ -82876,8 +82891,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -82917,9 +82932,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: &588 + default: &589 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -82978,9 +82993,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *371 - *372 - - &589 + - *373 + - &590 name: milestone_number description: The number that identifies the milestone. in: path @@ -82992,9 +83007,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '404': *6 x-github: githubCloudOnly: false @@ -83011,9 +83026,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *371 - *372 - - *589 + - *373 + - *590 requestBody: required: false content: @@ -83051,9 +83066,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83069,9 +83084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *371 - *372 - - *589 + - *373 + - *590 responses: '204': description: Response @@ -83092,9 +83107,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: - - *371 - *372 - - *589 + - *373 + - *590 - *17 - *19 responses: @@ -83104,9 +83119,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *567 + default: *568 headers: Link: *39 x-github: @@ -83125,12 +83140,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: - - *371 - *372 - - *590 + - *373 - *591 - - *144 - *592 + - *144 + - *593 - *17 - *19 responses: @@ -83142,7 +83157,7 @@ paths: type: array items: *167 examples: - default: *593 + default: *594 headers: Link: *39 x-github: @@ -83166,8 +83181,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *371 - *372 + - *373 requestBody: required: false content: @@ -83225,14 +83240,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: &594 + schema: &595 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -83357,7 +83372,7 @@ paths: - custom_404 - public examples: - default: &595 + default: &596 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -83398,8 +83413,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -83453,9 +83468,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: *595 + default: *596 '422': *15 '409': *94 x-github: @@ -83478,8 +83493,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -83586,8 +83601,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *371 - *372 + - *373 responses: '204': description: Response @@ -83613,8 +83628,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -83624,7 +83639,7 @@ paths: application/json: schema: type: array - items: &596 + items: &597 title: Page Build description: Page Build type: object @@ -83718,8 +83733,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *371 - *372 + - *373 responses: '201': description: Response @@ -83764,16 +83779,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &597 + default: &598 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -83821,8 +83836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *371 - *372 + - *373 - name: build_id in: path required: true @@ -83833,9 +83848,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83855,8 +83870,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -83961,9 +83976,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: - - *371 - *372 - - &598 + - *373 + - &599 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -84021,9 +84036,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *371 - *372 - - *598 + - *373 + - *599 responses: '204': *118 '404': *6 @@ -84050,8 +84065,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -84309,8 +84324,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: - - *371 - *372 + - *373 responses: '200': description: Private vulnerability reporting status @@ -84347,8 +84362,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: - - *371 - *372 + - *373 responses: '204': *118 '422': *14 @@ -84369,8 +84384,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: - - *371 - *372 + - *373 responses: '204': *118 '422': *14 @@ -84393,8 +84408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *371 - *372 + - *373 - name: state description: Indicates the state of the projects to return. in: query @@ -84415,7 +84430,7 @@ paths: application/json: schema: type: array - items: *317 + items: *318 examples: default: value: @@ -84455,7 +84470,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *382 + '410': *383 '422': *7 x-github: githubCloudOnly: false @@ -84478,8 +84493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -84505,13 +84520,13 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *381 + default: *382 '401': *25 '403': *29 '404': *6 - '410': *382 + '410': *383 '422': *7 x-github: githubCloudOnly: false @@ -84534,8 +84549,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -84543,7 +84558,7 @@ paths: application/json: schema: type: array - items: *319 + items: *320 examples: default: value: @@ -84574,8 +84589,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -84587,7 +84602,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *319 + items: *320 required: - properties examples: @@ -84637,8 +84652,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *371 - *372 + - *373 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -84698,9 +84713,9 @@ paths: application/json: schema: type: array - items: *599 + items: *600 examples: - default: *600 + default: *601 headers: Link: *39 '304': *37 @@ -84732,8 +84747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -84798,7 +84813,7 @@ paths: description: Response content: application/json: - schema: &604 + schema: &605 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -84909,8 +84924,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *496 - required: *497 + properties: *497 + required: *498 nullable: true active_lock_reason: type: string @@ -84955,7 +84970,7 @@ paths: nullable: true requested_teams: type: array - items: *339 + items: *340 nullable: true head: type: object @@ -84994,14 +85009,14 @@ paths: _links: type: object properties: - comments: *498 - commits: *498 - statuses: *498 - html: *498 - issue: *498 - review_comments: *498 - review_comment: *498 - self: *498 + comments: *499 + commits: *499 + statuses: *499 + html: *499 + issue: *499 + review_comments: *499 + review_comment: *499 + self: *499 required: - comments - commits @@ -85012,7 +85027,7 @@ paths: - review_comment - self author_association: *141 - auto_merge: *601 + auto_merge: *602 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -85104,7 +85119,7 @@ paths: - merged_by - review_comments examples: - default: &605 + default: &606 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -85631,8 +85646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *371 - *372 + - *373 - name: sort in: query required: false @@ -85661,9 +85676,9 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: - default: &607 + default: &608 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85740,17 +85755,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: - - *371 - *372 + - *373 - *153 responses: '200': description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: &603 + default: &604 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85825,8 +85840,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: - - *371 - *372 + - *373 - *153 requestBody: required: true @@ -85849,9 +85864,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *603 + default: *604 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85867,8 +85882,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: - - *371 - *372 + - *373 - *153 responses: '204': @@ -85890,8 +85905,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: - - *371 - *372 + - *373 - *153 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -85918,9 +85933,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *362 + default: *363 headers: Link: *39 '404': *6 @@ -85941,8 +85956,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: - - *371 - *372 + - *373 - *153 requestBody: required: true @@ -85975,16 +85990,16 @@ paths: description: Reaction exists content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '201': description: Reaction created content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '422': *15 x-github: githubCloudOnly: false @@ -86006,10 +86021,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *371 - *372 + - *373 - *153 - - *363 + - *364 responses: '204': description: Response @@ -86052,9 +86067,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *371 - *372 - - &606 + - *373 + - &607 name: pull_number description: The number that identifies the pull request. in: path @@ -86067,9 +86082,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *604 + schema: *605 examples: - default: *605 + default: *606 '304': *37 '404': *6 '406': @@ -86104,9 +86119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *371 - *372 - - *606 + - *373 + - *607 requestBody: required: false content: @@ -86148,9 +86163,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *605 + default: *606 '422': *15 '403': *29 x-github: @@ -86172,9 +86187,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: - - *371 - *372 - - *606 + - *373 + - *607 requestBody: required: true content: @@ -86236,7 +86251,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -86244,7 +86259,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '401': *25 '403': *29 '404': *6 @@ -86274,9 +86289,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: - - *371 - *372 - - *606 + - *373 + - *607 - *164 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -86297,9 +86312,9 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: - default: *607 + default: *608 headers: Link: *39 x-github: @@ -86332,9 +86347,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: - - *371 - *372 - - *606 + - *373 + - *607 requestBody: required: true content: @@ -86439,7 +86454,7 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: example-for-a-multi-line-comment: value: @@ -86527,9 +86542,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: - - *371 - *372 - - *606 + - *373 + - *607 - *153 requestBody: required: true @@ -86552,7 +86567,7 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: default: value: @@ -86638,9 +86653,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *371 - *372 - - *606 + - *373 + - *607 - *17 - *19 responses: @@ -86650,9 +86665,9 @@ paths: application/json: schema: type: array - items: *492 + items: *493 examples: - default: *608 + default: *609 headers: Link: *39 x-github: @@ -86682,9 +86697,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *371 - *372 - - *606 + - *373 + - *607 - *17 - *19 responses: @@ -86694,7 +86709,7 @@ paths: application/json: schema: type: array - items: *507 + items: *508 examples: default: value: @@ -86732,9 +86747,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: - - *371 - *372 - - *606 + - *373 + - *607 responses: '204': description: Response if pull request has been merged @@ -86757,9 +86772,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *371 - *372 - - *606 + - *373 + - *607 requestBody: required: false content: @@ -86870,9 +86885,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: - - *371 - *372 - - *606 + - *373 + - *607 responses: '200': description: Response @@ -86947,9 +86962,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: - - *371 - *372 - - *606 + - *373 + - *607 requestBody: required: false content: @@ -86986,7 +87001,7 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: default: value: @@ -87522,9 +87537,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: - - *371 - *372 - - *606 + - *373 + - *607 requestBody: required: true content: @@ -87558,7 +87573,7 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: default: value: @@ -88063,9 +88078,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *371 - *372 - - *606 + - *373 + - *607 - *17 - *19 responses: @@ -88075,7 +88090,7 @@ paths: application/json: schema: type: array - items: &609 + items: &610 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -88226,9 +88241,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: - - *371 - *372 - - *606 + - *373 + - *607 requestBody: required: false content: @@ -88314,9 +88329,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: &611 + default: &612 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -88379,10 +88394,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: - - *371 - *372 - - *606 - - &610 + - *373 + - *607 + - &611 name: review_id description: The unique identifier of the review. in: path @@ -88394,9 +88409,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: &612 + default: &613 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -88455,10 +88470,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: - - *371 - *372 - - *606 - - *610 + - *373 + - *607 + - *611 requestBody: required: true content: @@ -88481,7 +88496,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -88543,18 +88558,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: - - *371 - *372 - - *606 - - *610 + - *373 + - *607 + - *611 responses: '200': description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: *611 + default: *612 '422': *7 '404': *6 x-github: @@ -88581,10 +88596,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: - - *371 - *372 - - *606 - - *610 + - *373 + - *607 + - *611 - *17 - *19 responses: @@ -88667,9 +88682,9 @@ paths: _links: type: object properties: - self: *498 - html: *498 - pull_request: *498 + self: *499 + html: *499 + pull_request: *499 required: - self - html @@ -88812,10 +88827,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: - - *371 - *372 - - *606 - - *610 + - *373 + - *607 + - *611 requestBody: required: true content: @@ -88843,7 +88858,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -88906,10 +88921,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: - - *371 - *372 - - *606 - - *610 + - *373 + - *607 + - *611 requestBody: required: true content: @@ -88944,9 +88959,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: *612 + default: *613 '404': *6 '422': *7 '403': *29 @@ -88968,9 +88983,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *371 - *372 - - *606 + - *373 + - *607 requestBody: required: false content: @@ -89033,8 +89048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *371 - *372 + - *373 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -89047,9 +89062,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: &614 + default: &615 value: type: file encoding: base64 @@ -89091,8 +89106,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: - - *371 - *372 + - *373 - name: dir description: The alternate path to look for a README file in: path @@ -89112,9 +89127,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *614 + default: *615 '404': *6 '422': *15 x-github: @@ -89136,8 +89151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -89147,7 +89162,7 @@ paths: application/json: schema: type: array - items: &615 + items: &616 title: Release description: A release. type: object @@ -89210,7 +89225,7 @@ paths: author: *4 assets: type: array - items: &616 + items: &617 title: Release Asset description: Data related to a release. type: object @@ -89391,8 +89406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -89468,9 +89483,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: &619 + default: &620 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -89573,9 +89588,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *371 - *372 - - &617 + - *373 + - &618 name: asset_id description: The unique identifier of the asset. in: path @@ -89587,9 +89602,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: &618 + default: &619 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 @@ -89623,7 +89638,7 @@ paths: type: User site_admin: false '404': *6 - '302': *509 + '302': *510 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89639,9 +89654,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *371 - *372 - - *617 + - *373 + - *618 requestBody: required: false content: @@ -89669,9 +89684,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *618 + default: *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89687,9 +89702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *371 - *372 - - *617 + - *373 + - *618 responses: '204': description: Response @@ -89713,8 +89728,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -89799,16 +89814,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *619 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89825,8 +89840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *371 - *372 + - *373 - name: tag description: tag parameter in: path @@ -89839,9 +89854,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *619 + default: *620 '404': *6 x-github: githubCloudOnly: false @@ -89863,9 +89878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *371 - *372 - - &620 + - *373 + - &621 name: release_id description: The unique identifier of the release. in: path @@ -89879,9 +89894,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: *615 + schema: *616 examples: - default: *619 + default: *620 '401': description: Unauthorized x-github: @@ -89899,9 +89914,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *371 - *372 - - *620 + - *373 + - *621 requestBody: required: false content: @@ -89965,9 +89980,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *619 + default: *620 '404': description: Not Found if the discussion category name is invalid content: @@ -89988,9 +90003,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *371 - *372 - - *620 + - *373 + - *621 responses: '204': description: Response @@ -90010,9 +90025,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *371 - *372 - - *620 + - *373 + - *621 - *17 - *19 responses: @@ -90022,7 +90037,7 @@ paths: application/json: schema: type: array - items: *616 + items: *617 examples: default: value: @@ -90103,9 +90118,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: - - *371 - *372 - - *620 + - *373 + - *621 - name: name in: query required: true @@ -90131,7 +90146,7 @@ paths: description: Response for successful upload content: application/json: - schema: *616 + schema: *617 examples: response-for-successful-upload: value: @@ -90185,9 +90200,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *371 - *372 - - *620 + - *373 + - *621 - 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. @@ -90211,9 +90226,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *362 + default: *363 headers: Link: *39 '404': *6 @@ -90234,9 +90249,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *371 - *372 - - *620 + - *373 + - *621 requestBody: required: true content: @@ -90266,16 +90281,16 @@ paths: description: Reaction exists content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '201': description: Reaction created content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '422': *15 x-github: githubCloudOnly: false @@ -90297,10 +90312,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *371 - *372 - - *620 - - *363 + - *373 + - *621 + - *364 responses: '204': description: Response @@ -90324,9 +90339,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *371 - *372 - - *430 + - *373 + - *431 - *17 - *19 responses: @@ -90342,8 +90357,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *621 - - &623 + - *622 + - &624 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -90363,53 +90378,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *622 - *623 - - allOf: - *624 - - *623 - allOf: - *625 - - *623 + - *624 - allOf: - *626 - - *623 + - *624 - allOf: - *627 - - *623 + - *624 - allOf: - *628 - - *623 + - *624 - allOf: - *629 - - *623 + - *624 - allOf: - *630 - - *623 + - *624 - allOf: - *631 - - *623 + - *624 - allOf: - *632 - - *623 + - *624 - allOf: - *633 - - *623 + - *624 - allOf: - *634 - - *623 + - *624 - allOf: - *635 - - *623 + - *624 - allOf: - *636 - - *623 + - *624 - allOf: - *637 - - *623 + - *624 - allOf: - *638 - - *623 + - *624 + - allOf: + - *639 + - *624 examples: default: value: @@ -90448,8 +90463,8 @@ paths: category: repos subcategory: rules parameters: - - *371 - *372 + - *373 - *17 - *19 - name: includes_parents @@ -90460,7 +90475,7 @@ paths: schema: type: boolean default: true - - *639 + - *640 responses: '200': description: Response @@ -90515,8 +90530,8 @@ paths: category: repos subcategory: rules parameters: - - *371 - *372 + - *373 requestBody: description: Request body required: true @@ -90578,7 +90593,7 @@ paths: application/json: schema: *128 examples: - default: &648 + default: &649 value: id: 42 name: super cool ruleset @@ -90625,12 +90640,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *371 - *372 - - *640 - - *222 + - *373 - *641 + - *222 - *642 + - *643 - *17 - *19 responses: @@ -90638,9 +90653,9 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: - default: *644 + default: *645 '404': *6 '500': *99 x-github: @@ -90661,17 +90676,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *371 - *372 - - *645 + - *373 + - *646 responses: '200': description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: *647 + default: *648 '404': *6 '500': *99 x-github: @@ -90699,8 +90714,8 @@ paths: category: repos subcategory: rules parameters: - - *371 - *372 + - *373 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90722,7 +90737,7 @@ paths: application/json: schema: *128 examples: - default: *648 + default: *649 '404': *6 '500': *99 put: @@ -90740,8 +90755,8 @@ paths: category: repos subcategory: rules parameters: - - *371 - *372 + - *373 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90805,7 +90820,7 @@ paths: application/json: schema: *128 examples: - default: *648 + default: *649 '404': *6 '500': *99 delete: @@ -90823,8 +90838,8 @@ paths: category: repos subcategory: rules parameters: - - *371 - *372 + - *373 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90847,8 +90862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *371 - *372 + - *373 - *17 - *19 - name: ruleset_id @@ -90866,7 +90881,7 @@ paths: type: array items: *131 examples: - default: *327 + default: *328 '404': *6 '500': *99 x-github: @@ -90885,8 +90900,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *371 - *372 + - *373 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90904,7 +90919,7 @@ paths: description: Response content: application/json: - schema: *328 + schema: *329 examples: default: value: @@ -90959,20 +90974,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: - - *371 - *372 - - *329 + - *373 - *330 - *331 - *332 + - *333 - *86 - *19 - *17 - - *649 - *650 - - *333 + - *651 - *334 - *335 + - *336 responses: '200': description: Response @@ -90980,7 +90995,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 type: object properties: number: *100 @@ -90999,8 +91014,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *651 - resolution: *652 + state: *652 + resolution: *653 resolved_at: type: string format: date-time @@ -91218,15 +91233,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: - - *371 - *372 - - *461 + - *373 + - *462 responses: '200': description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -91278,9 +91293,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: - - *371 - *372 - - *461 + - *373 + - *462 requestBody: required: true content: @@ -91288,8 +91303,8 @@ paths: schema: type: object properties: - state: *651 - resolution: *652 + state: *652 + resolution: *653 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -91307,7 +91322,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -91382,9 +91397,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: - - *371 - *372 - - *461 + - *373 + - *462 - *19 - *17 responses: @@ -91395,7 +91410,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &813 + items: &814 type: object properties: type: @@ -91754,8 +91769,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -91763,14 +91778,14 @@ paths: schema: type: object properties: - reason: &655 + reason: &656 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *654 + placeholder_id: *655 required: - reason - placeholder_id @@ -91787,7 +91802,7 @@ paths: schema: type: object properties: - reason: *655 + reason: *656 expire_at: type: string format: date-time @@ -91830,8 +91845,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: - - *371 - *372 + - *373 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -91846,7 +91861,7 @@ paths: properties: incremental_scans: type: array - items: &656 + items: &657 description: Information on a single scan performed by secret scanning on the repository type: object @@ -91872,15 +91887,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *656 + items: *657 backfill_scans: type: array - items: *656 + items: *657 custom_pattern_backfill_scans: type: array items: allOf: - - *656 + - *657 - type: object properties: pattern_name: @@ -91950,8 +91965,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *371 - *372 + - *373 - *86 - name: sort description: The property to sort the results by. @@ -91995,9 +92010,9 @@ paths: application/json: schema: type: array - items: *657 + items: *658 examples: - default: *658 + default: *659 '400': *14 '404': *6 x-github: @@ -92020,8 +92035,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -92094,7 +92109,7 @@ paths: login: type: string description: The username of the user credited. - type: *338 + type: *339 required: - login - type @@ -92181,9 +92196,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: &660 + default: &661 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -92416,8 +92431,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -92521,7 +92536,7 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: default: value: @@ -92668,17 +92683,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: - - *371 - *372 - - *659 + - *373 + - *660 responses: '200': description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *660 + default: *661 '403': *29 '404': *6 x-github: @@ -92702,9 +92717,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: - - *371 - *372 - - *659 + - *373 + - *660 requestBody: required: true content: @@ -92777,7 +92792,7 @@ paths: login: type: string description: The username of the user credited. - type: *338 + type: *339 required: - login - type @@ -92863,10 +92878,10 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *660 - add_credit: *660 + default: *661 + add_credit: *661 '403': *29 '404': *6 '422': @@ -92904,9 +92919,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: - - *371 - *372 - - *659 + - *373 + - *660 responses: '202': *95 '400': *14 @@ -92933,17 +92948,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: - - *371 - *372 - - *659 + - *373 + - *660 responses: '202': description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *386 + default: *387 '400': *14 '422': *15 '403': *29 @@ -92969,8 +92984,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -93069,8 +93084,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *371 - *372 + - *373 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -93079,7 +93094,7 @@ paths: application/json: schema: type: array - items: &661 + items: &662 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -93112,8 +93127,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -93189,8 +93204,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *371 - *372 + - *373 responses: '200': description: Response @@ -93286,8 +93301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *371 - *372 + - *373 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -93441,8 +93456,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: - - *371 - *372 + - *373 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -93452,7 +93467,7 @@ paths: application/json: schema: type: array - items: *661 + items: *662 examples: default: value: @@ -93485,8 +93500,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *371 - *372 + - *373 - name: sha in: path required: true @@ -93540,7 +93555,7 @@ paths: description: Response content: application/json: - schema: *662 + schema: *663 examples: default: value: @@ -93594,8 +93609,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -93627,14 +93642,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *371 - *372 + - *373 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &663 + schema: &664 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -93702,8 +93717,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *371 - *372 + - *373 requestBody: required: false content: @@ -93729,7 +93744,7 @@ paths: description: Response content: application/json: - schema: *663 + schema: *664 examples: default: value: @@ -93756,8 +93771,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *371 - *372 + - *373 responses: '204': description: Response @@ -93777,8 +93792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -93857,8 +93872,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -93866,7 +93881,7 @@ paths: application/json: schema: type: array - items: &664 + items: &665 title: Tag protection description: Tag protection type: object @@ -93918,8 +93933,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -93942,7 +93957,7 @@ paths: description: Response content: application/json: - schema: *664 + schema: *665 examples: default: value: @@ -93973,8 +93988,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: - - *371 - *372 + - *373 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -94011,8 +94026,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *371 - *372 + - *373 - name: ref in: path required: true @@ -94048,8 +94063,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -94081,8 +94096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *371 - *372 + - *373 - *19 - *17 responses: @@ -94090,7 +94105,7 @@ paths: description: Response content: application/json: - schema: &665 + schema: &666 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -94102,7 +94117,7 @@ paths: required: - names examples: - default: &666 + default: &667 value: names: - octocat @@ -94125,8 +94140,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -94157,9 +94172,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: *666 + default: *667 '404': *6 '422': *7 x-github: @@ -94180,9 +94195,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *371 - *372 - - &667 + - *373 + - &668 name: per description: The time frame to display results for. in: query @@ -94211,7 +94226,7 @@ paths: example: 128 clones: type: array - items: &668 + items: &669 title: Traffic type: object properties: @@ -94298,8 +94313,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *371 - *372 + - *373 responses: '200': description: Response @@ -94389,8 +94404,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *371 - *372 + - *373 responses: '200': description: Response @@ -94450,9 +94465,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *371 - *372 - - *667 + - *373 + - *668 responses: '200': description: Response @@ -94471,7 +94486,7 @@ paths: example: 3782 views: type: array - items: *668 + items: *669 required: - uniques - count @@ -94548,8 +94563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -94823,8 +94838,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: - - *371 - *372 + - *373 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -94847,8 +94862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *371 - *372 + - *373 responses: '204': description: Response @@ -94870,8 +94885,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *371 - *372 + - *373 responses: '204': description: Response @@ -94897,8 +94912,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *371 - *372 + - *373 - name: ref in: path required: true @@ -94990,9 +95005,9 @@ paths: description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *386 + default: *387 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -95143,7 +95158,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &676 + - &677 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -95152,7 +95167,7 @@ paths: schema: type: string example: members - - &681 + - &682 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -95163,7 +95178,7 @@ paths: default: 1 format: int32 example: 1 - - &682 + - &683 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -95205,7 +95220,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &670 + items: &671 allOf: - type: object required: @@ -95280,7 +95295,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: &683 + meta: &684 type: object description: The metadata associated with the creation/updates to the user. @@ -95340,31 +95355,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &671 + '400': &672 description: Bad request content: application/json: - schema: *669 + schema: *670 application/scim+json: - schema: *669 - '401': &672 + schema: *670 + '401': &673 description: Authorization failure - '403': &673 + '403': &674 description: Permission denied - '429': &674 + '429': &675 description: Too many requests content: application/json: - schema: *669 + schema: *670 application/scim+json: - schema: *669 - '500': &675 + schema: *670 + '500': &676 description: Internal server error content: application/json: - schema: *669 + schema: *670 application/scim+json: - schema: *669 + schema: *670 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95388,7 +95403,7 @@ paths: required: true content: application/json: - schema: &679 + schema: &680 type: object required: - schemas @@ -95444,9 +95459,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *670 + schema: *671 examples: - group: &677 + group: &678 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -95465,13 +95480,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': *671 - '401': *672 - '403': *673 - '409': &680 + '400': *672 + '401': *673 + '403': *674 + '409': &681 description: Duplicate record detected - '429': *674 - '500': *675 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95488,7 +95503,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: - - &678 + - &679 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -95496,22 +95511,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *676 + - *677 - *40 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *670 + schema: *671 examples: - default: *677 - '400': *671 - '401': *672 - '403': *673 + default: *678 + '400': *672 + '401': *673 + '403': *674 '404': *6 - '429': *674 - '500': *675 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95530,13 +95545,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: - - *678 + - *679 - *40 requestBody: required: true content: application/json: - schema: *679 + schema: *680 examples: group: summary: Group @@ -95562,17 +95577,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *670 + schema: *671 examples: - group: *677 - groupWithMembers: *677 - '400': *671 - '401': *672 - '403': *673 + group: *678 + groupWithMembers: *678 + '400': *672 + '401': *673 + '403': *674 '404': *6 - '409': *680 - '429': *674 - '500': *675 + '409': *681 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95596,13 +95611,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: - - *678 + - *679 - *40 requestBody: required: true content: application/json: - schema: &690 + schema: &691 type: object required: - Operations @@ -95662,17 +95677,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *670 + schema: *671 examples: - updateGroup: *677 - addMembers: *677 - '400': *671 - '401': *672 - '403': *673 + updateGroup: *678 + addMembers: *678 + '400': *672 + '401': *673 + '403': *674 '404': *6 - '409': *680 - '429': *674 - '500': *675 + '409': *681 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95688,17 +95703,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: - - *678 + - *679 - *40 responses: '204': description: Group was deleted, no content - '400': *671 - '401': *672 - '403': *673 + '400': *672 + '401': *673 + '403': *674 '404': *6 - '429': *674 - '500': *675 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95732,8 +95747,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *681 - *682 + - *683 - *40 responses: '200': @@ -95766,7 +95781,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &685 + items: &686 allOf: - type: object required: @@ -95845,7 +95860,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &684 + roles: &685 type: array description: The roles assigned to the user. items: @@ -95901,7 +95916,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *683 + meta: *684 startIndex: type: integer description: A starting index for the returned page @@ -95938,11 +95953,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *671 - '401': *672 - '403': *673 - '429': *674 - '500': *675 + '400': *672 + '401': *673 + '403': *674 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95966,7 +95981,7 @@ paths: required: true content: application/json: - schema: &688 + schema: &689 type: object required: - schemas @@ -96048,9 +96063,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *684 + roles: *685 examples: - user: &689 + user: &690 summary: User value: schemas: @@ -96097,9 +96112,9 @@ paths: description: User has been created content: application/scim+json: - schema: *685 + schema: *686 examples: - user: &686 + user: &687 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -96125,13 +96140,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: *686 - '400': *671 - '401': *672 - '403': *673 - '409': *680 - '429': *674 - '500': *675 + enterpriseOwner: *687 + '400': *672 + '401': *673 + '403': *674 + '409': *681 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96148,7 +96163,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: - - &687 + - &688 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -96161,15 +96176,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *685 + schema: *686 examples: - default: *686 - '400': *671 - '401': *672 - '403': *673 + default: *687 + '400': *672 + '401': *673 + '403': *674 '404': *6 - '429': *674 - '500': *675 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96191,30 +96206,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: - - *687 + - *688 - *40 requestBody: required: true content: application/json: - schema: *688 + schema: *689 examples: - user: *689 + user: *690 responses: '200': description: User was updated content: application/scim+json: - schema: *685 + schema: *686 examples: - user: *686 - '400': *671 - '401': *672 - '403': *673 + user: *687 + '400': *672 + '401': *673 + '403': *674 '404': *6 - '409': *680 - '429': *674 - '500': *675 + '409': *681 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96249,13 +96264,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: - - *687 + - *688 - *40 requestBody: required: true content: application/json: - schema: *690 + schema: *691 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -96295,18 +96310,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *685 - examples: - userMultiValuedProperties: *686 - userSingleValuedProperties: *686 - disableUser: *686 - '400': *671 - '401': *672 - '403': *673 + schema: *686 + examples: + userMultiValuedProperties: *687 + userSingleValuedProperties: *687 + disableUser: *687 + '400': *672 + '401': *673 + '403': *674 '404': *6 - '409': *680 - '429': *674 - '500': *675 + '409': *681 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96326,17 +96341,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: - - *687 + - *688 - *40 responses: '204': description: User was deleted, no content - '400': *671 - '401': *672 - '403': *673 + '400': *672 + '401': *673 + '403': *674 '404': *6 - '429': *674 - '500': *675 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96423,7 +96438,7 @@ paths: example: 1 Resources: type: array - items: &691 + items: &692 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -96654,22 +96669,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': &692 + '404': &693 description: Resource not found content: application/json: - schema: *669 + schema: *670 application/scim+json: - schema: *669 - '403': &693 + schema: *670 + '403': &694 description: Forbidden content: application/json: - schema: *669 + schema: *670 application/scim+json: - schema: *669 - '400': *671 - '429': *674 + schema: *670 + '400': *672 + '429': *675 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -96695,9 +96710,9 @@ paths: description: Response content: application/scim+json: - schema: *691 + schema: *692 examples: - default: &694 + default: &695 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -96720,17 +96735,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': *692 - '403': *693 - '500': *675 + '404': *693 + '403': *694 + '500': *676 '409': description: Conflict content: application/json: - schema: *669 + schema: *670 application/scim+json: - schema: *669 - '400': *671 + schema: *670 + '400': *672 requestBody: required: true content: @@ -96823,17 +96838,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *171 - - *687 + - *688 responses: '200': description: Response content: application/scim+json: - schema: *691 + schema: *692 examples: - default: *694 - '404': *692 - '403': *693 + default: *695 + '404': *693 + '403': *694 '304': *37 x-github: githubCloudOnly: true @@ -96857,18 +96872,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *171 - - *687 + - *688 responses: '200': description: Response content: application/scim+json: - schema: *691 + schema: *692 examples: - default: *694 + default: *695 '304': *37 - '404': *692 - '403': *693 + '404': *693 + '403': *694 requestBody: required: true content: @@ -96977,19 +96992,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *171 - - *687 + - *688 responses: '200': description: Response content: application/scim+json: - schema: *691 + schema: *692 examples: - default: *694 + default: *695 '304': *37 - '404': *692 - '403': *693 - '400': *671 + '404': *693 + '403': *694 + '400': *672 '429': description: Response content: @@ -97080,12 +97095,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *171 - - *687 + - *688 responses: '204': description: Response - '404': *692 - '403': *693 + '404': *693 + '403': *694 '304': *37 x-github: githubCloudOnly: true @@ -97218,7 +97233,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &695 + text_matches: &696 title: Search Result Text Matches type: array items: @@ -97381,7 +97396,7 @@ paths: enum: - author-date - committer-date - - &696 + - &697 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 @@ -97452,7 +97467,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *428 + properties: *429 nullable: true comment_count: type: integer @@ -97472,7 +97487,7 @@ paths: url: type: string format: uri - verification: *544 + verification: *545 required: - author - committer @@ -97491,7 +97506,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *428 + properties: *429 nullable: true parents: type: array @@ -97509,7 +97524,7 @@ paths: type: number node_id: type: string - text_matches: *695 + text_matches: *696 required: - sha - node_id @@ -97691,7 +97706,7 @@ paths: - interactions - created - updated - - *696 + - *697 - *17 - *19 - name: advanced_search @@ -97818,8 +97833,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *496 - required: *497 + properties: *497 + required: *498 nullable: true comments: type: integer @@ -97833,7 +97848,7 @@ paths: type: string format: date-time nullable: true - text_matches: *695 + text_matches: *696 pull_request: type: object properties: @@ -98060,7 +98075,7 @@ paths: enum: - created - updated - - *696 + - *697 - *17 - *19 responses: @@ -98104,7 +98119,7 @@ paths: nullable: true score: type: number - text_matches: *695 + text_matches: *696 required: - id - node_id @@ -98190,7 +98205,7 @@ paths: - forks - help-wanted-issues - updated - - *696 + - *697 - *17 - *19 responses: @@ -98429,7 +98444,7 @@ paths: - admin - pull - push - text_matches: *695 + text_matches: *696 temp_clone_token: type: string allow_merge_commit: @@ -98730,7 +98745,7 @@ paths: type: string format: uri nullable: true - text_matches: *695 + text_matches: *696 related: type: array nullable: true @@ -98923,7 +98938,7 @@ paths: - followers - repositories - joined - - *696 + - *697 - *17 - *19 responses: @@ -99027,7 +99042,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *695 + text_matches: *696 blog: type: string nullable: true @@ -99106,7 +99121,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &697 + - &698 name: team_id description: The unique identifier of the team. in: path @@ -99118,9 +99133,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '404': *6 x-github: githubCloudOnly: false @@ -99147,7 +99162,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *697 + - *698 requestBody: required: true content: @@ -99210,16 +99225,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '201': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '404': *6 '422': *15 '403': *29 @@ -99247,7 +99262,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *697 + - *698 responses: '204': description: Response @@ -99278,7 +99293,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *697 + - *698 - *86 - *17 - *19 @@ -99289,9 +99304,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *698 + default: *699 headers: Link: *39 x-github: @@ -99320,7 +99335,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *697 + - *698 requestBody: required: true content: @@ -99354,9 +99369,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: triggersNotification: true githubCloudOnly: false @@ -99383,16 +99398,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *697 - - *356 + - *698 + - *357 responses: '200': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99417,8 +99432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *697 - - *356 + - *698 + - *357 requestBody: required: false content: @@ -99441,9 +99456,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *699 + default: *700 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99468,8 +99483,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *697 - - *356 + - *698 + - *357 responses: '204': description: Response @@ -99498,8 +99513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *697 - - *356 + - *698 + - *357 - *86 - *17 - *19 @@ -99510,9 +99525,9 @@ paths: application/json: schema: type: array - items: *357 + items: *358 examples: - default: *700 + default: *701 headers: Link: *39 x-github: @@ -99541,8 +99556,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *697 - - *356 + - *698 + - *357 requestBody: required: true content: @@ -99564,9 +99579,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *358 + default: *359 x-github: triggersNotification: true githubCloudOnly: false @@ -99593,17 +99608,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *697 - - *356 - - *359 + - *698 + - *357 + - *360 responses: '200': description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *358 + default: *359 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99628,9 +99643,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *697 - - *356 - - *359 + - *698 + - *357 + - *360 requestBody: required: true content: @@ -99652,9 +99667,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *701 + default: *702 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99679,9 +99694,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *697 - - *356 - - *359 + - *698 + - *357 + - *360 responses: '204': description: Response @@ -99710,9 +99725,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: - - *697 - - *356 - - *359 + - *698 + - *357 + - *360 - 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. @@ -99738,9 +99753,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *362 + default: *363 headers: Link: *39 x-github: @@ -99769,9 +99784,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: - - *697 - - *356 - - *359 + - *698 + - *357 + - *360 requestBody: required: true content: @@ -99803,9 +99818,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99831,8 +99846,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: - - *697 - - *356 + - *698 + - *357 - 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. @@ -99858,9 +99873,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *362 + default: *363 headers: Link: *39 x-github: @@ -99889,8 +99904,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: - - *697 - - *356 + - *698 + - *357 requestBody: required: true content: @@ -99922,9 +99937,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99948,7 +99963,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *697 + - *698 - *17 - *19 responses: @@ -99986,7 +100001,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *697 + - *698 - name: role description: Filters members returned by their role in the team. in: query @@ -100037,7 +100052,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *697 + - *698 - *219 responses: '204': @@ -100074,7 +100089,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *697 + - *698 - *219 responses: '204': @@ -100114,7 +100129,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *697 + - *698 - *219 responses: '204': @@ -100151,16 +100166,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: - - *697 + - *698 - *219 responses: '200': description: Response content: application/json: - schema: *368 + schema: *369 examples: - response-if-user-is-a-team-maintainer: *702 + response-if-user-is-a-team-maintainer: *703 '404': *6 x-github: githubCloudOnly: false @@ -100193,7 +100208,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: - - *697 + - *698 - *219 requestBody: required: false @@ -100219,9 +100234,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - response-if-users-membership-with-team-is-now-pending: *703 + response-if-users-membership-with-team-is-now-pending: *704 '403': description: Forbidden if team synchronization is set up '422': @@ -100255,7 +100270,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: - - *697 + - *698 - *219 responses: '204': @@ -100284,7 +100299,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *697 + - *698 - *17 - *19 responses: @@ -100294,9 +100309,9 @@ paths: application/json: schema: type: array - items: *369 + items: *370 examples: - default: *704 + default: *705 headers: Link: *39 '404': *6 @@ -100322,16 +100337,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: - - *697 - - *370 + - *698 + - *371 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *705 + default: *706 '404': description: Not Found if project is not managed by this team x-github: @@ -100355,8 +100370,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: - - *697 - - *370 + - *698 + - *371 requestBody: required: false content: @@ -100423,8 +100438,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: - - *697 - - *370 + - *698 + - *371 responses: '204': description: Response @@ -100451,7 +100466,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *697 + - *698 - *17 - *19 responses: @@ -100493,15 +100508,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: - - *697 - - *371 + - *698 - *372 + - *373 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *706 + schema: *707 examples: alternative-response-with-extra-repository-information: value: @@ -100652,9 +100667,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: - - *697 - - *371 + - *698 - *372 + - *373 requestBody: required: false content: @@ -100704,9 +100719,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: - - *697 - - *371 + - *698 - *372 + - *373 responses: '204': description: Response @@ -100735,15 +100750,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: - - *697 + - *698 responses: '200': description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: *374 + default: *375 '403': *29 '404': *6 x-github: @@ -100770,7 +100785,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: - - *697 + - *698 requestBody: required: true content: @@ -100827,7 +100842,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: default: value: @@ -100858,7 +100873,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *697 + - *698 - *17 - *19 responses: @@ -100870,7 +100885,7 @@ paths: type: array items: *286 examples: - response-if-child-teams-exist: *707 + response-if-child-teams-exist: *708 headers: Link: *39 '404': *6 @@ -100903,7 +100918,7 @@ paths: application/json: schema: oneOf: - - &709 + - &710 title: Private User description: Private User type: object @@ -101106,7 +101121,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *708 + - *709 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -101259,7 +101274,7 @@ paths: description: Response content: application/json: - schema: *709 + schema: *710 examples: default: value: @@ -101605,7 +101620,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -101613,7 +101628,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '401': *25 '403': *29 '404': *6 @@ -101657,7 +101672,7 @@ paths: type: integer secrets: type: array - items: &710 + items: &711 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -101697,7 +101712,7 @@ paths: - visibility - selected_repositories_url examples: - default: *484 + default: *485 headers: Link: *39 x-github: @@ -101773,7 +101788,7 @@ paths: description: Response content: application/json: - schema: *710 + schema: *711 examples: default: value: @@ -101919,7 +101934,7 @@ paths: type: array items: *197 examples: - default: *711 + default: *712 '401': *25 '403': *29 '404': *6 @@ -102071,7 +102086,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '304': *37 '500': *99 '401': *25 @@ -102129,7 +102144,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '401': *25 '403': *29 '404': *6 @@ -102186,7 +102201,7 @@ paths: description: Response content: application/json: - schema: &712 + schema: &713 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -102227,7 +102242,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &713 + default: &714 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -102272,9 +102287,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: *713 + default: *714 '404': *6 x-github: githubCloudOnly: false @@ -102311,9 +102326,9 @@ paths: type: integer machines: type: array - items: *714 + items: *715 examples: - default: *715 + default: *716 '304': *37 '500': *99 '401': *25 @@ -102392,13 +102407,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *384 + repository: *385 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *482 - required: *483 + properties: *483 + required: *484 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -103180,7 +103195,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '304': *37 '500': *99 '400': *14 @@ -103220,7 +103235,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '500': *99 '401': *25 '403': *29 @@ -103252,7 +103267,7 @@ paths: type: array items: *302 examples: - default: &728 + default: &729 value: - id: 197 name: hello_docker @@ -103353,7 +103368,7 @@ paths: application/json: schema: type: array - items: &716 + items: &717 title: Email description: Email type: object @@ -103418,9 +103433,9 @@ paths: application/json: schema: type: array - items: *716 + items: *717 examples: - default: &730 + default: &731 value: - email: octocat@github.com verified: true @@ -103495,7 +103510,7 @@ paths: application/json: schema: type: array - items: *716 + items: *717 examples: default: value: @@ -103751,7 +103766,7 @@ paths: application/json: schema: type: array - items: &717 + items: &718 title: GPG Key description: A unique encryption key type: object @@ -103882,7 +103897,7 @@ paths: - subkeys - revoked examples: - default: &741 + default: &742 value: - id: 3 name: Octocat's GPG Key @@ -103967,9 +103982,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: &718 + default: &719 value: id: 3 name: Octocat's GPG Key @@ -104026,7 +104041,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: - - &719 + - &720 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -104038,9 +104053,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: *718 + default: *719 '404': *6 '304': *37 '403': *29 @@ -104063,7 +104078,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: - - *719 + - *720 responses: '204': description: Response @@ -104254,7 +104269,7 @@ paths: type: array items: *63 examples: - default: *720 + default: *721 headers: Link: *39 '404': *6 @@ -104368,7 +104383,7 @@ paths: required: true content: application/json: - schema: *555 + schema: *556 examples: default: value: @@ -104518,7 +104533,7 @@ paths: application/json: schema: type: array - items: &721 + items: &722 title: Key description: Key type: object @@ -104615,9 +104630,9 @@ paths: description: Response content: application/json: - schema: *721 + schema: *722 examples: - default: &722 + default: &723 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -104650,15 +104665,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: - - *584 + - *585 responses: '200': description: Response content: application/json: - schema: *721 + schema: *722 examples: - default: *722 + default: *723 '404': *6 '304': *37 '403': *29 @@ -104681,7 +104696,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: - - *584 + - *585 responses: '204': description: Response @@ -104714,7 +104729,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -104782,7 +104797,7 @@ paths: - account - plan examples: - default: &724 + default: &725 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -104844,9 +104859,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *724 + default: *725 headers: Link: *39 '304': *37 @@ -105841,7 +105856,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *296 - - *725 + - *726 responses: '204': description: Response @@ -105914,7 +105929,7 @@ paths: type: array items: *58 examples: - default: *726 + default: *727 headers: Link: *39 '304': *37 @@ -105956,7 +105971,7 @@ paths: - docker - nuget - container - - *727 + - *728 - *19 - *17 responses: @@ -105968,8 +105983,8 @@ paths: type: array items: *302 examples: - default: *728 - '400': *729 + default: *729 + '400': *730 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105998,7 +106013,7 @@ paths: application/json: schema: *302 examples: - default: &742 + default: &743 value: id: 40201 name: octo-name @@ -106379,7 +106394,7 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: default: value: @@ -106451,9 +106466,9 @@ paths: application/json: schema: type: array - items: *716 + items: *717 examples: - default: *730 + default: *731 headers: Link: *39 '304': *37 @@ -106566,7 +106581,7 @@ paths: type: array items: *63 examples: - default: &737 + default: &738 summary: Default response value: - id: 1296269 @@ -106868,9 +106883,9 @@ paths: description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *386 + default: *387 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -106908,9 +106923,9 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: - default: *731 + default: *732 headers: Link: *39 '304': *37 @@ -106989,7 +107004,7 @@ paths: application/json: schema: type: array - items: &732 + items: &733 title: Social account description: Social media account type: object @@ -107004,7 +107019,7 @@ paths: - provider - url examples: - default: &733 + default: &734 value: - provider: twitter url: https://twitter.com/github @@ -107066,9 +107081,9 @@ paths: application/json: schema: type: array - items: *732 + items: *733 examples: - default: *733 + default: *734 '422': *15 '304': *37 '404': *6 @@ -107155,7 +107170,7 @@ paths: application/json: schema: type: array - items: &734 + items: &735 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -107175,7 +107190,7 @@ paths: - title - created_at examples: - default: &743 + default: &744 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107241,9 +107256,9 @@ paths: description: Response content: application/json: - schema: *734 + schema: *735 examples: - default: &735 + default: &736 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107274,7 +107289,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: - - &736 + - &737 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -107286,9 +107301,9 @@ paths: description: Response content: application/json: - schema: *734 + schema: *735 examples: - default: *735 + default: *736 '404': *6 '304': *37 '403': *29 @@ -107311,7 +107326,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: - - *736 + - *737 responses: '204': description: Response @@ -107340,7 +107355,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: - - &744 + - &745 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 @@ -107365,11 +107380,11 @@ paths: type: array items: *63 examples: - default-response: *737 + default-response: *738 application/vnd.github.v3.star+json: schema: type: array - items: &745 + items: &746 title: Starred Repository description: Starred Repository type: object @@ -107525,8 +107540,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: - - *371 - *372 + - *373 responses: '204': description: Response if this repository is starred by you @@ -107554,8 +107569,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: - - *371 - *372 + - *373 responses: '204': description: Response @@ -107579,8 +107594,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: - - *371 - *372 + - *373 responses: '204': description: Response @@ -107652,7 +107667,7 @@ paths: application/json: schema: type: array - items: *352 + items: *353 examples: default: value: @@ -107738,10 +107753,10 @@ paths: application/json: schema: oneOf: + - *710 - *709 - - *708 examples: - default-response: &739 + default-response: &740 summary: Default response value: login: octocat @@ -107776,7 +107791,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &740 + response-with-git-hub-plan-information: &741 summary: Response with GitHub plan information value: login: octocat @@ -107836,7 +107851,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *738 + - *739 - *17 responses: '200': @@ -107885,11 +107900,11 @@ paths: application/json: schema: oneOf: + - *710 - *709 - - *708 examples: - default-response: *739 - response-with-git-hub-plan-information: *740 + default-response: *740 + response-with-git-hub-plan-information: *741 '404': *6 x-github: githubCloudOnly: false @@ -107965,7 +107980,7 @@ paths: bundle_url: type: string examples: - default: *424 + default: *425 '201': description: Response content: @@ -108006,7 +108021,7 @@ paths: type: array items: *302 examples: - default: *728 + default: *729 '403': *29 '401': *25 x-github: @@ -108410,9 +108425,9 @@ paths: application/json: schema: type: array - items: *717 + items: *718 examples: - default: *741 + default: *742 headers: Link: *39 x-github: @@ -108516,7 +108531,7 @@ paths: application/json: schema: *22 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108594,7 +108609,7 @@ paths: type: array items: *58 examples: - default: *726 + default: *727 headers: Link: *39 x-github: @@ -108633,7 +108648,7 @@ paths: - docker - nuget - container - - *727 + - *728 - *219 - *19 - *17 @@ -108646,10 +108661,10 @@ paths: type: array items: *302 examples: - default: *728 + default: *729 '403': *29 '401': *25 - '400': *729 + '400': *730 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108679,7 +108694,7 @@ paths: application/json: schema: *302 examples: - default: *742 + default: *743 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108965,7 +108980,7 @@ paths: application/json: schema: type: array - items: *317 + items: *318 examples: default: value: @@ -109278,9 +109293,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109308,9 +109323,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *345 + default: *346 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109338,9 +109353,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109368,9 +109383,9 @@ paths: application/json: schema: type: array - items: *732 + items: *733 examples: - default: *733 + default: *734 headers: Link: *39 x-github: @@ -109400,9 +109415,9 @@ paths: application/json: schema: type: array - items: *734 + items: *735 examples: - default: *743 + default: *744 headers: Link: *39 x-github: @@ -109427,7 +109442,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *219 - - *744 + - *745 - *86 - *17 - *19 @@ -109439,11 +109454,11 @@ paths: schema: anyOf: - type: array - items: *745 + items: *746 - type: array items: *63 examples: - default-response: *737 + default-response: *738 headers: Link: *39 x-github: @@ -109602,7 +109617,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &746 + enterprise: &747 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -109660,7 +109675,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &747 + installation: &748 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -109679,7 +109694,7 @@ x-webhooks: required: - id - node_id - organization: &748 + organization: &749 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -109739,13 +109754,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &749 + repository: &750 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: &786 + properties: &787 id: description: Unique identifier of the repository example: 42 @@ -110428,7 +110443,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &787 + required: &788 - archive_url - assignees_url - blobs_url @@ -110579,10 +110594,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -110658,11 +110673,11 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - rule: &750 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + rule: &751 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) @@ -110885,11 +110900,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - rule: *750 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + rule: *751 sender: *4 required: - action @@ -111072,11 +111087,11 @@ x-webhooks: - everyone required: - from - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - rule: *750 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + rule: *751 sender: *4 required: - action @@ -111149,7 +111164,7 @@ x-webhooks: required: true content: application/json: - schema: &753 + schema: &754 title: Exemption request cancellation event type: object properties: @@ -111157,11 +111172,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - exemption_request: &751 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + exemption_request: &752 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -111351,7 +111366,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &752 + items: &753 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -111461,7 +111476,7 @@ x-webhooks: required: true content: application/json: - schema: &754 + schema: &755 title: Exemption request completed event type: object properties: @@ -111469,11 +111484,11 @@ x-webhooks: type: string enum: - completed - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - exemption_request: *751 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + exemption_request: *752 sender: *4 required: - action @@ -111545,7 +111560,7 @@ x-webhooks: required: true content: application/json: - schema: &755 + schema: &756 title: Exemption request created event type: object properties: @@ -111553,11 +111568,11 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - exemption_request: *751 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + exemption_request: *752 sender: *4 required: - action @@ -111629,7 +111644,7 @@ x-webhooks: required: true content: application/json: - schema: &756 + schema: &757 title: Exemption response dismissed event type: object properties: @@ -111637,12 +111652,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - exemption_request: *751 - exemption_response: *752 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + exemption_request: *752 + exemption_response: *753 sender: *4 required: - action @@ -111716,7 +111731,7 @@ x-webhooks: required: true content: application/json: - schema: &757 + schema: &758 title: Exemption response submitted event type: object properties: @@ -111724,12 +111739,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - exemption_request: *751 - exemption_response: *752 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + exemption_request: *752 + exemption_response: *753 sender: *4 required: - action @@ -111802,7 +111817,7 @@ x-webhooks: required: true content: application/json: - schema: *753 + schema: *754 responses: '200': description: Return a 200 status to indicate that the data was received @@ -111869,7 +111884,7 @@ x-webhooks: required: true content: application/json: - schema: *754 + schema: *755 responses: '200': description: Return a 200 status to indicate that the data was received @@ -111936,7 +111951,7 @@ x-webhooks: required: true content: application/json: - schema: *755 + schema: *756 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112003,7 +112018,7 @@ x-webhooks: required: true content: application/json: - schema: *756 + schema: *757 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112071,7 +112086,7 @@ x-webhooks: required: true content: application/json: - schema: *757 + schema: *758 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112149,7 +112164,7 @@ x-webhooks: type: string enum: - completed - check_run: &759 + check_run: &760 title: CheckRun description: A check performed on the code of a given code change type: object @@ -112212,7 +112227,7 @@ x-webhooks: type: string pull_requests: type: array - items: *443 + items: *444 repository: *197 status: example: completed @@ -112250,7 +112265,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *758 + deployment: *759 details_url: example: https://example.com type: string @@ -112300,7 +112315,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *443 + items: *444 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -112335,9 +112350,9 @@ x-webhooks: - output - app - pull_requests - installation: *747 - organization: *748 - repository: *749 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - check_run @@ -112730,10 +112745,10 @@ x-webhooks: type: string enum: - created - check_run: *759 - installation: *747 - organization: *748 - repository: *749 + check_run: *760 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - check_run @@ -113129,10 +113144,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *759 - installation: *747 - organization: *748 - repository: *749 + check_run: *760 + installation: *748 + organization: *749 + repository: *750 requested_action: description: The action requested by the user. type: object @@ -113537,10 +113552,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *759 - installation: *747 - organization: *748 - repository: *749 + check_run: *760 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - check_run @@ -114517,10 +114532,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -115190,10 +115205,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -115857,10 +115872,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -116023,7 +116038,7 @@ x-webhooks: required: - login - id - dismissed_comment: *456 + dismissed_comment: *457 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -116168,20 +116183,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &760 + commit_oid: &761 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: *746 - installation: *747 - organization: *748 - ref: &761 + enterprise: *747 + installation: *748 + organization: *749 + ref: &762 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: *749 + repository: *750 sender: *4 required: - action @@ -116343,7 +116358,7 @@ x-webhooks: required: - login - id - dismissed_comment: *456 + dismissed_comment: *457 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -116573,12 +116588,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *760 - enterprise: *746 - installation: *747 - organization: *748 - ref: *761 - repository: *749 + commit_oid: *761 + enterprise: *747 + installation: *748 + organization: *749 + ref: *762 + repository: *750 sender: *4 required: - action @@ -116673,7 +116688,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *456 + dismissed_comment: *457 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -116841,12 +116856,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *760 - enterprise: *746 - installation: *747 - organization: *748 - ref: *761 - repository: *749 + commit_oid: *761 + enterprise: *747 + installation: *748 + organization: *749 + ref: *762 + repository: *750 sender: *4 required: - action @@ -117009,7 +117024,7 @@ x-webhooks: required: - login - id - dismissed_comment: *456 + dismissed_comment: *457 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -117175,12 +117190,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *760 - enterprise: *746 - installation: *747 - organization: *748 - ref: *761 - repository: *749 + commit_oid: *761 + enterprise: *747 + installation: *748 + organization: *749 + ref: *762 + repository: *750 sender: *4 required: - action @@ -117277,7 +117292,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *456 + dismissed_comment: *457 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117445,16 +117460,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 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: *749 + repository: *750 sender: *4 required: - action @@ -117548,7 +117563,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *456 + dismissed_comment: *457 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117688,12 +117703,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *760 - enterprise: *746 - installation: *747 - organization: *748 - ref: *761 - repository: *749 + commit_oid: *761 + enterprise: *747 + installation: *748 + organization: *749 + ref: *762 + repository: *750 sender: *4 required: - action @@ -117950,10 +117965,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -118033,18 +118048,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *748 - pusher_type: &762 + organization: *749 + pusher_type: &763 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &763 + ref: &764 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -118054,7 +118069,7 @@ x-webhooks: enum: - tag - branch - repository: *749 + repository: *750 sender: *4 required: - ref @@ -118137,9 +118152,9 @@ x-webhooks: enum: - created definition: *114 - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 sender: *4 required: - action @@ -118224,9 +118239,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 sender: *4 required: - action @@ -118304,9 +118319,9 @@ x-webhooks: enum: - updated definition: *114 - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 sender: *4 required: - action @@ -118383,19 +118398,19 @@ x-webhooks: type: string enum: - updated - enterprise: *746 - installation: *747 - repository: *749 - organization: *748 + enterprise: *747 + installation: *748 + repository: *750 + organization: *749 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *319 + items: *320 old_property_values: type: array description: The old custom property values for the repository. - items: *319 + items: *320 required: - action - repository @@ -118471,18 +118486,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *746 - installation: *747 - organization: *748 - pusher_type: *762 - ref: *763 + enterprise: *747 + installation: *748 + organization: *749 + pusher_type: *763 + ref: *764 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *749 + repository: *750 sender: *4 required: - ref @@ -118566,11 +118581,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *513 - installation: *747 - organization: *748 - enterprise: *746 - repository: *749 + alert: *514 + installation: *748 + organization: *749 + enterprise: *747 + repository: *750 sender: *4 required: - action @@ -118654,11 +118669,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *513 - installation: *747 - organization: *748 - enterprise: *746 - repository: *749 + alert: *514 + installation: *748 + organization: *749 + enterprise: *747 + repository: *750 sender: *4 required: - action @@ -118742,11 +118757,11 @@ x-webhooks: type: string enum: - created - alert: *513 - installation: *747 - organization: *748 - enterprise: *746 - repository: *749 + alert: *514 + installation: *748 + organization: *749 + enterprise: *747 + repository: *750 sender: *4 required: - action @@ -118828,11 +118843,11 @@ x-webhooks: type: string enum: - dismissed - alert: *513 - installation: *747 - organization: *748 - enterprise: *746 - repository: *749 + alert: *514 + installation: *748 + organization: *749 + enterprise: *747 + repository: *750 sender: *4 required: - action @@ -118914,11 +118929,11 @@ x-webhooks: type: string enum: - fixed - alert: *513 - installation: *747 - organization: *748 - enterprise: *746 - repository: *749 + alert: *514 + installation: *748 + organization: *749 + enterprise: *747 + repository: *750 sender: *4 required: - action @@ -119001,11 +119016,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *513 - installation: *747 - organization: *748 - enterprise: *746 - repository: *749 + alert: *514 + installation: *748 + organization: *749 + enterprise: *747 + repository: *750 sender: *4 required: - action @@ -119087,11 +119102,11 @@ x-webhooks: type: string enum: - reopened - alert: *513 - installation: *747 - organization: *748 - enterprise: *746 - repository: *749 + alert: *514 + installation: *748 + organization: *749 + enterprise: *747 + repository: *750 sender: *4 required: - action @@ -119168,9 +119183,9 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - key: &764 + enterprise: *747 + installation: *748 + key: &765 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -119206,8 +119221,8 @@ x-webhooks: - verified - created_at - read_only - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -119284,11 +119299,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - key: *764 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + key: *765 + organization: *749 + repository: *750 sender: *4 required: - action @@ -119849,12 +119864,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - workflow: &768 + workflow: &769 title: Workflow type: object nullable: true @@ -120580,13 +120595,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *519 + deployment: *520 pull_requests: type: array - items: *604 - repository: *749 - organization: *748 - installation: *747 + items: *605 + repository: *750 + organization: *749 + installation: *748 sender: *4 responses: '200': @@ -120657,7 +120672,7 @@ x-webhooks: type: string enum: - approved - approver: &765 + approver: &766 type: object properties: avatar_url: @@ -120700,11 +120715,11 @@ x-webhooks: type: string comment: type: string - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - reviewers: &766 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + reviewers: &767 type: array items: type: object @@ -120783,7 +120798,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &767 + workflow_job_run: &768 type: object properties: conclusion: @@ -121514,18 +121529,18 @@ x-webhooks: type: string enum: - rejected - approver: *765 + approver: *766 comment: type: string - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - reviewers: *766 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + reviewers: *767 sender: *4 since: type: string - workflow_job_run: *767 + workflow_job_run: *768 workflow_job_runs: type: array items: @@ -122229,13 +122244,13 @@ x-webhooks: type: string enum: - requested - enterprise: *746 + enterprise: *747 environment: type: string - installation: *747 - organization: *748 - repository: *749 - requestor: &773 + installation: *748 + organization: *749 + repository: *750 + requestor: &774 title: User type: object nullable: true @@ -124134,12 +124149,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - workflow: *768 + workflow: *769 workflow_run: title: Deployment Workflow Run type: object @@ -124819,7 +124834,7 @@ x-webhooks: type: string enum: - answered - answer: &771 + answer: &772 type: object properties: author_association: @@ -124976,7 +124991,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &769 + discussion: &770 title: Discussion description: A Discussion in a repository. type: object @@ -125262,7 +125277,7 @@ x-webhooks: - id labels: type: array - items: *566 + items: *567 required: - repository_url - category @@ -125284,10 +125299,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -125414,11 +125429,11 @@ x-webhooks: - from required: - category - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -125501,11 +125516,11 @@ x-webhooks: type: string enum: - closed - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -125587,7 +125602,7 @@ x-webhooks: type: string enum: - created - comment: &770 + comment: &771 type: object properties: author_association: @@ -125744,11 +125759,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -125831,12 +125846,12 @@ x-webhooks: type: string enum: - deleted - comment: *770 - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + comment: *771 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -125931,12 +125946,12 @@ x-webhooks: - from required: - body - comment: *770 - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + comment: *771 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126020,11 +126035,11 @@ x-webhooks: type: string enum: - created - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126106,11 +126121,11 @@ x-webhooks: type: string enum: - deleted - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126210,11 +126225,11 @@ x-webhooks: type: string required: - from - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126296,10 +126311,10 @@ x-webhooks: type: string enum: - labeled - discussion: *769 - enterprise: *746 - installation: *747 - label: &772 + discussion: *770 + enterprise: *747 + installation: *748 + label: &773 title: Label type: object properties: @@ -126331,8 +126346,8 @@ x-webhooks: - color - default - description - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126415,11 +126430,11 @@ x-webhooks: type: string enum: - locked - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126501,11 +126516,11 @@ x-webhooks: type: string enum: - pinned - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126587,11 +126602,11 @@ x-webhooks: type: string enum: - reopened - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126676,16 +126691,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *769 - new_repository: *749 + new_discussion: *770 + new_repository: *750 required: - new_discussion - new_repository - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126768,10 +126783,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *769 - old_answer: *771 - organization: *748 - repository: *749 + discussion: *770 + old_answer: *772 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126853,12 +126868,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *769 - enterprise: *746 - installation: *747 - label: *772 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + label: *773 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126941,11 +126956,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -127027,11 +127042,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -127103,7 +127118,7 @@ x-webhooks: required: true content: application/json: - schema: *753 + schema: *754 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127169,7 +127184,7 @@ x-webhooks: required: true content: application/json: - schema: *754 + schema: *755 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127235,7 +127250,7 @@ x-webhooks: required: true content: application/json: - schema: *755 + schema: *756 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127301,7 +127316,7 @@ x-webhooks: required: true content: application/json: - schema: *756 + schema: *757 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127367,7 +127382,7 @@ x-webhooks: required: true content: application/json: - schema: *757 + schema: *758 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127434,7 +127449,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *746 + enterprise: *747 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -128094,9 +128109,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *747 - organization: *748 - repository: *749 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - forkee @@ -128242,9 +128257,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 pages: description: The pages that were updated. type: array @@ -128281,7 +128296,7 @@ x-webhooks: - action - sha - html_url - repository: *749 + repository: *750 sender: *4 required: - pages @@ -128357,10 +128372,10 @@ x-webhooks: type: string enum: - created - enterprise: *746 + enterprise: *747 installation: *22 - organization: *748 - repositories: &774 + organization: *749 + repositories: &775 description: An array of repository objects that the installation can access. type: array @@ -128386,8 +128401,8 @@ x-webhooks: - name - full_name - private - repository: *749 - requester: *773 + repository: *750 + requester: *774 sender: *4 required: - action @@ -128462,11 +128477,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 + enterprise: *747 installation: *22 - organization: *748 - repositories: *774 - repository: *749 + organization: *749 + repositories: *775 + repository: *750 requester: nullable: true sender: *4 @@ -128542,11 +128557,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *746 + enterprise: *747 installation: *22 - organization: *748 - repositories: *774 - repository: *749 + organization: *749 + repositories: *775 + repository: *750 requester: nullable: true sender: *4 @@ -128622,10 +128637,10 @@ x-webhooks: type: string enum: - added - enterprise: *746 + enterprise: *747 installation: *22 - organization: *748 - repositories_added: &775 + organization: *749 + repositories_added: &776 description: An array of repository objects, which were added to the installation. type: array @@ -128671,15 +128686,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *749 - repository_selection: &776 + repository: *750 + repository_selection: &777 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *773 + requester: *774 sender: *4 required: - action @@ -128758,10 +128773,10 @@ x-webhooks: type: string enum: - removed - enterprise: *746 + enterprise: *747 installation: *22 - organization: *748 - repositories_added: *775 + organization: *749 + repositories_added: *776 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -128788,9 +128803,9 @@ x-webhooks: - name - full_name - private - repository: *749 - repository_selection: *776 - requester: *773 + repository: *750 + repository_selection: *777 + requester: *774 sender: *4 required: - action @@ -128869,11 +128884,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *746 + enterprise: *747 installation: *22 - organization: *748 - repositories: *774 - repository: *749 + organization: *749 + repositories: *775 + repository: *750 requester: nullable: true sender: *4 @@ -129052,10 +129067,10 @@ x-webhooks: type: string required: - from - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 target_type: type: string @@ -129134,11 +129149,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *746 + enterprise: *747 installation: *22 - organization: *748 - repositories: *774 - repository: *749 + organization: *749 + repositories: *775 + repository: *750 requester: nullable: true sender: *4 @@ -129390,8 +129405,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -130546,8 +130561,8 @@ x-webhooks: - state - locked - assignee - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -130627,7 +130642,7 @@ x-webhooks: type: string enum: - deleted - comment: &777 + comment: &778 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -130792,8 +130807,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -131946,8 +131961,8 @@ x-webhooks: - state - locked - assignee - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -132027,7 +132042,7 @@ x-webhooks: type: string enum: - edited - changes: &805 + changes: &806 description: The changes to the comment. type: object properties: @@ -132039,9 +132054,9 @@ x-webhooks: type: string required: - from - comment: *777 - enterprise: *746 - installation: *747 + comment: *778 + enterprise: *747 + installation: *748 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -133195,8 +133210,8 @@ x-webhooks: - state - locked - assignee - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -133278,10 +133293,10 @@ x-webhooks: type: string enum: - assigned - assignee: *773 - enterprise: *746 - installation: *747 - issue: &780 + assignee: *774 + enterprise: *747 + installation: *748 + issue: &781 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -134199,8 +134214,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -134280,8 +134295,8 @@ x-webhooks: type: string enum: - closed - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -135339,8 +135354,8 @@ x-webhooks: required: - state - closed_at - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -135419,8 +135434,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -136331,8 +136346,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -136411,8 +136426,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137326,7 +137341,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &778 + milestone: &779 title: Milestone description: A collection of related issues and pull requests. type: object @@ -137464,8 +137479,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -137564,8 +137579,8 @@ x-webhooks: type: string required: - from - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -138483,9 +138498,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *772 - organization: *748 - repository: *749 + label: *773 + organization: *749 + repository: *750 sender: *4 required: - action @@ -138565,8 +138580,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -139483,9 +139498,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *772 - organization: *748 - repository: *749 + label: *773 + organization: *749 + repository: *750 sender: *4 required: - action @@ -139565,8 +139580,8 @@ x-webhooks: type: string enum: - locked - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140484,8 +140499,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -140564,8 +140579,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141477,9 +141492,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *778 - organization: *748 - repository: *749 + milestone: *779 + organization: *749 + repository: *750 sender: *4 required: - action @@ -142940,8 +142955,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143858,8 +143873,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -143939,9 +143954,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *746 - installation: *747 - issue: &779 + enterprise: *747 + installation: *748 + issue: &780 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -144852,8 +144867,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -144932,8 +144947,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145850,8 +145865,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -147313,11 +147328,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *746 - installation: *747 - issue: *779 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + issue: *780 + organization: *749 + repository: *750 sender: *4 required: - action @@ -147398,7 +147413,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &808 + assignee: &809 title: User type: object nullable: true @@ -147468,11 +147483,11 @@ x-webhooks: required: - login - id - enterprise: *746 - installation: *747 - issue: *780 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + issue: *781 + organization: *749 + repository: *750 sender: *4 required: - action @@ -147551,12 +147566,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *746 - installation: *747 - issue: *780 - label: *772 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + issue: *781 + label: *773 + organization: *749 + repository: *750 sender: *4 required: - action @@ -147636,8 +147651,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148553,8 +148568,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -148634,11 +148649,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *746 - installation: *747 - issue: *779 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + issue: *780 + organization: *749 + repository: *750 sender: *4 required: - action @@ -148717,11 +148732,11 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - label: *772 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + label: *773 + organization: *749 + repository: *750 sender: *4 required: - action @@ -148799,11 +148814,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - label: *772 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + label: *773 + organization: *749 + repository: *750 sender: *4 required: - action @@ -148913,11 +148928,11 @@ x-webhooks: type: string required: - from - enterprise: *746 - installation: *747 - label: *772 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + label: *773 + organization: *749 + repository: *750 sender: *4 required: - action @@ -148999,9 +149014,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *746 - installation: *747 - marketplace_purchase: &781 + enterprise: *747 + installation: *748 + marketplace_purchase: &782 title: Marketplace Purchase type: object required: @@ -149084,8 +149099,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *748 - previous_marketplace_purchase: &782 + organization: *749 + previous_marketplace_purchase: &783 title: Marketplace Purchase type: object properties: @@ -149165,7 +149180,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *749 + repository: *750 sender: *4 required: - action @@ -149245,10 +149260,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *746 - installation: *747 - marketplace_purchase: *781 - organization: *748 + enterprise: *747 + installation: *748 + marketplace_purchase: *782 + organization: *749 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -149331,7 +149346,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *749 + repository: *750 sender: *4 required: - action @@ -149413,10 +149428,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *746 - installation: *747 - marketplace_purchase: *781 - organization: *748 + enterprise: *747 + installation: *748 + marketplace_purchase: *782 + organization: *749 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -149498,7 +149513,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *749 + repository: *750 sender: *4 required: - action @@ -149579,8 +149594,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 marketplace_purchase: title: Marketplace Purchase type: object @@ -149662,9 +149677,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *748 - previous_marketplace_purchase: *782 - repository: *749 + organization: *749 + previous_marketplace_purchase: *783 + repository: *750 sender: *4 required: - action @@ -149744,12 +149759,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *746 - installation: *747 - marketplace_purchase: *781 - organization: *748 - previous_marketplace_purchase: *782 - repository: *749 + enterprise: *747 + installation: *748 + marketplace_purchase: *782 + organization: *749 + previous_marketplace_purchase: *783 + repository: *750 sender: *4 required: - action @@ -149851,11 +149866,11 @@ x-webhooks: type: string required: - to - enterprise: *746 - installation: *747 - member: *773 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + member: *774 + organization: *749 + repository: *750 sender: *4 required: - action @@ -149955,11 +149970,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *746 - installation: *747 - member: *773 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + member: *774 + organization: *749 + repository: *750 sender: *4 required: - action @@ -150038,11 +150053,11 @@ x-webhooks: type: string enum: - removed - enterprise: *746 - installation: *747 - member: *773 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + member: *774 + organization: *749 + repository: *750 sender: *4 required: - action @@ -150120,11 +150135,11 @@ x-webhooks: type: string enum: - added - enterprise: *746 - installation: *747 - member: *773 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + member: *774 + organization: *749 + repository: *750 scope: description: The scope of the membership. Currently, can only be `team`. @@ -150200,7 +150215,7 @@ x-webhooks: required: - login - id - team: &783 + team: &784 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -150390,11 +150405,11 @@ x-webhooks: type: string enum: - removed - enterprise: *746 - installation: *747 - member: *773 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + member: *774 + organization: *749 + repository: *750 scope: description: The scope of the membership. Currently, can only be `team`. @@ -150471,7 +150486,7 @@ x-webhooks: required: - login - id - team: *783 + team: *784 required: - action - scope @@ -150553,8 +150568,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *747 - merge_group: &785 + installation: *748 + merge_group: &786 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -150573,15 +150588,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *784 + head_commit: *785 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -150667,10 +150682,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *747 - merge_group: *785 - organization: *748 - repository: *749 + installation: *748 + merge_group: *786 + organization: *749 + repository: *750 sender: *4 required: - action @@ -150743,7 +150758,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 + enterprise: *747 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -150851,16 +150866,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *747 - organization: *748 + installation: *748 + organization: *749 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: *786 - required: *787 + properties: *787 + required: *788 nullable: true sender: *4 required: @@ -150941,11 +150956,11 @@ x-webhooks: type: string enum: - closed - enterprise: *746 - installation: *747 - milestone: *778 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + milestone: *779 + organization: *749 + repository: *750 sender: *4 required: - action @@ -151024,9 +151039,9 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - milestone: &788 + enterprise: *747 + installation: *748 + milestone: &789 title: Milestone description: A collection of related issues and pull requests. type: object @@ -151163,8 +151178,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -151243,11 +151258,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - milestone: *778 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + milestone: *779 + organization: *749 + repository: *750 sender: *4 required: - action @@ -151357,11 +151372,11 @@ x-webhooks: type: string required: - from - enterprise: *746 - installation: *747 - milestone: *778 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + milestone: *779 + organization: *749 + repository: *750 sender: *4 required: - action @@ -151441,11 +151456,11 @@ x-webhooks: type: string enum: - opened - enterprise: *746 - installation: *747 - milestone: *788 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + milestone: *789 + organization: *749 + repository: *750 sender: *4 required: - action @@ -151524,11 +151539,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *773 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + blocked_user: *774 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -151607,11 +151622,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *773 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + blocked_user: *774 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -151690,9 +151705,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - membership: &789 + enterprise: *747 + installation: *748 + membership: &790 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -151784,8 +151799,8 @@ x-webhooks: - role - organization_url - user - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -151863,11 +151878,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *746 - installation: *747 - membership: *789 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + membership: *790 + organization: *749 + repository: *750 sender: *4 required: - action @@ -151946,8 +151961,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -152063,10 +152078,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 - user: *773 + user: *774 required: - action - invitation @@ -152144,11 +152159,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *746 - installation: *747 - membership: *789 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + membership: *790 + organization: *749 + repository: *750 sender: *4 required: - action @@ -152235,11 +152250,11 @@ x-webhooks: properties: from: type: string - enterprise: *746 - installation: *747 - membership: *789 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + membership: *790 + organization: *749 + repository: *750 sender: *4 required: - action @@ -152315,9 +152330,9 @@ x-webhooks: type: string enum: - published - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 package: description: Information about the package. type: object @@ -152816,7 +152831,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &790 + items: &791 title: Ruby Gems metadata type: object properties: @@ -152911,7 +152926,7 @@ x-webhooks: - owner - package_version - registry - repository: *749 + repository: *750 sender: *4 required: - action @@ -152987,9 +153002,9 @@ x-webhooks: type: string enum: - updated - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 package: description: Information about the package. type: object @@ -153342,7 +153357,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *790 + items: *791 source_url: type: string format: uri @@ -153412,7 +153427,7 @@ x-webhooks: - owner - package_version - registry - repository: *749 + repository: *750 sender: *4 required: - action @@ -153589,12 +153604,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *746 + enterprise: *747 id: type: integer - installation: *747 - organization: *748 - repository: *749 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - id @@ -153674,7 +153689,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &791 + personal_access_token_request: &792 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -153820,10 +153835,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *746 - organization: *748 + enterprise: *747 + organization: *749 sender: *4 - installation: *747 + installation: *748 required: - action - personal_access_token_request @@ -153902,11 +153917,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *791 - enterprise: *746 - organization: *748 + personal_access_token_request: *792 + enterprise: *747 + organization: *749 sender: *4 - installation: *747 + installation: *748 required: - action - personal_access_token_request @@ -153984,11 +153999,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *791 - enterprise: *746 - organization: *748 + personal_access_token_request: *792 + enterprise: *747 + organization: *749 sender: *4 - installation: *747 + installation: *748 required: - action - personal_access_token_request @@ -154065,11 +154080,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *791 - organization: *748 - enterprise: *746 + personal_access_token_request: *792 + organization: *749 + enterprise: *747 sender: *4 - installation: *747 + installation: *748 required: - action - personal_access_token_request @@ -154173,7 +154188,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *792 + last_response: *793 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -154205,8 +154220,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 zen: description: Random string of GitHub zen. @@ -154451,10 +154466,10 @@ x-webhooks: - from required: - note - enterprise: *746 - installation: *747 - organization: *748 - project_card: &793 + enterprise: *747 + installation: *748 + organization: *749 + project_card: &794 title: Project Card type: object properties: @@ -154573,7 +154588,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *749 + repository: *750 sender: *4 required: - action @@ -154654,11 +154669,11 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - project_card: *793 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + project_card: *794 + repository: *750 sender: *4 required: - action @@ -154738,9 +154753,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 project_card: title: Project Card type: object @@ -154868,8 +154883,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: *786 - required: *787 + properties: *787 + required: *788 nullable: true sender: *4 required: @@ -154963,11 +154978,11 @@ x-webhooks: - from required: - note - enterprise: *746 - installation: *747 - organization: *748 - project_card: *793 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + project_card: *794 + repository: *750 sender: *4 required: - action @@ -155061,9 +155076,9 @@ x-webhooks: - from required: - column_id - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 project_card: allOf: - title: Project Card @@ -155253,7 +155268,7 @@ x-webhooks: type: string required: - after_id - repository: *749 + repository: *750 sender: *4 required: - action @@ -155333,10 +155348,10 @@ x-webhooks: type: string enum: - closed - enterprise: *746 - installation: *747 - organization: *748 - project: &795 + enterprise: *747 + installation: *748 + organization: *749 + project: &796 title: Project type: object properties: @@ -155460,7 +155475,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *749 + repository: *750 sender: *4 required: - action @@ -155540,10 +155555,10 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - project_column: &794 + enterprise: *747 + installation: *748 + organization: *749 + project_column: &795 title: Project Column type: object properties: @@ -155582,7 +155597,7 @@ x-webhooks: - name - created_at - updated_at - repository: *749 + repository: *750 sender: *4 required: - action @@ -155661,18 +155676,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - organization: *748 - project_column: *794 + enterprise: *747 + installation: *748 + organization: *749 + project_column: *795 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: *786 - required: *787 + properties: *787 + required: *788 nullable: true sender: *4 required: @@ -155762,11 +155777,11 @@ x-webhooks: type: string required: - from - enterprise: *746 - installation: *747 - organization: *748 - project_column: *794 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + project_column: *795 + repository: *750 sender: *4 required: - action @@ -155846,11 +155861,11 @@ x-webhooks: type: string enum: - moved - enterprise: *746 - installation: *747 - organization: *748 - project_column: *794 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + project_column: *795 + repository: *750 sender: *4 required: - action @@ -155930,11 +155945,11 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - project: *795 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + project: *796 + repository: *750 sender: *4 required: - action @@ -156014,18 +156029,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - organization: *748 - project: *795 + enterprise: *747 + installation: *748 + organization: *749 + project: *796 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: *786 - required: *787 + properties: *787 + required: *788 nullable: true sender: *4 required: @@ -156127,11 +156142,11 @@ x-webhooks: type: string required: - from - enterprise: *746 - installation: *747 - organization: *748 - project: *795 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + project: *796 + repository: *750 sender: *4 required: - action @@ -156210,11 +156225,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *746 - installation: *747 - organization: *748 - project: *795 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + project: *796 + repository: *750 sender: *4 required: - action @@ -156295,9 +156310,9 @@ x-webhooks: type: string enum: - closed - installation: *747 - organization: *748 - projects_v2: &796 + installation: *748 + organization: *749 + projects_v2: &797 title: Projects v2 Project description: A projects v2 project type: object @@ -156440,9 +156455,9 @@ x-webhooks: type: string enum: - created - installation: *747 - organization: *748 - projects_v2: *796 + installation: *748 + organization: *749 + projects_v2: *797 sender: *4 required: - action @@ -156523,9 +156538,9 @@ x-webhooks: type: string enum: - deleted - installation: *747 - organization: *748 - projects_v2: *796 + installation: *748 + organization: *749 + projects_v2: *797 sender: *4 required: - action @@ -156642,9 +156657,9 @@ x-webhooks: type: string to: type: string - installation: *747 - organization: *748 - projects_v2: *796 + installation: *748 + organization: *749 + projects_v2: *797 sender: *4 required: - action @@ -156727,7 +156742,7 @@ x-webhooks: type: string enum: - archived - changes: &800 + changes: &801 type: object properties: archived_at: @@ -156741,9 +156756,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *747 - organization: *748 - projects_v2_item: &797 + installation: *748 + organization: *749 + projects_v2_item: &798 title: Projects v2 Item description: An item belonging to a project type: object @@ -156877,9 +156892,9 @@ x-webhooks: nullable: true to: type: string - installation: *747 - organization: *748 - projects_v2_item: *797 + installation: *748 + organization: *749 + projects_v2_item: *798 sender: *4 required: - action @@ -156961,9 +156976,9 @@ x-webhooks: type: string enum: - created - installation: *747 - organization: *748 - projects_v2_item: *797 + installation: *748 + organization: *749 + projects_v2_item: *798 sender: *4 required: - action @@ -157044,9 +157059,9 @@ x-webhooks: type: string enum: - deleted - installation: *747 - organization: *748 - projects_v2_item: *797 + installation: *748 + organization: *749 + projects_v2_item: *798 sender: *4 required: - action @@ -157152,7 +157167,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &798 + - &799 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -157170,7 +157185,7 @@ x-webhooks: required: - id - name - - &799 + - &800 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -157193,8 +157208,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *798 - *799 + - *800 required: - field_value - type: object @@ -157210,9 +157225,9 @@ x-webhooks: nullable: true required: - body - installation: *747 - organization: *748 - projects_v2_item: *797 + installation: *748 + organization: *749 + projects_v2_item: *798 sender: *4 required: - action @@ -157307,9 +157322,9 @@ x-webhooks: to: type: string nullable: true - installation: *747 - organization: *748 - projects_v2_item: *797 + installation: *748 + organization: *749 + projects_v2_item: *798 sender: *4 required: - action @@ -157392,10 +157407,10 @@ x-webhooks: type: string enum: - restored - changes: *800 - installation: *747 - organization: *748 - projects_v2_item: *797 + changes: *801 + installation: *748 + organization: *749 + projects_v2_item: *798 sender: *4 required: - action @@ -157477,9 +157492,9 @@ x-webhooks: type: string enum: - reopened - installation: *747 - organization: *748 - projects_v2: *796 + installation: *748 + organization: *749 + projects_v2: *797 sender: *4 required: - action @@ -157560,9 +157575,9 @@ x-webhooks: type: string enum: - created - installation: *747 - organization: *748 - projects_v2_status_update: &801 + installation: *748 + organization: *749 + projects_v2_status_update: &802 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -157689,9 +157704,9 @@ x-webhooks: type: string enum: - deleted - installation: *747 - organization: *748 - projects_v2_status_update: *801 + installation: *748 + organization: *749 + projects_v2_status_update: *802 sender: *4 required: - action @@ -157827,9 +157842,9 @@ x-webhooks: type: string format: date nullable: true - installation: *747 - organization: *748 - projects_v2_status_update: *801 + installation: *748 + organization: *749 + projects_v2_status_update: *802 sender: *4 required: - action @@ -157900,10 +157915,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - repository @@ -157980,13 +157995,13 @@ x-webhooks: type: string enum: - assigned - assignee: *773 - enterprise: *746 - installation: *747 - number: &802 + assignee: *774 + enterprise: *747 + installation: *748 + number: &803 description: The pull request number. type: integer - organization: *748 + organization: *749 pull_request: title: Pull Request type: object @@ -160269,7 +160284,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 sender: *4 required: - action @@ -160351,11 +160366,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 number: type: integer - organization: *748 + organization: *749 pull_request: title: Pull Request type: object @@ -162633,7 +162648,7 @@ x-webhooks: - draft reason: type: string - repository: *749 + repository: *750 sender: *4 required: - action @@ -162715,11 +162730,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 number: type: integer - organization: *748 + organization: *749 pull_request: title: Pull Request type: object @@ -164997,7 +165012,7 @@ x-webhooks: - draft reason: type: string - repository: *749 + repository: *750 sender: *4 required: - action @@ -165079,13 +165094,13 @@ x-webhooks: type: string enum: - closed - enterprise: *746 - installation: *747 - number: *802 - organization: *748 - pull_request: &803 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 + pull_request: &804 allOf: - - *604 + - *605 - type: object properties: allow_auto_merge: @@ -165147,7 +165162,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *749 + repository: *750 sender: *4 required: - action @@ -165228,12 +165243,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *746 - installation: *747 - number: *802 - organization: *748 - pull_request: *803 - repository: *749 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 + pull_request: *804 + repository: *750 sender: *4 required: - action @@ -165313,11 +165328,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *746 - milestone: *587 - number: *802 - organization: *748 - pull_request: &804 + enterprise: *747 + milestone: *588 + number: *803 + organization: *749 + pull_request: &805 title: Pull Request type: object properties: @@ -167580,7 +167595,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 sender: *4 required: - action @@ -167659,11 +167674,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 number: type: integer - organization: *748 + organization: *749 pull_request: title: Pull Request type: object @@ -169945,7 +169960,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *749 + repository: *750 sender: *4 required: - action @@ -170069,12 +170084,12 @@ x-webhooks: type: string required: - from - enterprise: *746 - installation: *747 - number: *802 - organization: *748 - pull_request: *803 - repository: *749 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 + pull_request: *804 + repository: *750 sender: *4 required: - action @@ -170154,11 +170169,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 number: type: integer - organization: *748 + organization: *749 pull_request: title: Pull Request type: object @@ -172425,7 +172440,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 sender: *4 required: - action @@ -172505,11 +172520,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *746 - installation: *747 - label: *772 - number: *802 - organization: *748 + enterprise: *747 + installation: *748 + label: *773 + number: *803 + organization: *749 pull_request: title: Pull Request type: object @@ -174791,7 +174806,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 sender: *4 required: - action @@ -174872,10 +174887,10 @@ x-webhooks: type: string enum: - locked - enterprise: *746 - installation: *747 - number: *802 - organization: *748 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 pull_request: title: Pull Request type: object @@ -177155,7 +177170,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 sender: *4 required: - action @@ -177235,12 +177250,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *746 - milestone: *587 - number: *802 - organization: *748 - pull_request: *804 - repository: *749 + enterprise: *747 + milestone: *588 + number: *803 + organization: *749 + pull_request: *805 + repository: *750 sender: *4 required: - action @@ -177319,12 +177334,12 @@ x-webhooks: type: string enum: - opened - enterprise: *746 - installation: *747 - number: *802 - organization: *748 - pull_request: *803 - repository: *749 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 + pull_request: *804 + repository: *750 sender: *4 required: - action @@ -177405,12 +177420,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *746 - installation: *747 - number: *802 - organization: *748 - pull_request: *803 - repository: *749 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 + pull_request: *804 + repository: *750 sender: *4 required: - action @@ -177490,12 +177505,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *746 - installation: *747 - number: *802 - organization: *748 - pull_request: *803 - repository: *749 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 + pull_request: *804 + repository: *750 sender: *4 required: - action @@ -177861,9 +177876,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 pull_request: type: object properties: @@ -180033,7 +180048,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *749 + repository: *750 sender: *4 required: - action @@ -180113,7 +180128,7 @@ x-webhooks: type: string enum: - deleted - comment: &806 + comment: &807 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. @@ -180398,9 +180413,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 pull_request: type: object properties: @@ -182558,7 +182573,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *749 + repository: *750 sender: *4 required: - action @@ -182638,11 +182653,11 @@ x-webhooks: type: string enum: - edited - changes: *805 - comment: *806 - enterprise: *746 - installation: *747 - organization: *748 + changes: *806 + comment: *807 + enterprise: *747 + installation: *748 + organization: *749 pull_request: type: object properties: @@ -184803,7 +184818,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *749 + repository: *750 sender: *4 required: - action @@ -184884,9 +184899,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 pull_request: title: Simple Pull Request type: object @@ -187059,7 +187074,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *749 + repository: *750 review: description: The review that was affected. type: object @@ -187302,9 +187317,9 @@ x-webhooks: type: string required: - from - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 pull_request: title: Simple Pull Request type: object @@ -189358,8 +189373,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *749 - review: &807 + repository: *750 + review: &808 description: The review that was affected. type: object properties: @@ -189588,12 +189603,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 number: description: The pull request number. type: integer - organization: *748 + organization: *749 pull_request: title: Pull Request type: object @@ -191876,7 +191891,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 requested_reviewer: title: User type: object @@ -191960,12 +191975,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 number: description: The pull request number. type: integer - organization: *748 + organization: *749 pull_request: title: Pull Request type: object @@ -194255,7 +194270,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 requested_team: title: Team description: Groups of organization members that gives permissions @@ -194447,12 +194462,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 number: description: The pull request number. type: integer - organization: *748 + organization: *749 pull_request: title: Pull Request type: object @@ -196737,7 +196752,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 requested_reviewer: title: User type: object @@ -196822,12 +196837,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 number: description: The pull request number. type: integer - organization: *748 + organization: *749 pull_request: title: Pull Request type: object @@ -199103,7 +199118,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 requested_team: title: Team description: Groups of organization members that gives permissions @@ -199284,9 +199299,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 pull_request: title: Simple Pull Request type: object @@ -201461,8 +201476,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *749 - review: *807 + repository: *750 + review: *808 sender: *4 required: - action @@ -201542,9 +201557,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 pull_request: title: Simple Pull Request type: object @@ -203614,7 +203629,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *749 + repository: *750 sender: *4 thread: type: object @@ -203997,9 +204012,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 pull_request: title: Simple Pull Request type: object @@ -206055,7 +206070,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *749 + repository: *750 sender: *4 thread: type: object @@ -206441,10 +206456,10 @@ x-webhooks: type: string before: type: string - enterprise: *746 - installation: *747 - number: *802 - organization: *748 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 pull_request: title: Pull Request type: object @@ -208715,7 +208730,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 sender: *4 required: - action @@ -208797,11 +208812,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *808 - enterprise: *746 - installation: *747 - number: *802 - organization: *748 + assignee: *809 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 pull_request: title: Pull Request type: object @@ -211084,7 +211099,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 sender: *4 required: - action @@ -211163,11 +211178,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *746 - installation: *747 - label: *772 - number: *802 - organization: *748 + enterprise: *747 + installation: *748 + label: *773 + number: *803 + organization: *749 pull_request: title: Pull Request type: object @@ -213440,7 +213455,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 sender: *4 required: - action @@ -213521,10 +213536,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *746 - installation: *747 - number: *802 - organization: *748 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 pull_request: title: Pull Request type: object @@ -215789,7 +215804,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 sender: *4 required: - action @@ -215989,7 +216004,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *746 + enterprise: *747 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -216081,8 +216096,8 @@ x-webhooks: - url - author - committer - installation: *747 - organization: *748 + installation: *748 + organization: *749 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -216657,9 +216672,9 @@ x-webhooks: type: string enum: - published - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 registry_package: type: object properties: @@ -217105,7 +217120,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *790 + items: *791 summary: type: string tag_name: @@ -217159,7 +217174,7 @@ x-webhooks: - owner - package_version - registry - repository: *749 + repository: *750 sender: *4 required: - action @@ -217237,9 +217252,9 @@ x-webhooks: type: string enum: - updated - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 registry_package: type: object properties: @@ -217547,7 +217562,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *790 + items: *791 summary: type: string tag_name: @@ -217596,7 +217611,7 @@ x-webhooks: - owner - package_version - registry - repository: *749 + repository: *750 sender: *4 required: - action @@ -217673,10 +217688,10 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - release: &809 + enterprise: *747 + installation: *748 + organization: *749 + release: &810 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -217981,7 +217996,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *749 + repository: *750 sender: *4 required: - action @@ -218058,11 +218073,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - organization: *748 - release: *809 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + release: *810 + repository: *750 sender: *4 required: - action @@ -218179,11 +218194,11 @@ x-webhooks: type: boolean required: - to - enterprise: *746 - installation: *747 - organization: *748 - release: *809 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + release: *810 + repository: *750 sender: *4 required: - action @@ -218261,9 +218276,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -218572,7 +218587,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *749 + repository: *750 sender: *4 required: - action @@ -218648,10 +218663,10 @@ x-webhooks: type: string enum: - published - enterprise: *746 - installation: *747 - organization: *748 - release: &810 + enterprise: *747 + installation: *748 + organization: *749 + release: &811 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -218957,7 +218972,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *749 + repository: *750 sender: *4 required: - action @@ -219033,11 +219048,11 @@ x-webhooks: type: string enum: - released - enterprise: *746 - installation: *747 - organization: *748 - release: *809 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + release: *810 + repository: *750 sender: *4 required: - action @@ -219113,11 +219128,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *746 - installation: *747 - organization: *748 - release: *810 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + release: *811 + repository: *750 sender: *4 required: - action @@ -219193,11 +219208,11 @@ x-webhooks: type: string enum: - published - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - repository_advisory: *657 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + repository_advisory: *658 sender: *4 required: - action @@ -219273,11 +219288,11 @@ x-webhooks: type: string enum: - reported - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - repository_advisory: *657 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + repository_advisory: *658 sender: *4 required: - action @@ -219353,10 +219368,10 @@ x-webhooks: type: string enum: - archived - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -219433,10 +219448,10 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -219514,10 +219529,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -219601,10 +219616,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -219716,10 +219731,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -219791,10 +219806,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 status: type: string @@ -219875,10 +219890,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -219955,10 +219970,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -220052,10 +220067,10 @@ x-webhooks: - name required: - repository - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -220135,10 +220150,10 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 repository_ruleset: *128 sender: *4 required: @@ -220217,10 +220232,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 repository_ruleset: *128 sender: *4 required: @@ -220299,10 +220314,10 @@ x-webhooks: type: string enum: - edited - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 repository_ruleset: *128 changes: type: object @@ -220607,10 +220622,10 @@ x-webhooks: - from required: - owner - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -220688,10 +220703,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -220769,7 +220784,7 @@ x-webhooks: type: string enum: - create - alert: &811 + alert: &812 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -220890,10 +220905,10 @@ x-webhooks: type: string enum: - open - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -221099,10 +221114,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -221180,11 +221195,11 @@ x-webhooks: type: string enum: - reopen - alert: *811 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + alert: *812 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -221383,10 +221398,10 @@ x-webhooks: enum: - fixed - open - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -221464,7 +221479,7 @@ x-webhooks: type: string enum: - created - alert: &812 + alert: &813 type: object properties: number: *100 @@ -221575,10 +221590,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -221659,11 +221674,11 @@ x-webhooks: type: string enum: - created - alert: *812 - installation: *747 - location: *813 - organization: *748 - repository: *749 + alert: *813 + installation: *748 + location: *814 + organization: *749 + repository: *750 sender: *4 required: - location @@ -221901,11 +221916,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *812 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + alert: *813 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -221983,11 +221998,11 @@ x-webhooks: type: string enum: - reopened - alert: *812 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + alert: *813 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -222065,11 +222080,11 @@ x-webhooks: type: string enum: - resolved - alert: *812 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + alert: *813 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -222147,11 +222162,11 @@ x-webhooks: type: string enum: - validated - alert: *812 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + alert: *813 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -222277,10 +222292,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *749 - enterprise: *746 - installation: *747 - organization: *748 + repository: *750 + enterprise: *747 + installation: *748 + organization: *749 sender: *4 required: - action @@ -222358,11 +222373,11 @@ x-webhooks: type: string enum: - published - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - security_advisory: &814 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + security_advisory: &815 description: The details of the security advisory, including summary, description, and severity. type: object @@ -222545,11 +222560,11 @@ x-webhooks: type: string enum: - updated - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - security_advisory: *814 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + security_advisory: *815 sender: *4 required: - action @@ -222622,10 +222637,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -222809,11 +222824,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *322 - enterprise: *746 - installation: *747 - organization: *748 - repository: *384 + security_and_analysis: *323 + enterprise: *747 + installation: *748 + organization: *749 + repository: *385 sender: *4 required: - changes @@ -222891,12 +222906,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - sponsorship: &815 + sponsorship: &816 type: object properties: created_at: @@ -223197,12 +223212,12 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - sponsorship: *815 + sponsorship: *816 required: - action - sponsorship @@ -223290,12 +223305,12 @@ x-webhooks: type: string required: - from - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - sponsorship: *815 + sponsorship: *816 required: - action - changes @@ -223372,17 +223387,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &816 + effective_date: &817 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: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - sponsorship: *815 + sponsorship: *816 required: - action - sponsorship @@ -223456,7 +223471,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &817 + changes: &818 type: object properties: tier: @@ -223500,13 +223515,13 @@ x-webhooks: - from required: - tier - effective_date: *816 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + effective_date: *817 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - sponsorship: *815 + sponsorship: *816 required: - action - changes @@ -223583,13 +223598,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *817 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + changes: *818 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - sponsorship: *815 + sponsorship: *816 required: - action - changes @@ -223663,10 +223678,10 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -223749,10 +223764,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -224172,15 +224187,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *746 + enterprise: *747 id: description: The unique identifier of the status. type: integer - installation: *747 + installation: *748 name: type: string - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 sha: description: The Commit SHA. @@ -224295,9 +224310,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *154 - installation: *747 - organization: *748 - repository: *749 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -224387,9 +224402,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *154 - installation: *747 - organization: *748 - repository: *749 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -224479,9 +224494,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *154 - installation: *747 - organization: *748 - repository: *749 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -224571,9 +224586,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *154 - installation: *747 - organization: *748 - repository: *749 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -224650,12 +224665,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - team: &818 + team: &819 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -224845,9 +224860,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 repository: title: Repository description: A git repository @@ -225305,7 +225320,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *818 + team: *819 required: - action - team @@ -225381,9 +225396,9 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 repository: title: Repository description: A git repository @@ -225841,7 +225856,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *818 + team: *819 required: - action - team @@ -225918,9 +225933,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 repository: title: Repository description: A git repository @@ -226378,7 +226393,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *818 + team: *819 required: - action - team @@ -226522,9 +226537,9 @@ x-webhooks: - from required: - permissions - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 repository: title: Repository description: A git repository @@ -226982,7 +226997,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *818 + team: *819 required: - action - changes @@ -227060,9 +227075,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 repository: title: Repository description: A git repository @@ -227520,7 +227535,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *818 + team: *819 required: - action - team @@ -227596,10 +227611,10 @@ x-webhooks: type: string enum: - started - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -227672,16 +227687,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *746 + enterprise: *747 inputs: type: object nullable: true additionalProperties: true - installation: *747 - organization: *748 + installation: *748 + organization: *749 ref: type: string - repository: *749 + repository: *750 sender: *4 workflow: type: string @@ -227763,10 +227778,10 @@ x-webhooks: type: string enum: - completed - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 workflow_job: allOf: @@ -228003,7 +228018,7 @@ x-webhooks: type: string required: - conclusion - deployment: *519 + deployment: *520 required: - action - repository @@ -228082,10 +228097,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 workflow_job: allOf: @@ -228345,7 +228360,7 @@ x-webhooks: required: - status - steps - deployment: *519 + deployment: *520 required: - action - repository @@ -228424,10 +228439,10 @@ x-webhooks: type: string enum: - queued - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 workflow_job: type: object @@ -228562,7 +228577,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *519 + deployment: *520 required: - action - repository @@ -228641,10 +228656,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 workflow_job: type: object @@ -228780,7 +228795,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *519 + deployment: *520 required: - action - repository @@ -228860,12 +228875,12 @@ x-webhooks: type: string enum: - completed - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - workflow: *768 + workflow: *769 workflow_run: title: Workflow Run type: object @@ -229864,12 +229879,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - workflow: *768 + workflow: *769 workflow_run: title: Workflow Run type: object @@ -230853,12 +230868,12 @@ x-webhooks: type: string enum: - requested - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - workflow: *768 + workflow: *769 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index f20c262fa9..8a01eeefd3 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -3154,6 +3154,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -3201,12 +3202,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, @@ -117493,6 +117496,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -117540,12 +117544,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, @@ -142493,6 +142499,20 @@ "type": "string", "format": "date-time" } + }, + { + "name": "token_id", + "description": "The ID of the token", + "in": "query", + "required": false, + "schema": { + "type": "array", + "maxItems": 50, + "items": { + "type": "string" + }, + "example": "token_id[]=1,token_id[]=2" + } } ], "responses": { @@ -144481,6 +144501,20 @@ "type": "string", "format": "date-time" } + }, + { + "name": "token_id", + "description": "The ID of the token", + "in": "query", + "required": false, + "schema": { + "type": "array", + "maxItems": 50, + "items": { + "type": "string" + }, + "example": "token_id[]=1,token_id[]=2" + } } ], "responses": { @@ -271461,7 +271495,7 @@ }, "put": { "summary": "Create or update a repository secret", - "description": "Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin.", "tags": [ "codespaces" ], @@ -271561,7 +271595,7 @@ }, "delete": { "summary": "Delete a repository secret", - "description": "Deletes a development environment secret in a repository using the secret name.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Deletes a development environment secret in a repository using the secret name.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin.", "tags": [ "codespaces" ], @@ -303691,7 +303725,7 @@ }, "post": { "summary": "Create a custom deployment protection rule on an environment", - "description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-app).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/enterprise-cloud@latest//actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", "tags": [ "repos" ], @@ -318442,6 +318476,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -318489,12 +318524,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 7c0d9e7710..7615e61e0c 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -855,7 +855,7 @@ paths: - subscriptions_url - type - url - type: &338 + type: &339 type: string description: The type of credit the user is receiving. enum: @@ -1021,7 +1021,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: - - &659 + - &660 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1609,6 +1609,7 @@ paths: id: description: Unique identifier of the webhook delivery. type: integer + format: int64 example: 42 guid: description: Unique identifier for the event (shared with all @@ -1651,11 +1652,13 @@ paths: description: The id of the GitHub App installation associated with this event. type: integer + format: int64 example: 123 nullable: true repository_id: description: The id of the repository associated with this event. type: integer + format: int64 example: 123 nullable: true throttled_at: @@ -1709,7 +1712,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &669 + schema: &670 title: Scim Error description: Scim Error type: object @@ -2846,7 +2849,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &320 + properties: &321 id: description: Unique identifier of the repository example: 42 @@ -3275,7 +3278,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &321 + required: &322 - archive_url - assignees_url - blobs_url @@ -11252,7 +11255,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &454 + instances_url: &455 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11287,7 +11290,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &455 + dismissed_reason: &456 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -11296,13 +11299,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &456 + dismissed_comment: &457 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &457 + rule: &458 type: object properties: id: @@ -11355,7 +11358,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &458 + tool: &459 type: object properties: name: *87 @@ -11365,15 +11368,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *88 - most_recent_instance: &459 + most_recent_instance: &460 type: object properties: - ref: &452 + ref: &453 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &469 + analysis_key: &470 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11384,7 +11387,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &470 + category: &471 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -14766,7 +14769,7 @@ paths: - unknown - direct - transitive - security_advisory: &511 + security_advisory: &512 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14998,7 +15001,7 @@ paths: nullable: true maxLength: 280 fixed_at: *110 - auto_dismissed_at: &512 + auto_dismissed_at: &513 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -15490,7 +15493,7 @@ paths: - name - created_on examples: - default: &348 + default: &349 value: total_count: 2 network_configurations: @@ -15713,7 +15716,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 - - &349 + - &350 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -15725,7 +15728,7 @@ paths: description: Response content: application/json: - schema: &350 + schema: &351 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -15759,7 +15762,7 @@ paths: - subnet_id - region examples: - default: &351 + default: &352 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -16072,7 +16075,7 @@ paths: required: true content: application/json: - schema: &318 + schema: &319 title: Custom Property Set Payload description: Custom property set payload type: object @@ -16433,7 +16436,7 @@ paths: type: object description: A repository rule. oneOf: - - &621 + - &622 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16445,7 +16448,7 @@ paths: type: string enum: - creation - - &622 + - &623 title: update description: Only allow users with bypass permission to update matching refs. @@ -16466,7 +16469,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &624 + - &625 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -16478,7 +16481,7 @@ paths: type: string enum: - deletion - - &625 + - &626 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16490,7 +16493,7 @@ paths: type: string enum: - required_linear_history - - &626 + - &627 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -16566,7 +16569,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &627 + - &628 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -16590,7 +16593,7 @@ paths: type: string required: - required_deployment_environments - - &628 + - &629 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -16602,7 +16605,7 @@ paths: type: string enum: - required_signatures - - &629 + - &630 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. @@ -16653,7 +16656,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &630 + - &631 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -16700,7 +16703,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &631 + - &632 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -16712,7 +16715,7 @@ paths: type: string enum: - non_fast_forward - - &632 + - &633 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -16748,7 +16751,7 @@ paths: required: - operator - pattern - - &633 + - &634 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -16784,7 +16787,7 @@ paths: required: - operator - pattern - - &634 + - &635 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -16820,7 +16823,7 @@ paths: required: - operator - pattern - - &635 + - &636 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -16856,7 +16859,7 @@ paths: required: - operator - pattern - - &636 + - &637 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -16982,7 +16985,7 @@ paths: maximum: 100 required: - max_file_size - - &637 + - &638 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -17031,7 +17034,7 @@ paths: - repository_id required: - workflows - - &638 + - &639 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -17188,7 +17191,7 @@ paths: nullable: true anyOf: - *121 - - &325 + - &326 title: Organization ruleset conditions type: object description: |- @@ -17469,7 +17472,7 @@ paths: type: string format: date-time examples: - default: &327 + default: &328 value: - version_id: 3 actor: @@ -17522,7 +17525,7 @@ paths: description: Response content: application/json: - schema: &328 + schema: &329 allOf: - *131 - type: object @@ -17577,7 +17580,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *40 - - &329 + - &330 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -17588,7 +17591,7 @@ paths: enum: - open - resolved - - &330 + - &331 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -17598,7 +17601,7 @@ paths: required: false schema: type: string - - &331 + - &332 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -17607,7 +17610,7 @@ paths: required: false schema: type: string - - &332 + - &333 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. @@ -17623,7 +17626,7 @@ paths: - *17 - *84 - *85 - - &333 + - &334 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -17632,7 +17635,7 @@ paths: required: false schema: type: string - - &334 + - &335 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -17641,7 +17644,7 @@ paths: schema: type: boolean default: false - - &335 + - &336 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -17657,7 +17660,7 @@ paths: application/json: schema: type: array - items: &336 + items: &337 type: object properties: number: *100 @@ -17676,14 +17679,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &651 + state: &652 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: &652 + resolution: &653 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -17785,7 +17788,7 @@ paths: is base64 encoded nullable: true examples: - default: &337 + default: &338 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -18048,7 +18051,7 @@ paths: description: Response content: application/json: - schema: &340 + schema: &341 type: object properties: total_minutes_used: @@ -18118,7 +18121,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &341 + default: &342 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -18156,7 +18159,7 @@ paths: description: Success content: application/json: - schema: &342 + schema: &343 type: object properties: total_advanced_security_committers: @@ -18211,7 +18214,7 @@ paths: required: - repositories examples: - default: &343 + default: &344 value: total_advanced_security_committers: 2 total_count: 2 @@ -18450,7 +18453,7 @@ paths: description: Response content: application/json: - schema: &344 + schema: &345 type: object properties: total_gigabytes_bandwidth_used: @@ -18468,7 +18471,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &345 + default: &346 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -18500,7 +18503,7 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 type: object properties: days_left_in_billing_cycle: @@ -18518,7 +18521,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &347 + default: &348 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -19030,7 +19033,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &560 + properties: &561 id: type: integer format: int64 @@ -19141,7 +19144,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &496 + properties: &497 url: type: string format: uri @@ -19211,7 +19214,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &497 + required: &498 - closed_issues - creator - description @@ -19366,7 +19369,7 @@ paths: - total - completed - percent_completed - required: &561 + required: &562 - assignee - closed_at - comments @@ -19388,7 +19391,7 @@ paths: - author_association - created_at - updated_at - comment: &558 + comment: &559 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -19955,7 +19958,7 @@ paths: url: type: string format: uri - user: &708 + user: &709 title: Public User description: Public User type: object @@ -23260,14 +23263,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: - - &371 + - &372 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &372 + - &373 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -23338,7 +23341,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &385 + '301': &386 description: Moved permanently content: application/json: @@ -23360,7 +23363,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &590 + - &591 name: all description: If `true`, show notifications marked as read. in: query @@ -23368,7 +23371,7 @@ paths: schema: type: boolean default: false - - &591 + - &592 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -23378,7 +23381,7 @@ paths: type: boolean default: false - *144 - - &592 + - &593 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: @@ -23690,7 +23693,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &322 + security_and_analysis: &323 nullable: true type: object properties: @@ -23842,7 +23845,7 @@ paths: - url - subscription_url examples: - default: &593 + default: &594 value: - id: '1' repository: @@ -24388,7 +24391,7 @@ paths: type: array items: *58 examples: - default: &726 + default: &727 value: - login: github id: 1 @@ -25321,7 +25324,7 @@ paths: type: integer repository_cache_usages: type: array - items: &390 + items: &391 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -25991,7 +25994,7 @@ paths: type: array items: *63 examples: - default: &720 + default: &721 value: total_count: 1 repositories: @@ -26810,7 +26813,7 @@ paths: type: array items: *197 examples: - default: &711 + default: &712 value: total_count: 1 repositories: @@ -27851,7 +27854,7 @@ paths: description: Response content: application/json: - schema: &410 + schema: &411 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -27880,7 +27883,7 @@ paths: - key_id - key examples: - default: &411 + default: &412 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28293,7 +28296,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *171 - - &395 + - &396 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)." @@ -28906,7 +28909,7 @@ paths: bundle_url: type: string examples: - default: &424 + default: &425 value: attestations: - bundle: @@ -29253,7 +29256,7 @@ paths: application/json: schema: type: array - items: &441 + items: &442 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -29378,7 +29381,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &442 + default: &443 value: - id: 21 number: 42 @@ -29491,7 +29494,7 @@ paths: be returned. in: query required: false - schema: &453 + schema: &454 type: string description: Severity of a code scanning alert. enum: @@ -30491,7 +30494,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &482 + properties: &483 name: type: string description: The name of the machine. @@ -30533,7 +30536,7 @@ paths: - ready - in_progress nullable: true - required: &483 + required: &484 - name - display_name - operating_system @@ -31401,7 +31404,7 @@ paths: - updated_at - visibility examples: - default: &484 + default: &485 value: total_count: 2 secrets: @@ -31439,7 +31442,7 @@ paths: description: Response content: application/json: - schema: &485 + schema: &486 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -31468,7 +31471,7 @@ paths: - key_id - key examples: - default: &486 + default: &487 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31500,7 +31503,7 @@ paths: application/json: schema: *238 examples: - default: &488 + default: &489 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -33249,7 +33252,7 @@ paths: description: Response content: application/json: - schema: &515 + schema: &516 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -33266,7 +33269,7 @@ paths: - key_id - key examples: - default: &516 + default: &517 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33847,7 +33850,7 @@ paths: description: Response content: application/json: - schema: &366 + schema: &367 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -33928,7 +33931,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &367 + default: &368 value: group_id: '123' group_name: Octocat admins @@ -33983,7 +33986,7 @@ paths: description: Response content: application/json: - schema: &364 + schema: &365 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -34020,7 +34023,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &365 + default: &366 value: groups: - group_id: '123' @@ -34178,7 +34181,7 @@ paths: application/json: schema: type: array - items: &323 + items: &324 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -34192,7 +34195,7 @@ paths: - name - description examples: - default: &324 + default: &325 value: - name: add_assignee description: Assign or remove a user @@ -35322,7 +35325,7 @@ paths: application/json: schema: *22 examples: - default: &554 + default: &555 value: id: 1 account: @@ -35547,7 +35550,7 @@ paths: required: true content: application/json: - schema: &555 + schema: &556 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -36166,7 +36169,7 @@ paths: application/json: schema: *290 examples: - default: &481 + default: &482 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -37392,7 +37395,7 @@ paths: parameters: - *171 - *296 - - &725 + - &726 name: repo_name description: repo_name parameter in: path @@ -38407,7 +38410,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &339 + items: &340 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -38698,7 +38701,7 @@ paths: - nuget - container - *171 - - &727 + - &728 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -38739,7 +38742,7 @@ paths: default: *303 '403': *29 '401': *25 - '400': &729 + '400': &730 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -39236,6 +39239,17 @@ paths: schema: type: string format: date-time + - &315 + name: token_id + description: The ID of the token + in: query + required: false + schema: + type: array + maxItems: 50 + items: + type: string + example: token_id[]=1,token_id[]=2 responses: '500': *99 '422': *15 @@ -39571,6 +39585,7 @@ paths: - *312 - *313 - *314 + - *315 responses: '500': *99 '422': *15 @@ -39896,7 +39911,7 @@ paths: type: integer configurations: type: array - items: &315 + items: &316 title: Organization private registry description: Private registry configuration for an organization type: object @@ -40102,7 +40117,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &316 + org-private-registry-with-selected-visibility: &317 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -40202,9 +40217,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 '404': *6 x-github: githubCloudOnly: false @@ -40354,7 +40369,7 @@ paths: application/json: schema: type: array - items: &317 + items: &318 title: Project description: Projects are a way to organize columns and cards of work. @@ -40527,7 +40542,7 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: default: value: @@ -40565,7 +40580,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &382 + '410': &383 description: Gone content: application/json: @@ -40727,7 +40742,7 @@ paths: required: true content: application/json: - schema: *318 + schema: *319 examples: default: value: @@ -40830,7 +40845,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &319 + items: &320 title: Custom Property Value description: Custom property name and associated value type: object @@ -40917,7 +40932,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *319 + items: *320 required: - repository_names - properties @@ -41313,7 +41328,7 @@ paths: description: Response content: application/json: - schema: &384 + schema: &385 title: Full Repository description: Full Repository type: object @@ -41590,8 +41605,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *320 - required: *321 + properties: *321 + required: *322 nullable: true temp_clone_token: type: string @@ -41706,7 +41721,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &503 + properties: &504 url: type: string format: uri @@ -41722,12 +41737,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &504 + required: &505 - url - key - name - html_url - security_and_analysis: *322 + security_and_analysis: *323 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -41811,7 +41826,7 @@ paths: - network_count - subscribers_count examples: - default: &386 + default: &387 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -42337,9 +42352,9 @@ paths: application/json: schema: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -42364,7 +42379,7 @@ paths: - *171 - *17 - *19 - - &639 + - &640 name: targets description: | A comma-separated list of rule targets to filter by. @@ -42455,7 +42470,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *126 - conditions: *325 + conditions: *326 rules: type: array description: An array of rules within the ruleset. @@ -42499,7 +42514,7 @@ paths: application/json: schema: *128 examples: - default: &326 + default: &327 value: id: 21 name: super cool ruleset @@ -42554,7 +42569,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *171 - - &640 + - &641 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 @@ -42566,14 +42581,14 @@ paths: x-multi-segment: true - *226 - *222 - - &641 + - &642 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 - - &642 + - &643 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -42593,7 +42608,7 @@ paths: description: Response content: application/json: - schema: &643 + schema: &644 title: Rule Suites description: Response type: array @@ -42648,7 +42663,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &644 + default: &645 value: - id: 21 actor_id: 12 @@ -42692,7 +42707,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *171 - - &645 + - &646 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -42708,7 +42723,7 @@ paths: description: Response content: application/json: - schema: &646 + schema: &647 title: Rule Suite description: Response type: object @@ -42807,7 +42822,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &647 + default: &648 value: id: 21 actor_id: 12 @@ -42882,7 +42897,7 @@ paths: application/json: schema: *128 examples: - default: *326 + default: *327 '404': *6 '500': *99 put: @@ -42931,7 +42946,7 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *126 - conditions: *325 + conditions: *326 rules: description: An array of rules within the ruleset. type: array @@ -42972,7 +42987,7 @@ paths: application/json: schema: *128 examples: - default: *326 + default: *327 '404': *6 '500': *99 delete: @@ -43031,7 +43046,7 @@ paths: type: array items: *131 examples: - default: *327 + default: *328 '404': *6 '500': *99 x-github: @@ -43068,7 +43083,7 @@ paths: description: Response content: application/json: - schema: *328 + schema: *329 examples: default: value: @@ -43131,14 +43146,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *171 - - *329 - *330 - *331 - *332 + - *333 - *86 - *19 - *17 - - &649 + - &650 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 @@ -43148,7 +43163,7 @@ paths: required: false schema: type: string - - &650 + - &651 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 @@ -43158,9 +43173,9 @@ paths: required: false schema: type: string - - *333 - *334 - *335 + - *336 responses: '200': description: Response @@ -43168,9 +43183,9 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: - default: *337 + default: *338 headers: Link: *39 '404': *6 @@ -43240,7 +43255,7 @@ paths: application/json: schema: type: array - items: &657 + items: &658 description: A repository security advisory. type: object properties: @@ -43460,7 +43475,7 @@ paths: login: type: string description: The username of the user credited. - type: *338 + type: *339 credits_detailed: type: array nullable: true @@ -43470,7 +43485,7 @@ paths: type: object properties: user: *4 - type: *338 + type: *339 state: type: string description: The state of the user's acceptance of the @@ -43531,7 +43546,7 @@ paths: - private_fork additionalProperties: false examples: - default: &658 + default: &659 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -43918,7 +43933,7 @@ paths: application/json: schema: type: array - items: *339 + items: *340 examples: default: *301 x-github: @@ -44005,9 +44020,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44039,9 +44054,9 @@ paths: description: Success content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44069,9 +44084,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *345 + default: *346 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44099,9 +44114,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44141,7 +44156,7 @@ paths: type: array items: *111 examples: - default: *348 + default: *349 headers: Link: *39 x-github: @@ -44342,15 +44357,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: - *171 - - *349 + - *350 responses: '200': description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 headers: Link: *39 x-github: @@ -44388,7 +44403,7 @@ paths: description: Response content: application/json: - schema: &373 + schema: &374 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -44434,7 +44449,7 @@ paths: type: string nullable: true examples: - default: &374 + default: &375 value: groups: - group_id: '123' @@ -44715,7 +44730,7 @@ paths: description: Response content: application/json: - schema: &352 + schema: &353 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -45025,7 +45040,7 @@ paths: - repos_count - organization examples: - default: &353 + default: &354 value: id: 1 node_id: MDQ6VGVhbTE= @@ -45102,9 +45117,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '404': *6 x-github: githubCloudOnly: false @@ -45188,16 +45203,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '201': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '404': *6 '422': *15 '403': *29 @@ -45267,7 +45282,7 @@ paths: application/json: schema: type: array - items: &354 + items: &355 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -45366,7 +45381,7 @@ paths: - updated_at - url examples: - default: &698 + default: &699 value: - author: login: octocat @@ -45475,9 +45490,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: &355 + default: &356 value: author: login: octocat @@ -45551,7 +45566,7 @@ paths: parameters: - *171 - *298 - - &356 + - &357 name: discussion_number description: The number that identifies the discussion. in: path @@ -45563,9 +45578,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45589,7 +45604,7 @@ paths: parameters: - *171 - *298 - - *356 + - *357 requestBody: required: false content: @@ -45612,9 +45627,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: &699 + default: &700 value: author: login: octocat @@ -45686,7 +45701,7 @@ paths: parameters: - *171 - *298 - - *356 + - *357 responses: '204': description: Response @@ -45714,7 +45729,7 @@ paths: parameters: - *171 - *298 - - *356 + - *357 - *86 - *17 - *19 @@ -45725,7 +45740,7 @@ paths: application/json: schema: type: array - items: &357 + items: &358 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -45797,7 +45812,7 @@ paths: - updated_at - url examples: - default: &700 + default: &701 value: - author: login: octocat @@ -45867,7 +45882,7 @@ paths: parameters: - *171 - *298 - - *356 + - *357 requestBody: required: true content: @@ -45889,9 +45904,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: &358 + default: &359 value: author: login: octocat @@ -45959,8 +45974,8 @@ paths: parameters: - *171 - *298 - - *356 - - &359 + - *357 + - &360 name: comment_number description: The number that identifies the comment. in: path @@ -45972,9 +45987,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *358 + default: *359 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45998,8 +46013,8 @@ paths: parameters: - *171 - *298 - - *356 - - *359 + - *357 + - *360 requestBody: required: true content: @@ -46021,9 +46036,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: &701 + default: &702 value: author: login: octocat @@ -46089,8 +46104,8 @@ paths: parameters: - *171 - *298 - - *356 - - *359 + - *357 + - *360 responses: '204': description: Response @@ -46118,8 +46133,8 @@ paths: parameters: - *171 - *298 - - *356 - - *359 + - *357 + - *360 - 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. @@ -46145,7 +46160,7 @@ paths: application/json: schema: type: array - items: &360 + items: &361 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -46188,7 +46203,7 @@ paths: - content - created_at examples: - default: &362 + default: &363 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46240,8 +46255,8 @@ paths: parameters: - *171 - *298 - - *356 - - *359 + - *357 + - *360 requestBody: required: true content: @@ -46274,9 +46289,9 @@ paths: team discussion comment content: application/json: - schema: *360 + schema: *361 examples: - default: &361 + default: &362 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46305,9 +46320,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46332,9 +46347,9 @@ paths: parameters: - *171 - *298 - - *356 - - *359 - - &363 + - *357 + - *360 + - &364 name: reaction_id description: The unique identifier of the reaction. in: path @@ -46368,7 +46383,7 @@ paths: parameters: - *171 - *298 - - *356 + - *357 - 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. @@ -46394,9 +46409,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *362 + default: *363 headers: Link: *39 x-github: @@ -46424,7 +46439,7 @@ paths: parameters: - *171 - *298 - - *356 + - *357 requestBody: required: true content: @@ -46456,16 +46471,16 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '201': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46490,8 +46505,8 @@ paths: parameters: - *171 - *298 - - *356 - - *363 + - *357 + - *364 responses: '204': description: Response @@ -46521,9 +46536,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46566,9 +46581,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -46709,7 +46724,7 @@ paths: description: Response content: application/json: - schema: &368 + schema: &369 title: Team Membership description: Team Membership type: object @@ -46736,7 +46751,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &702 + response-if-user-is-a-team-maintainer: &703 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -46799,9 +46814,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - response-if-users-membership-with-team-is-now-pending: &703 + response-if-users-membership-with-team-is-now-pending: &704 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -46874,7 +46889,7 @@ paths: application/json: schema: type: array - items: &369 + items: &370 title: Team Project description: A team's access to a project. type: object @@ -46942,7 +46957,7 @@ paths: - updated_at - permissions examples: - default: &704 + default: &705 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -47007,7 +47022,7 @@ paths: parameters: - *171 - *298 - - &370 + - &371 name: project_id description: The unique identifier of the project. in: path @@ -47019,9 +47034,9 @@ paths: description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: &705 + default: &706 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -47085,7 +47100,7 @@ paths: parameters: - *171 - *298 - - *370 + - *371 requestBody: required: false content: @@ -47153,7 +47168,7 @@ paths: parameters: - *171 - *298 - - *370 + - *371 responses: '204': description: Response @@ -47224,14 +47239,14 @@ paths: parameters: - *171 - *298 - - *371 - *372 + - *373 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &706 + schema: &707 title: Team Repository description: A team's access to a repository. type: object @@ -47802,8 +47817,8 @@ paths: parameters: - *171 - *298 - - *371 - *372 + - *373 requestBody: required: false content: @@ -47850,8 +47865,8 @@ paths: parameters: - *171 - *298 - - *371 - *372 + - *373 responses: '204': description: Response @@ -47884,9 +47899,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: *374 + default: *375 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -47952,7 +47967,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: default: value: @@ -47997,7 +48012,7 @@ paths: type: array items: *286 examples: - response-if-child-teams-exist: &707 + response-if-child-teams-exist: &708 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -48124,7 +48139,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &375 + - &376 name: card_id description: The unique identifier of the card. in: path @@ -48136,7 +48151,7 @@ paths: description: Response content: application/json: - schema: &376 + schema: &377 title: Project Card description: Project cards represent a scope of work. type: object @@ -48203,7 +48218,7 @@ paths: - created_at - updated_at examples: - default: &377 + default: &378 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -48259,7 +48274,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *375 + - *376 requestBody: required: false content: @@ -48286,9 +48301,9 @@ paths: description: Response content: application/json: - schema: *376 + schema: *377 examples: - default: *377 + default: *378 '304': *37 '403': *29 '401': *25 @@ -48315,7 +48330,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *375 + - *376 responses: '204': description: Response @@ -48359,7 +48374,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *375 + - *376 requestBody: required: true content: @@ -48470,7 +48485,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &378 + - &379 name: column_id description: The unique identifier of the column. in: path @@ -48482,7 +48497,7 @@ paths: description: Response content: application/json: - schema: &379 + schema: &380 title: Project Column description: Project columns contain cards of work. type: object @@ -48528,7 +48543,7 @@ paths: - created_at - updated_at examples: - default: &380 + default: &381 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -48563,7 +48578,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *378 + - *379 requestBody: required: true content: @@ -48587,9 +48602,9 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: - default: *380 + default: *381 '304': *37 '403': *29 '401': *25 @@ -48614,7 +48629,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *378 + - *379 responses: '204': description: Response @@ -48643,7 +48658,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *378 + - *379 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -48664,7 +48679,7 @@ paths: application/json: schema: type: array - items: *376 + items: *377 examples: default: value: @@ -48723,7 +48738,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *378 + - *379 requestBody: required: true content: @@ -48763,9 +48778,9 @@ paths: description: Response content: application/json: - schema: *376 + schema: *377 examples: - default: *377 + default: *378 '304': *37 '403': *29 '401': *25 @@ -48821,7 +48836,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *378 + - *379 requestBody: required: true content: @@ -48881,15 +48896,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *370 + - *371 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: &381 + default: &382 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -48946,7 +48961,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *370 + - *371 requestBody: required: false content: @@ -48992,9 +49007,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *381 + default: *382 '404': description: Not Found if the authenticated user does not have access to the project @@ -49015,7 +49030,7 @@ paths: items: type: string '401': *25 - '410': *382 + '410': *383 '422': *7 x-github: githubCloudOnly: false @@ -49038,7 +49053,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *370 + - *371 responses: '204': description: Delete Success @@ -49059,7 +49074,7 @@ paths: items: type: string '401': *25 - '410': *382 + '410': *383 '404': *6 x-github: githubCloudOnly: false @@ -49083,7 +49098,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *370 + - *371 - 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 @@ -49140,7 +49155,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *370 + - *371 - *219 requestBody: required: false @@ -49193,7 +49208,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *370 + - *371 - *219 responses: '204': @@ -49225,7 +49240,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *370 + - *371 - *219 responses: '200': @@ -49299,7 +49314,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *370 + - *371 - *17 - *19 responses: @@ -49309,7 +49324,7 @@ paths: application/json: schema: type: array - items: *379 + items: *380 examples: default: value: @@ -49347,7 +49362,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *370 + - *371 requestBody: required: true content: @@ -49370,7 +49385,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: default: value: @@ -49434,7 +49449,7 @@ paths: resources: type: object properties: - core: &383 + core: &384 title: Rate Limit type: object properties: @@ -49451,20 +49466,20 @@ paths: - remaining - reset - used - graphql: *383 - search: *383 - code_search: *383 - source_import: *383 - integration_manifest: *383 - code_scanning_upload: *383 - actions_runner_registration: *383 - scim: *383 - dependency_snapshots: *383 - code_scanning_autofix: *383 + graphql: *384 + search: *384 + code_search: *384 + source_import: *384 + integration_manifest: *384 + code_scanning_upload: *384 + actions_runner_registration: *384 + scim: *384 + dependency_snapshots: *384 + code_scanning_autofix: *384 required: - core - search - rate: *383 + rate: *384 required: - rate - resources @@ -49568,14 +49583,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: default-response: summary: Default response @@ -50080,7 +50095,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *385 + '301': *386 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50098,8 +50113,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *371 - *372 + - *373 requestBody: required: false content: @@ -50345,10 +50360,10 @@ paths: description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *386 - '307': &387 + default: *387 + '307': &388 description: Temporary Redirect content: application/json: @@ -50377,8 +50392,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *371 - *372 + - *373 responses: '204': description: Response @@ -50400,7 +50415,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': *387 + '307': *388 '404': *6 x-github: githubCloudOnly: false @@ -50423,11 +50438,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *371 - *372 + - *373 - *17 - *19 - - &402 + - &403 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -50450,7 +50465,7 @@ paths: type: integer artifacts: type: array - items: &388 + items: &389 title: Artifact description: An artifact type: object @@ -50528,7 +50543,7 @@ paths: - expires_at - updated_at examples: - default: &403 + default: &404 value: total_count: 2 artifacts: @@ -50589,9 +50604,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *371 - *372 - - &389 + - *373 + - &390 name: artifact_id description: The unique identifier of the artifact. in: path @@ -50603,7 +50618,7 @@ paths: description: Response content: application/json: - schema: *388 + schema: *389 examples: default: value: @@ -50641,9 +50656,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *371 - *372 - - *389 + - *373 + - *390 responses: '204': description: Response @@ -50667,9 +50682,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *371 - *372 - - *389 + - *373 + - *390 - name: archive_format in: path required: true @@ -50683,7 +50698,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': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50706,14 +50721,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: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -50739,11 +50754,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: - - *371 - *372 + - *373 - *17 - *19 - - &391 + - &392 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 @@ -50777,7 +50792,7 @@ paths: description: Response content: application/json: - schema: &392 + schema: &393 title: Repository actions caches description: Repository actions caches type: object @@ -50819,7 +50834,7 @@ paths: - total_count - actions_caches examples: - default: &393 + default: &394 value: total_count: 1 actions_caches: @@ -50851,23 +50866,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: - - *371 - *372 + - *373 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *391 + - *392 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50887,8 +50902,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: - - *371 - *372 + - *373 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -50919,9 +50934,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: - - *371 - *372 - - &394 + - *373 + - &395 name: job_id description: The unique identifier of the job. in: path @@ -50933,7 +50948,7 @@ paths: description: Response content: application/json: - schema: &406 + schema: &407 title: Job description: Information of a job execution in a workflow run type: object @@ -51240,9 +51255,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: - - *371 - *372 - - *394 + - *373 + - *395 responses: '302': description: Response @@ -51270,9 +51285,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: - - *371 - *372 - - *394 + - *373 + - *395 requestBody: required: false content: @@ -51317,8 +51332,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: - - *371 - *372 + - *373 responses: '200': description: Status response @@ -51368,8 +51383,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -51432,8 +51447,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -51451,7 +51466,7 @@ paths: type: integer secrets: type: array - items: &408 + items: &409 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -51471,7 +51486,7 @@ paths: - created_at - updated_at examples: - default: &409 + default: &410 value: total_count: 2 secrets: @@ -51504,9 +51519,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *371 - *372 - - *395 + - *373 + - *396 - *19 responses: '200': @@ -51523,7 +51538,7 @@ paths: type: integer variables: type: array - items: &412 + items: &413 title: Actions Variable type: object properties: @@ -51553,7 +51568,7 @@ paths: - created_at - updated_at examples: - default: &413 + default: &414 value: total_count: 2 variables: @@ -51586,8 +51601,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -51596,7 +51611,7 @@ paths: schema: type: object properties: - enabled: &396 + enabled: &397 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *48 @@ -51629,8 +51644,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: - - *371 - *372 + - *373 responses: '204': description: Response @@ -51641,7 +51656,7 @@ paths: schema: type: object properties: - enabled: *396 + enabled: *397 allowed_actions: *48 required: - enabled @@ -51672,14 +51687,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: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: &397 + schema: &398 type: object properties: access_level: @@ -51697,7 +51712,7 @@ paths: required: - access_level examples: - default: &398 + default: &399 value: access_level: organization x-github: @@ -51722,15 +51737,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: - - *371 - *372 + - *373 requestBody: required: true content: application/json: - schema: *397 + schema: *398 examples: - default: *398 + default: *399 responses: '204': description: Response @@ -51754,8 +51769,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -51786,8 +51801,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: - - *371 - *372 + - *373 responses: '204': description: Response @@ -51819,8 +51834,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -51849,8 +51864,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: - - *371 - *372 + - *373 responses: '204': description: Success response @@ -51890,8 +51905,8 @@ paths: in: query schema: type: string - - *371 - *372 + - *373 - *17 - *19 responses: @@ -51935,8 +51950,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -51968,8 +51983,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -52043,8 +52058,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: - - *371 - *372 + - *373 responses: '201': description: Response @@ -52080,8 +52095,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: - - *371 - *372 + - *373 responses: '201': description: Response @@ -52111,8 +52126,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: - - *371 - *372 + - *373 - *60 responses: '200': @@ -52142,8 +52157,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: - - *371 - *372 + - *373 - *60 responses: '204': @@ -52169,8 +52184,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: - - *371 - *372 + - *373 - *60 responses: '200': *66 @@ -52195,8 +52210,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: - - *371 - *372 + - *373 - *60 requestBody: required: true @@ -52245,8 +52260,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: - - *371 - *372 + - *373 - *60 requestBody: required: true @@ -52296,8 +52311,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: - - *371 - *372 + - *373 - *60 responses: '200': *204 @@ -52327,8 +52342,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: - - *371 - *372 + - *373 - *60 - *205 responses: @@ -52358,9 +52373,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: - - *371 - *372 - - &416 + - *373 + - &417 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. @@ -52368,7 +52383,7 @@ paths: required: false schema: type: string - - &417 + - &418 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -52376,7 +52391,7 @@ paths: required: false schema: type: string - - &418 + - &419 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -52385,7 +52400,7 @@ paths: required: false schema: type: string - - &419 + - &420 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 @@ -52412,7 +52427,7 @@ paths: - pending - *17 - *19 - - &420 + - &421 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)." @@ -52421,7 +52436,7 @@ paths: schema: type: string format: date-time - - &399 + - &400 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -52430,13 +52445,13 @@ paths: schema: type: boolean default: false - - &421 + - &422 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &422 + - &423 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -52459,7 +52474,7 @@ paths: type: integer workflow_runs: type: array - items: &400 + items: &401 title: Workflow Run description: An invocation of a workflow type: object @@ -52554,7 +52569,7 @@ paths: that triggered the run. type: array nullable: true - items: &443 + items: &444 title: Pull Request Minimal type: object properties: @@ -52673,7 +52688,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &447 + properties: &448 id: type: string description: SHA for the commit @@ -52724,7 +52739,7 @@ paths: - name - email nullable: true - required: &448 + required: &449 - id - tree_id - message @@ -52771,7 +52786,7 @@ paths: - workflow_url - pull_requests examples: - default: &423 + default: &424 value: total_count: 1 workflow_runs: @@ -53007,24 +53022,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *371 - *372 - - &401 + - *373 + - &402 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *399 + - *400 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: &404 + default: &405 value: id: 30433642 name: Build @@ -53265,9 +53280,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *371 - *372 - - *401 + - *373 + - *402 responses: '204': description: Response @@ -53290,9 +53305,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: - - *371 - *372 - - *401 + - *373 + - *402 responses: '200': description: Response @@ -53411,9 +53426,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: - - *371 - *372 - - *401 + - *373 + - *402 responses: '201': description: Response @@ -53446,12 +53461,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *371 - *372 - - *401 + - *373 + - *402 - *17 - *19 - - *402 + - *403 responses: '200': description: Response @@ -53467,9 +53482,9 @@ paths: type: integer artifacts: type: array - items: *388 + items: *389 examples: - default: *403 + default: *404 headers: Link: *39 x-github: @@ -53493,25 +53508,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *371 - *372 - - *401 - - &405 + - *373 + - *402 + - &406 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *399 + - *400 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53534,10 +53549,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: - - *371 - *372 - - *401 - - *405 + - *373 + - *402 + - *406 - *17 - *19 responses: @@ -53555,9 +53570,9 @@ paths: type: integer jobs: type: array - items: *406 + items: *407 examples: - default: &407 + default: &408 value: total_count: 1 jobs: @@ -53670,10 +53685,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *371 - *372 - - *401 - - *405 + - *373 + - *402 + - *406 responses: '302': description: Response @@ -53701,9 +53716,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *371 - *372 - - *401 + - *373 + - *402 responses: '202': description: Response @@ -53736,9 +53751,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: - - *371 - *372 - - *401 + - *373 + - *402 requestBody: required: true content: @@ -53805,9 +53820,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *371 - *372 - - *401 + - *373 + - *402 responses: '202': description: Response @@ -53840,9 +53855,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: - - *371 - *372 - - *401 + - *373 + - *402 - 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 @@ -53872,9 +53887,9 @@ paths: type: integer jobs: type: array - items: *406 + items: *407 examples: - default: *407 + default: *408 headers: Link: *39 x-github: @@ -53899,9 +53914,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *371 - *372 - - *401 + - *373 + - *402 responses: '302': description: Response @@ -53928,9 +53943,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *371 - *372 - - *401 + - *373 + - *402 responses: '204': description: Response @@ -53957,9 +53972,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: - - *371 - *372 - - *401 + - *373 + - *402 responses: '200': description: Response @@ -54019,7 +54034,7 @@ paths: items: type: object properties: - type: &524 + type: &525 type: string description: The type of reviewer. enum: @@ -54104,9 +54119,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: - - *371 - *372 - - *401 + - *373 + - *402 requestBody: required: true content: @@ -54153,7 +54168,7 @@ paths: application/json: schema: type: array - items: &519 + items: &520 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -54259,7 +54274,7 @@ paths: - created_at - updated_at examples: - default: &520 + default: &521 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -54315,9 +54330,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *371 - *372 - - *401 + - *373 + - *402 requestBody: required: false content: @@ -54361,9 +54376,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: - - *371 - *372 - - *401 + - *373 + - *402 requestBody: required: false content: @@ -54417,9 +54432,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *371 - *372 - - *401 + - *373 + - *402 responses: '200': description: Response @@ -54556,8 +54571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -54575,9 +54590,9 @@ paths: type: integer secrets: type: array - items: *408 + items: *409 examples: - default: *409 + default: *410 headers: Link: *39 x-github: @@ -54602,16 +54617,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *411 + default: *412 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54633,17 +54648,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *371 - *372 + - *373 - *207 responses: '200': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: &537 + default: &538 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -54669,8 +54684,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *371 - *372 + - *373 - *207 requestBody: required: true @@ -54728,8 +54743,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *371 - *372 + - *373 - *207 responses: '204': @@ -54755,9 +54770,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *371 - *372 - - *395 + - *373 + - *396 - *19 responses: '200': @@ -54774,9 +54789,9 @@ paths: type: integer variables: type: array - items: *412 + items: *413 examples: - default: *413 + default: *414 headers: Link: *39 x-github: @@ -54799,8 +54814,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -54852,17 +54867,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *371 - *372 + - *373 - *210 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: &538 + default: &539 value: name: USERNAME value: octocat @@ -54888,8 +54903,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *371 - *372 + - *373 - *210 requestBody: required: true @@ -54932,8 +54947,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *371 - *372 + - *373 - *210 responses: '204': @@ -54959,8 +54974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -54978,7 +54993,7 @@ paths: type: integer workflows: type: array - items: &414 + items: &415 title: Workflow description: A GitHub Actions workflow type: object @@ -55085,9 +55100,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *371 - *372 - - &415 + - *373 + - &416 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -55102,7 +55117,7 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: default: value: @@ -55135,9 +55150,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *371 - *372 - - *415 + - *373 + - *416 responses: '204': description: Response @@ -55162,9 +55177,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *371 - *372 - - *415 + - *373 + - *416 responses: '204': description: Response @@ -55215,9 +55230,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *371 - *372 - - *415 + - *373 + - *416 responses: '204': description: Response @@ -55244,19 +55259,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: - - *371 - *372 - - *415 + - *373 - *416 - *417 - *418 - *419 + - *420 - *17 - *19 - - *420 - - *399 - *421 + - *400 - *422 + - *423 responses: '200': description: Response @@ -55272,9 +55287,9 @@ paths: type: integer workflow_runs: type: array - items: *400 + items: *401 examples: - default: *423 + default: *424 headers: Link: *39 x-github: @@ -55307,9 +55322,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *371 - *372 - - *415 + - *373 + - *416 responses: '200': description: Response @@ -55370,8 +55385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *371 - *372 + - *373 - *86 - *17 - *84 @@ -55535,8 +55550,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -55573,8 +55588,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: - - *371 - *372 + - *373 - name: assignee in: path required: true @@ -55610,8 +55625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -55723,8 +55738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *371 - *372 + - *373 - *17 - *84 - *85 @@ -55778,7 +55793,7 @@ paths: bundle_url: type: string examples: - default: *424 + default: *425 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55798,8 +55813,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *371 - *372 + - *373 responses: '200': description: Response @@ -55807,7 +55822,7 @@ paths: application/json: schema: type: array - items: &425 + items: &426 title: Autolink reference description: An autolink reference. type: object @@ -55857,8 +55872,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -55897,9 +55912,9 @@ paths: description: response content: application/json: - schema: *425 + schema: *426 examples: - default: &426 + default: &427 value: id: 1 key_prefix: TICKET- @@ -55930,9 +55945,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: - - *371 - *372 - - &427 + - *373 + - &428 name: autolink_id description: The unique identifier of the autolink. in: path @@ -55944,9 +55959,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *426 + default: *427 '404': *6 x-github: githubCloudOnly: false @@ -55966,9 +55981,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: - - *371 - *372 - - *427 + - *373 + - *428 responses: '204': description: Response @@ -55992,8 +56007,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: - - *371 - *372 + - *373 responses: '200': description: Response if Dependabot is enabled @@ -56041,8 +56056,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *371 - *372 + - *373 responses: '204': description: Response @@ -56063,8 +56078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *371 - *372 + - *373 responses: '204': description: Response @@ -56084,8 +56099,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *371 - *372 + - *373 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -56123,7 +56138,7 @@ paths: - url protected: type: boolean - protection: &429 + protection: &430 title: Branch Protection description: Branch Protection type: object @@ -56165,7 +56180,7 @@ paths: required: - contexts - checks - enforce_admins: &432 + enforce_admins: &433 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -56180,7 +56195,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &434 + required_pull_request_reviews: &435 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -56256,7 +56271,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &431 + restrictions: &432 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -56563,9 +56578,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *371 - *372 - - &430 + - *373 + - &431 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). @@ -56579,14 +56594,14 @@ paths: description: Response content: application/json: - schema: &440 + schema: &441 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &492 + commit: &493 title: Commit description: Commit type: object @@ -56620,7 +56635,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &428 + properties: &429 name: type: string example: '"Chris Wanstrath"' @@ -56635,7 +56650,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *428 + properties: *429 nullable: true message: type: string @@ -56656,7 +56671,7 @@ paths: required: - sha - url - verification: &544 + verification: &545 title: Verification type: object properties: @@ -56726,7 +56741,7 @@ paths: type: integer files: type: array - items: &507 + items: &508 title: Diff Entry description: Diff Entry type: object @@ -56809,7 +56824,7 @@ paths: - self protected: type: boolean - protection: *429 + protection: *430 protection_url: type: string format: uri @@ -56916,7 +56931,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *385 + '301': *386 '404': *6 x-github: githubCloudOnly: false @@ -56938,15 +56953,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response content: application/json: - schema: *429 + schema: *430 examples: default: value: @@ -57140,9 +57155,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: true content: @@ -57397,7 +57412,7 @@ paths: url: type: string format: uri - required_status_checks: &437 + required_status_checks: &438 title: Status Check Policy description: Status Check Policy type: object @@ -57549,7 +57564,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *431 + restrictions: *432 required_conversation_resolution: type: object properties: @@ -57661,9 +57676,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '204': description: Response @@ -57688,17 +57703,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: &433 + default: &434 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -57720,17 +57735,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *433 + default: *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57749,9 +57764,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '204': description: Response @@ -57776,17 +57791,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: &435 + default: &436 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -57882,9 +57897,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: false content: @@ -57982,9 +57997,9 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: *435 + default: *436 '422': *15 x-github: githubCloudOnly: false @@ -58005,9 +58020,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '204': description: Response @@ -58034,17 +58049,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: &436 + default: &437 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -58067,17 +58082,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *436 + default: *437 '404': *6 x-github: githubCloudOnly: false @@ -58097,9 +58112,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '204': description: Response @@ -58124,17 +58139,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: &438 + default: &439 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -58160,9 +58175,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: false content: @@ -58214,9 +58229,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: *438 + default: *439 '404': *6 '422': *15 x-github: @@ -58238,9 +58253,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '204': description: Response @@ -58264,9 +58279,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response @@ -58300,9 +58315,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: false content: @@ -58369,9 +58384,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: false content: @@ -58435,9 +58450,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: content: application/json: @@ -58503,15 +58518,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response content: application/json: - schema: *431 + schema: *432 examples: default: value: @@ -58602,9 +58617,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 responses: '204': description: Response @@ -58627,9 +58642,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: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response @@ -58639,7 +58654,7 @@ paths: type: array items: *5 examples: - default: &439 + default: &440 value: - id: 1 slug: octoapp @@ -58696,9 +58711,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: true content: @@ -58732,7 +58747,7 @@ paths: type: array items: *5 examples: - default: *439 + default: *440 '422': *15 x-github: githubCloudOnly: false @@ -58753,9 +58768,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: true content: @@ -58789,7 +58804,7 @@ paths: type: array items: *5 examples: - default: *439 + default: *440 '422': *15 x-github: githubCloudOnly: false @@ -58810,9 +58825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: true content: @@ -58846,7 +58861,7 @@ paths: type: array items: *5 examples: - default: *439 + default: *440 '422': *15 x-github: githubCloudOnly: false @@ -58868,9 +58883,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: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response @@ -58900,9 +58915,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: false content: @@ -58961,9 +58976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: false content: @@ -59022,9 +59037,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: content: application/json: @@ -59083,9 +59098,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: - - *371 - *372 - - *430 + - *373 + - *431 responses: '200': description: Response @@ -59119,9 +59134,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: true content: @@ -59179,9 +59194,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: true content: @@ -59239,9 +59254,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: true content: @@ -59301,9 +59316,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *371 - *372 - - *430 + - *373 + - *431 requestBody: required: true content: @@ -59325,7 +59340,7 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: default: value: @@ -59439,8 +59454,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *371 - *372 + - *373 - *220 - *221 - *222 @@ -59476,8 +59491,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *371 - *372 + - *373 - name: bypass_request_number in: path required: true @@ -59550,8 +59565,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *371 - *372 + - *373 - *220 - *221 - *222 @@ -59565,9 +59580,9 @@ paths: application/json: schema: type: array - items: *441 + items: *442 examples: - default: *442 + default: *443 '404': *6 '403': *29 '500': *99 @@ -59591,8 +59606,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *371 - *372 + - *373 - name: bypass_request_number in: path required: true @@ -59604,7 +59619,7 @@ paths: description: A single bypass request. content: application/json: - schema: *441 + schema: *442 examples: default: value: @@ -59662,8 +59677,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *371 - *372 + - *373 - name: bypass_request_number in: path required: true @@ -59734,8 +59749,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *371 - *372 + - *373 - name: bypass_response_id in: path required: true @@ -59768,8 +59783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -60048,7 +60063,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &445 title: CheckRun description: A check performed on the code of a given code change type: object @@ -60167,8 +60182,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *443 - deployment: &758 + items: *444 + deployment: &759 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -60448,9 +60463,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *371 - *372 - - &445 + - *373 + - &446 name: check_run_id description: The unique identifier of the check run. in: path @@ -60462,9 +60477,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: &446 + default: &447 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -60564,9 +60579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *371 - *372 - - *445 + - *373 + - *446 requestBody: required: true content: @@ -60806,9 +60821,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *446 + default: *447 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60828,9 +60843,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *371 - *372 - - *445 + - *373 + - *446 - *17 - *19 responses: @@ -60927,9 +60942,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *371 - *372 - - *445 + - *373 + - *446 responses: '201': description: Response @@ -60973,8 +60988,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -60996,7 +61011,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &449 + schema: &450 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -61060,7 +61075,7 @@ paths: nullable: true pull_requests: type: array - items: *443 + items: *444 nullable: true app: title: GitHub app @@ -61082,12 +61097,12 @@ paths: type: string format: date-time nullable: true - head_commit: &784 + head_commit: &785 title: Simple Commit description: A commit. type: object - properties: *447 - required: *448 + properties: *448 + required: *449 latest_check_runs_count: type: integer check_runs_url: @@ -61115,7 +61130,7 @@ paths: - check_runs_url - pull_requests examples: - default: &450 + default: &451 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -61406,9 +61421,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61427,8 +61442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -61737,9 +61752,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *371 - *372 - - &451 + - *373 + - &452 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -61751,9 +61766,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61776,17 +61791,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: - - *371 - *372 - - *451 - - &500 + - *373 + - *452 + - &501 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &501 + - &502 name: status description: Returns check runs with the specified `status`. in: query @@ -61825,9 +61840,9 @@ paths: type: integer check_runs: type: array - items: *444 + items: *445 examples: - default: &502 + default: &503 value: total_count: 1 check_runs: @@ -61929,9 +61944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *371 - *372 - - *451 + - *373 + - *452 responses: '201': description: Response @@ -61964,21 +61979,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: - - *371 - *372 + - *373 - *228 - *229 - *19 - *17 - - &467 + - &468 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: *452 - - &468 + schema: *453 + - &469 name: pr description: The number of the pull request for the results you want to list. in: query @@ -62009,7 +62024,7 @@ paths: be returned. in: query required: false - schema: *453 + schema: *454 responses: '200': description: Response @@ -62025,7 +62040,7 @@ paths: updated_at: *108 url: *105 html_url: *106 - instances_url: *454 + instances_url: *455 state: *89 fixed_at: *110 dismissed_by: @@ -62036,11 +62051,11 @@ paths: required: *21 nullable: true dismissed_at: *109 - dismissed_reason: *455 - dismissed_comment: *456 - rule: *457 - tool: *458 - most_recent_instance: *459 + dismissed_reason: *456 + dismissed_comment: *457 + rule: *458 + tool: *459 + most_recent_instance: *460 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -62163,7 +62178,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &460 + '403': &461 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -62190,9 +62205,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: - - *371 - *372 - - &461 + - *373 + - &462 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -62206,7 +62221,7 @@ paths: description: Response content: application/json: - schema: &462 + schema: &463 type: object properties: number: *100 @@ -62214,7 +62229,7 @@ paths: updated_at: *108 url: *105 html_url: *106 - instances_url: *454 + instances_url: *455 state: *89 fixed_at: *110 dismissed_by: @@ -62225,8 +62240,8 @@ paths: required: *21 nullable: true dismissed_at: *109 - dismissed_reason: *455 - dismissed_comment: *456 + dismissed_reason: *456 + dismissed_comment: *457 rule: type: object properties: @@ -62280,8 +62295,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *458 - most_recent_instance: *459 + tool: *459 + most_recent_instance: *460 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -62377,7 +62392,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *460 + '403': *461 '404': *6 '503': *132 x-github: @@ -62397,9 +62412,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: - - *371 - *372 - - *461 + - *373 + - *462 requestBody: required: true content: @@ -62414,8 +62429,8 @@ paths: enum: - open - dismissed - dismissed_reason: *455 - dismissed_comment: *456 + dismissed_reason: *456 + dismissed_comment: *457 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -62434,7 +62449,7 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: default: value: @@ -62510,7 +62525,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &466 + '403': &467 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -62537,15 +62552,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: - - *371 - *372 - - *461 + - *373 + - *462 responses: '200': description: Response content: application/json: - schema: &463 + schema: &464 type: object properties: status: @@ -62571,13 +62586,13 @@ paths: - description - started_at examples: - default: &464 + default: &465 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &465 + '400': &466 description: Bad Request content: application/json: @@ -62588,7 +62603,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': *460 + '403': *461 '404': *6 '503': *132 x-github: @@ -62613,29 +62628,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: - - *371 - *372 - - *461 + - *373 + - *462 responses: '200': description: OK content: application/json: - schema: *463 + schema: *464 examples: - default: *464 + default: *465 '202': description: Accepted content: application/json: - schema: *463 + schema: *464 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *465 + '400': *466 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -62667,9 +62682,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: - - *371 - *372 - - *461 + - *373 + - *462 requestBody: required: false content: @@ -62714,8 +62729,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *465 - '403': *466 + '400': *466 + '403': *467 '404': *6 '422': description: Unprocessable Entity @@ -62739,13 +62754,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: - - *371 - *372 - - *461 + - *373 + - *462 - *19 - *17 - - *467 - *468 + - *469 responses: '200': description: Response @@ -62753,7 +62768,7 @@ paths: application/json: schema: type: array - items: *459 + items: *460 examples: default: value: @@ -62792,7 +62807,7 @@ paths: end_column: 50 classifications: - source - '403': *460 + '403': *461 '404': *6 '503': *132 x-github: @@ -62826,25 +62841,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: - - *371 - *372 + - *373 - *228 - *229 - *19 - *17 - - *468 + - *469 - 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: *452 + schema: *453 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &471 + schema: &472 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -62865,23 +62880,23 @@ paths: application/json: schema: type: array - items: &472 + items: &473 type: object properties: - ref: *452 - commit_sha: &480 + ref: *453 + commit_sha: &481 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: *469 + analysis_key: *470 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *470 + category: *471 error: type: string example: error reading field xyz @@ -62905,8 +62920,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *471 - tool: *458 + sarif_id: *472 + tool: *459 deletable: type: boolean warning: @@ -62967,7 +62982,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *460 + '403': *461 '404': *6 '503': *132 x-github: @@ -63003,8 +63018,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: - - *371 - *372 + - *373 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63017,7 +63032,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: response: summary: application/json response @@ -63071,7 +63086,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *460 + '403': *461 '404': *6 '503': *132 x-github: @@ -63153,8 +63168,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: - - *371 - *372 + - *373 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63207,7 +63222,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': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -63229,8 +63244,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -63238,7 +63253,7 @@ paths: application/json: schema: type: array - items: &473 + items: &474 title: CodeQL Database description: A CodeQL database. type: object @@ -63349,7 +63364,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': *460 + '403': *461 '404': *6 '503': *132 x-github: @@ -63378,8 +63393,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: - - *371 - *372 + - *373 - name: language in: path description: The language of the CodeQL database. @@ -63391,7 +63406,7 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: default: value: @@ -63423,9 +63438,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': &509 + '302': &510 description: Found - '403': *460 + '403': *461 '404': *6 '503': *132 x-github: @@ -63447,8 +63462,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *371 - *372 + - *373 - name: language in: path description: The language of the CodeQL database. @@ -63458,7 +63473,7 @@ paths: responses: '204': description: Response - '403': *466 + '403': *467 '404': *6 '503': *132 x-github: @@ -63486,8 +63501,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -63496,7 +63511,7 @@ paths: type: object additionalProperties: false properties: - language: &474 + language: &475 type: string description: The language targeted by the CodeQL query enum: @@ -63574,7 +63589,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &478 + schema: &479 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -63584,7 +63599,7 @@ paths: description: The ID of the variant analysis. controller_repo: *96 actor: *4 - query_language: *474 + query_language: *475 query_pack_url: type: string description: The download url for the query pack. @@ -63631,7 +63646,7 @@ paths: items: type: object properties: - repository: &475 + repository: &476 title: Repository Identifier description: Repository Identifier type: object @@ -63667,7 +63682,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &479 + analysis_status: &480 type: string description: The new status of the CodeQL variant analysis repository task. @@ -63699,7 +63714,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &476 + access_mismatch_repos: &477 type: object properties: repository_count: @@ -63713,7 +63728,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: *475 + items: *476 required: - repository_count - repositories @@ -63735,8 +63750,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *476 - over_limit_repos: *476 + no_codeql_db_repos: *477 + over_limit_repos: *477 required: - access_mismatch_repos - not_found_repos @@ -63752,7 +63767,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &477 + value: &478 summary: Default response value: id: 1 @@ -63904,10 +63919,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *477 + value: *478 repository_lists: summary: Response for a successful variant analysis submission - value: *477 + value: *478 '404': *6 '422': description: Unable to process variant analysis submission @@ -63935,8 +63950,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: - - *371 - *372 + - *373 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -63948,9 +63963,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *477 + default: *478 '404': *6 '503': *132 x-github: @@ -63973,7 +63988,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: - - *371 + - *372 - name: repo in: path description: The name of the controller repository. @@ -64008,7 +64023,7 @@ paths: type: object properties: repository: *96 - analysis_status: *479 + analysis_status: *480 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -64133,8 +64148,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -64208,7 +64223,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *460 + '403': *461 '404': *6 '503': *132 x-github: @@ -64229,8 +64244,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -64312,7 +64327,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *466 + '403': *467 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -64377,8 +64392,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -64386,7 +64401,7 @@ paths: schema: type: object properties: - commit_sha: *480 + commit_sha: *481 ref: type: string description: |- @@ -64444,7 +64459,7 @@ paths: schema: type: object properties: - id: *471 + id: *472 url: type: string description: The REST API URL for checking the status of the upload. @@ -64458,7 +64473,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': *466 + '403': *467 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -64481,8 +64496,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: - - *371 - *372 + - *373 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -64528,7 +64543,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': *460 + '403': *461 '404': description: Not Found if the sarif id does not match any upload '503': *132 @@ -64553,8 +64568,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -64635,8 +64650,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *371 - *372 + - *373 - 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 @@ -64756,8 +64771,8 @@ paths: parameters: - *17 - *19 - - *371 - *372 + - *373 responses: '200': description: Response @@ -65071,8 +65086,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -65137,7 +65152,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -65145,7 +65160,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '400': *14 '401': *25 '403': *29 @@ -65174,8 +65189,8 @@ paths: parameters: - *17 - *19 - - *371 - *372 + - *373 responses: '200': description: Response @@ -65239,8 +65254,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: - - *371 - *372 + - *373 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -65275,14 +65290,14 @@ paths: type: integer machines: type: array - items: &714 + items: &715 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *482 - required: *483 + properties: *483 + required: *484 examples: - default: &715 + default: &716 value: total_count: 2 machines: @@ -65322,8 +65337,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *371 - *372 + - *373 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -65407,8 +65422,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: - - *371 - *372 + - *373 - 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 @@ -65474,8 +65489,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -65493,7 +65508,7 @@ paths: type: integer secrets: type: array - items: &487 + items: &488 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -65513,7 +65528,7 @@ paths: - created_at - updated_at examples: - default: *484 + default: *485 headers: Link: *39 x-github: @@ -65536,16 +65551,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: *486 + default: *487 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65565,17 +65580,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *371 - *372 + - *373 - *207 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65587,7 +65602,7 @@ paths: Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/encrypting-secrets-for-the-rest-api)." - OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin. tags: - codespaces operationId: codespaces/create-or-update-repo-secret @@ -65595,8 +65610,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: - - *371 - *372 + - *373 - *207 requestBody: required: true @@ -65641,7 +65656,7 @@ paths: description: |- Deletes a development environment secret in a repository using the secret name. - OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin. tags: - codespaces operationId: codespaces/delete-repo-secret @@ -65649,8 +65664,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *371 - *372 + - *373 - *207 responses: '204': @@ -65679,8 +65694,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *371 - *372 + - *373 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -65722,7 +65737,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &489 + properties: &490 login: type: string example: octocat @@ -65815,7 +65830,7 @@ paths: user_view_type: type: string example: public - required: &490 + required: &491 - avatar_url - events_url - followers_url @@ -65889,8 +65904,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: - - *371 - *372 + - *373 - *219 responses: '204': @@ -65933,8 +65948,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *371 - *372 + - *373 - *219 requestBody: required: false @@ -65961,7 +65976,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &557 + schema: &558 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -66183,8 +66198,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *371 - *372 + - *373 - *219 responses: '204': @@ -66214,8 +66229,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *371 - *372 + - *373 - *219 responses: '200': @@ -66236,8 +66251,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *489 - required: *490 + properties: *490 + required: *491 nullable: true required: - permission @@ -66292,8 +66307,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -66303,7 +66318,7 @@ paths: application/json: schema: type: array - items: &491 + items: &492 title: Commit Comment description: Commit Comment type: object @@ -66361,7 +66376,7 @@ paths: - created_at - updated_at examples: - default: &494 + default: &495 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66420,17 +66435,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *371 - *372 + - *373 - *153 responses: '200': description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: &495 + default: &496 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66487,8 +66502,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *371 - *372 + - *373 - *153 requestBody: required: true @@ -66511,7 +66526,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: default: value: @@ -66562,8 +66577,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *371 - *372 + - *373 - *153 responses: '204': @@ -66585,8 +66600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *371 - *372 + - *373 - *153 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -66613,9 +66628,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *362 + default: *363 headers: Link: *39 '404': *6 @@ -66636,8 +66651,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *371 - *372 + - *373 - *153 requestBody: required: true @@ -66670,16 +66685,16 @@ paths: description: Reaction exists content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '201': description: Reaction created content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '422': *15 x-github: githubCloudOnly: false @@ -66701,10 +66716,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *371 - *372 + - *373 - *153 - - *363 + - *364 responses: '204': description: Response @@ -66753,8 +66768,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *371 - *372 + - *373 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -66810,9 +66825,9 @@ paths: application/json: schema: type: array - items: *492 + items: *493 examples: - default: &608 + default: &609 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -66906,9 +66921,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *371 - *372 - - &493 + - *373 + - &494 name: commit_sha description: The SHA of the commit. in: path @@ -66980,9 +66995,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *371 - *372 - - *493 + - *373 + - *494 - *17 - *19 responses: @@ -66992,9 +67007,9 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: *494 + default: *495 headers: Link: *39 x-github: @@ -67022,9 +67037,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *371 - *372 - - *493 + - *373 + - *494 requestBody: required: true content: @@ -67059,9 +67074,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *495 + default: *496 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67089,9 +67104,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: - - *371 - *372 - - *493 + - *373 + - *494 - *17 - *19 responses: @@ -67101,7 +67116,7 @@ paths: application/json: schema: type: array - items: &599 + items: &600 title: Pull Request Simple description: Pull Request Simple type: object @@ -67207,8 +67222,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *496 - required: *497 + properties: *497 + required: *498 nullable: true active_lock_reason: type: string @@ -67304,7 +67319,7 @@ paths: _links: type: object properties: - comments: &498 + comments: &499 title: Link description: Hypermedia Link type: object @@ -67313,13 +67328,13 @@ paths: type: string required: - href - commits: *498 - statuses: *498 - html: *498 - issue: *498 - review_comments: *498 - review_comment: *498 - self: *498 + commits: *499 + statuses: *499 + html: *499 + issue: *499 + review_comments: *499 + review_comment: *499 + self: *499 required: - comments - commits @@ -67330,7 +67345,7 @@ paths: - review_comment - self author_association: *141 - auto_merge: &601 + auto_merge: &602 title: Auto merge description: The status of auto merging a pull request. type: object @@ -67393,7 +67408,7 @@ paths: - author_association - auto_merge examples: - default: &600 + default: &601 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -67930,11 +67945,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *371 - *372 + - *373 - *19 - *17 - - &499 + - &500 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)" @@ -67949,9 +67964,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: &586 + default: &587 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -68064,11 +68079,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: - - *371 - *372 - - *499 + - *373 - *500 - *501 + - *502 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -68102,9 +68117,9 @@ paths: type: integer check_runs: type: array - items: *444 + items: *445 examples: - default: *502 + default: *503 headers: Link: *39 x-github: @@ -68129,9 +68144,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: - - *371 - *372 - - *499 + - *373 + - *500 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -68139,7 +68154,7 @@ paths: schema: type: integer example: 1 - - *500 + - *501 - *17 - *19 responses: @@ -68157,7 +68172,7 @@ paths: type: integer check_suites: type: array - items: *449 + items: *450 examples: default: value: @@ -68357,9 +68372,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: - - *371 - *372 - - *499 + - *373 + - *500 - *17 - *19 responses: @@ -68557,9 +68572,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *371 - *372 - - *499 + - *373 + - *500 - *17 - *19 responses: @@ -68569,7 +68584,7 @@ paths: application/json: schema: type: array - items: &662 + items: &663 title: Status description: The status of a commit. type: object @@ -68650,7 +68665,7 @@ paths: site_admin: false headers: Link: *39 - '301': *385 + '301': *386 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68678,8 +68693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *371 - *372 + - *373 responses: '200': description: Response @@ -68708,20 +68723,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &505 + properties: &506 url: type: string format: uri html_url: type: string format: uri - required: &506 + required: &507 - url - html_url nullable: true @@ -68735,26 +68750,26 @@ paths: contributing: title: Community Health File type: object - properties: *505 - required: *506 + properties: *506 + required: *507 nullable: true readme: title: Community Health File type: object - properties: *505 - required: *506 + properties: *506 + required: *507 nullable: true issue_template: title: Community Health File type: object - properties: *505 - required: *506 + properties: *506 + required: *507 nullable: true pull_request_template: title: Community Health File type: object - properties: *505 - required: *506 + properties: *506 + required: *507 nullable: true required: - code_of_conduct @@ -68881,8 +68896,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *371 - *372 + - *373 - *19 - *17 - name: basehead @@ -68925,8 +68940,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *492 - merge_base_commit: *492 + base_commit: *493 + merge_base_commit: *493 status: type: string enum: @@ -68946,10 +68961,10 @@ paths: example: 6 commits: type: array - items: *492 + items: *493 files: type: array - items: *507 + items: *508 required: - url - html_url @@ -69235,8 +69250,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *371 - *372 + - *373 - name: path description: path parameter in: path @@ -69377,7 +69392,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &508 + response-if-content-is-a-file: &509 summary: Response if content is a file value: type: file @@ -69509,7 +69524,7 @@ paths: - size - type - url - - &613 + - &614 title: Content File description: Content File type: object @@ -69710,7 +69725,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *508 + response-if-content-is-a-file: *509 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -69779,7 +69794,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *509 + '302': *510 '304': *37 x-github: githubCloudOnly: false @@ -69802,8 +69817,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *371 - *372 + - *373 - name: path description: path parameter in: path @@ -69896,7 +69911,7 @@ paths: description: Response content: application/json: - schema: &510 + schema: &511 title: File Commit description: File Commit type: object @@ -70048,7 +70063,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: example-for-creating-a-file: value: @@ -70102,7 +70117,7 @@ paths: schema: oneOf: - *3 - - &539 + - &540 description: Repository rule violation was detected type: object properties: @@ -70123,7 +70138,7 @@ paths: items: type: object properties: - placeholder_id: &654 + placeholder_id: &655 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -70155,8 +70170,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *371 - *372 + - *373 - name: path description: path parameter in: path @@ -70217,7 +70232,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -70272,8 +70287,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *371 - *372 + - *373 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -70396,8 +70411,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *371 - *372 + - *373 - *247 - *248 - *249 @@ -70439,7 +70454,7 @@ paths: application/json: schema: type: array - items: &513 + items: &514 type: object description: A Dependabot alert. properties: @@ -70485,7 +70500,7 @@ paths: - unknown - direct - transitive - security_advisory: *511 + security_advisory: *512 security_vulnerability: *104 url: *105 html_url: *106 @@ -70516,7 +70531,7 @@ paths: nullable: true maxLength: 280 fixed_at: *110 - auto_dismissed_at: *512 + auto_dismissed_at: *513 required: - number - state @@ -70746,9 +70761,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *371 - *372 - - &514 + - *373 + - &515 name: alert_number in: path description: |- @@ -70763,7 +70778,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: default: value: @@ -70876,9 +70891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *371 - *372 - - *514 + - *373 + - *515 requestBody: required: true content: @@ -70923,7 +70938,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: default: value: @@ -71052,8 +71067,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -71071,7 +71086,7 @@ paths: type: integer secrets: type: array - items: &517 + items: &518 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -71124,16 +71139,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *516 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71153,15 +71168,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *371 - *372 + - *373 - *207 responses: '200': description: Response content: application/json: - schema: *517 + schema: *518 examples: default: value: @@ -71187,8 +71202,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *371 - *372 + - *373 - *207 requestBody: required: true @@ -71241,8 +71256,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *371 - *372 + - *373 - *207 responses: '204': @@ -71265,8 +71280,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: - - *371 - *372 + - *373 - 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 @@ -71426,8 +71441,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -71666,8 +71681,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -71742,7 +71757,7 @@ paths: - version - url additionalProperties: false - metadata: &518 + metadata: &519 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -71775,7 +71790,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *518 + metadata: *519 resolved: type: object description: A collection of resolved package dependencies. @@ -71788,7 +71803,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *518 + metadata: *519 relationship: type: string description: A notation of whether a dependency is requested @@ -71917,8 +71932,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *371 - *372 + - *373 - name: sha description: The SHA recorded at creation time. in: query @@ -71958,9 +71973,9 @@ paths: application/json: schema: type: array - items: *519 + items: *520 examples: - default: *520 + default: *521 headers: Link: *39 x-github: @@ -72026,8 +72041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -72108,7 +72123,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: simple-example: summary: Simple example @@ -72181,9 +72196,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *371 - *372 - - &521 + - *373 + - &522 name: deployment_id description: deployment_id parameter in: path @@ -72195,7 +72210,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -72260,9 +72275,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *371 - *372 - - *521 + - *373 + - *522 responses: '204': description: Response @@ -72284,9 +72299,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *371 - *372 - - *521 + - *373 + - *522 - *17 - *19 responses: @@ -72296,7 +72311,7 @@ paths: application/json: schema: type: array - items: &522 + items: &523 title: Deployment Status description: The status of a deployment. type: object @@ -72457,9 +72472,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *371 - *372 - - *521 + - *373 + - *522 requestBody: required: true content: @@ -72534,9 +72549,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: &523 + default: &524 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -72592,9 +72607,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *371 - *372 - - *521 + - *373 + - *522 - name: status_id in: path required: true @@ -72605,9 +72620,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *523 + default: *524 '404': *6 x-github: githubCloudOnly: false @@ -72632,8 +72647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -72690,8 +72705,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -72708,7 +72723,7 @@ paths: type: integer environments: type: array - items: &525 + items: &526 title: Environment description: Details of a deployment environment type: object @@ -72760,7 +72775,7 @@ paths: type: type: string example: wait_timer - wait_timer: &527 + wait_timer: &528 type: integer example: 30 description: The amount of time to delay a job after @@ -72797,7 +72812,7 @@ paths: items: type: object properties: - type: *524 + type: *525 reviewer: anyOf: - *4 @@ -72821,7 +72836,7 @@ paths: - id - node_id - type - deployment_branch_policy: &528 + deployment_branch_policy: &529 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -72937,9 +72952,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *371 - *372 - - &526 + - *373 + - &527 name: environment_name in: path required: true @@ -72952,9 +72967,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: &529 + default: &530 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -73038,9 +73053,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *371 - *372 - - *526 + - *373 + - *527 requestBody: required: false content: @@ -73049,7 +73064,7 @@ paths: type: object nullable: true properties: - wait_timer: *527 + wait_timer: *528 prevent_self_review: type: boolean example: false @@ -73066,13 +73081,13 @@ paths: items: type: object properties: - type: *524 + type: *525 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *528 + deployment_branch_policy: *529 additionalProperties: false examples: default: @@ -73092,9 +73107,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *529 + default: *530 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -73118,9 +73133,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *371 - *372 - - *526 + - *373 + - *527 responses: '204': description: Default response @@ -73145,9 +73160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *371 - *372 - - *526 + - *373 + - *527 - *17 - *19 responses: @@ -73165,7 +73180,7 @@ paths: example: 2 branch_policies: type: array - items: &530 + items: &531 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -73222,9 +73237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *371 - *372 - - *526 + - *373 + - *527 requestBody: required: true content: @@ -73270,9 +73285,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: - example-wildcard: &531 + example-wildcard: &532 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -73314,10 +73329,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *371 - *372 - - *526 - - &532 + - *373 + - *527 + - &533 name: branch_policy_id in: path required: true @@ -73329,9 +73344,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: - default: *531 + default: *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73350,10 +73365,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *371 - *372 - - *526 - - *532 + - *373 + - *527 + - *533 requestBody: required: true content: @@ -73381,9 +73396,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: - default: *531 + default: *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73402,10 +73417,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *371 - *372 - - *526 - - *532 + - *373 + - *527 + - *533 responses: '204': description: Response @@ -73430,9 +73445,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: - - *526 + - *527 + - *373 - *372 - - *371 responses: '200': description: List of deployment protection rules @@ -73448,7 +73463,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &533 + items: &534 title: Deployment protection rule description: Deployment protection rule type: object @@ -73467,7 +73482,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &534 + app: &535 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -73556,7 +73571,7 @@ paths: The authenticated user must have admin or owner permissions to the repository to use this endpoint. - For more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-app). + For more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/enterprise-cloud@latest//actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules). OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. tags: @@ -73566,9 +73581,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: - - *526 + - *527 + - *373 - *372 - - *371 requestBody: content: application/json: @@ -73589,9 +73604,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *533 + schema: *534 examples: - default: &535 + default: &536 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -73626,9 +73641,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: - - *526 + - *527 + - *373 - *372 - - *371 - *19 - *17 responses: @@ -73647,7 +73662,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *534 + items: *535 examples: default: value: @@ -73682,10 +73697,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: - - *371 - *372 - - *526 - - &536 + - *373 + - *527 + - &537 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -73697,9 +73712,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *535 + default: *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73720,10 +73735,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: - - *526 + - *527 + - *373 - *372 - - *371 - - *536 + - *537 responses: '204': description: Response @@ -73749,9 +73764,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *371 - *372 - - *526 + - *373 + - *527 - *17 - *19 responses: @@ -73769,9 +73784,9 @@ paths: type: integer secrets: type: array - items: *408 + items: *409 examples: - default: *409 + default: *410 headers: Link: *39 x-github: @@ -73796,17 +73811,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *371 - *372 - - *526 + - *373 + - *527 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *411 + default: *412 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73828,18 +73843,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *371 - *372 - - *526 + - *373 + - *527 - *207 responses: '200': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73861,9 +73876,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *371 - *372 - - *526 + - *373 + - *527 - *207 requestBody: required: true @@ -73921,9 +73936,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *371 - *372 - - *526 + - *373 + - *527 - *207 responses: '204': @@ -73949,10 +73964,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *371 - *372 - - *526 - - *395 + - *373 + - *527 + - *396 - *19 responses: '200': @@ -73969,9 +73984,9 @@ paths: type: integer variables: type: array - items: *412 + items: *413 examples: - default: *413 + default: *414 headers: Link: *39 x-github: @@ -73994,9 +74009,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *371 - *372 - - *526 + - *373 + - *527 requestBody: required: true content: @@ -74048,18 +74063,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *371 - *372 - - *526 + - *373 + - *527 - *210 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *538 + default: *539 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74080,10 +74095,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *371 - *372 + - *373 - *210 - - *526 + - *527 requestBody: required: true content: @@ -74125,10 +74140,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *371 - *372 + - *373 - *210 - - *526 + - *527 responses: '204': description: Response @@ -74150,8 +74165,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -74228,8 +74243,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *371 - *372 + - *373 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -74388,8 +74403,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *371 - *372 + - *373 requestBody: required: false content: @@ -74421,9 +74436,9 @@ paths: description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *386 + default: *387 '400': *14 '422': *15 '403': *29 @@ -74444,8 +74459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -74505,7 +74520,7 @@ paths: schema: oneOf: - *180 - - *539 + - *540 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74530,8 +74545,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *371 - *372 + - *373 - name: file_sha in: path required: true @@ -74630,8 +74645,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -74740,7 +74755,7 @@ paths: description: Response content: application/json: - schema: &540 + schema: &541 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -74954,15 +74969,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *371 - *372 - - *493 + - *373 + - *494 responses: '200': description: Response content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -75018,9 +75033,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *371 - *372 - - &541 + - *373 + - &542 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. @@ -75037,7 +75052,7 @@ paths: application/json: schema: type: array - items: &542 + items: &543 title: Git Reference description: Git references within a repository type: object @@ -75112,17 +75127,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *371 - *372 - - *541 + - *373 + - *542 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: &543 + default: &544 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -75151,8 +75166,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -75181,9 +75196,9 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -75209,9 +75224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *371 - *372 - - *541 + - *373 + - *542 requestBody: required: true content: @@ -75240,9 +75255,9 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 '422': *15 '409': *94 x-github: @@ -75260,9 +75275,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *371 - *372 - - *541 + - *373 + - *542 responses: '204': description: Response @@ -75315,8 +75330,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -75383,7 +75398,7 @@ paths: description: Response content: application/json: - schema: &545 + schema: &546 title: Git Tag description: Metadata for a Git tag type: object @@ -75434,7 +75449,7 @@ paths: - sha - type - url - verification: *544 + verification: *545 required: - sha - url @@ -75444,7 +75459,7 @@ paths: - tag - message examples: - default: &546 + default: &547 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -75517,8 +75532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *371 - *372 + - *373 - name: tag_sha in: path required: true @@ -75529,9 +75544,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: - default: *546 + default: *547 '404': *6 '409': *94 x-github: @@ -75555,8 +75570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -75629,7 +75644,7 @@ paths: description: Response content: application/json: - schema: &547 + schema: &548 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -75741,8 +75756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *371 - *372 + - *373 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -75765,7 +75780,7 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: default-response: summary: Default response @@ -75824,8 +75839,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -75835,7 +75850,7 @@ paths: application/json: schema: type: array - items: &548 + items: &549 title: Webhook description: Webhooks for repositories. type: object @@ -75889,7 +75904,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &792 + last_response: &793 title: Hook Response type: object properties: @@ -75963,8 +75978,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *371 - *372 + - *373 requestBody: required: false content: @@ -76016,9 +76031,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: &549 + default: &550 value: type: Repository id: 12345678 @@ -76066,17 +76081,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *371 - *372 + - *373 - *263 responses: '200': description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 '404': *6 x-github: githubCloudOnly: false @@ -76096,8 +76111,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *371 - *372 + - *373 - *263 requestBody: required: true @@ -76143,9 +76158,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 '422': *15 '404': *6 x-github: @@ -76166,8 +76181,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *371 - *372 + - *373 - *263 responses: '204': @@ -76192,8 +76207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *371 - *372 + - *373 - *263 responses: '200': @@ -76221,8 +76236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *371 - *372 + - *373 - *263 requestBody: required: false @@ -76267,8 +76282,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *371 - *372 + - *373 - *263 - *17 - *264 @@ -76300,8 +76315,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *371 - *372 + - *373 - *263 - *16 responses: @@ -76330,8 +76345,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *371 - *372 + - *373 - *263 - *16 responses: @@ -76355,8 +76370,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *371 - *372 + - *373 - *263 responses: '204': @@ -76382,8 +76397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *371 - *372 + - *373 - *263 responses: '204': @@ -76442,14 +76457,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: &550 + schema: &551 title: Import description: A repository import from an external source. type: object @@ -76548,7 +76563,7 @@ paths: - html_url - authors_url examples: - default: &553 + default: &554 value: vcs: subversion use_lfs: true @@ -76564,7 +76579,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': &551 + '503': &552 description: Unavailable due to service under maintenance. content: application/json: @@ -76593,8 +76608,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -76642,7 +76657,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: default: value: @@ -76667,7 +76682,7 @@ paths: type: string '422': *15 '404': *6 - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76695,8 +76710,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *371 - *372 + - *373 requestBody: required: false content: @@ -76745,7 +76760,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: example-1: summary: Example 1 @@ -76793,7 +76808,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': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76816,12 +76831,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *371 - *372 + - *373 responses: '204': description: Response - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76847,9 +76862,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *371 - *372 - - &738 + - *373 + - &739 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -76863,7 +76878,7 @@ paths: application/json: schema: type: array - items: &552 + items: &553 title: Porter Author description: Porter Author type: object @@ -76917,7 +76932,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': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76942,8 +76957,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *371 - *372 + - *373 - name: author_id in: path required: true @@ -76973,7 +76988,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -76986,7 +77001,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77010,8 +77025,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *371 - *372 + - *373 responses: '200': description: Response @@ -77052,7 +77067,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77080,8 +77095,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -77108,11 +77123,11 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: *553 + default: *554 '422': *15 - '503': *551 + '503': *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77135,8 +77150,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -77144,8 +77159,8 @@ paths: application/json: schema: *22 examples: - default: *554 - '301': *385 + default: *555 + '301': *386 '404': *6 x-github: githubCloudOnly: false @@ -77165,8 +77180,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *371 - *372 + - *373 responses: '200': description: Response @@ -77179,7 +77194,7 @@ paths: properties: {} additionalProperties: false examples: - default: &556 + default: &557 value: limit: collaborators_only origin: repository @@ -77204,13 +77219,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *371 - *372 + - *373 requestBody: required: true content: application/json: - schema: *555 + schema: *556 examples: default: summary: Example request body @@ -77224,7 +77239,7 @@ paths: application/json: schema: *281 examples: - default: *556 + default: *557 '409': description: Response x-github: @@ -77246,8 +77261,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *371 - *372 + - *373 responses: '204': description: Response @@ -77270,8 +77285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -77281,9 +77296,9 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: - default: &731 + default: &732 value: - id: 1 repository: @@ -77414,8 +77429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *371 - *372 + - *373 - *285 requestBody: required: false @@ -77445,7 +77460,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: default: value: @@ -77576,8 +77591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *371 - *372 + - *373 - *285 responses: '204': @@ -77609,8 +77624,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *371 - *372 + - *373 - 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 @@ -77675,7 +77690,7 @@ paths: type: array items: *154 examples: - default: &568 + default: &569 value: - id: 1 node_id: MDU6SXNzdWUx @@ -77823,7 +77838,7 @@ paths: state_reason: completed headers: Link: *39 - '301': *385 + '301': *386 '422': *15 '404': *6 x-github: @@ -77852,8 +77867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -77930,7 +77945,7 @@ paths: application/json: schema: *154 examples: - default: &563 + default: &564 value: id: 1 node_id: MDU6SXNzdWUx @@ -78086,7 +78101,7 @@ paths: '422': *15 '503': *132 '404': *6 - '410': *382 + '410': *383 x-github: triggersNotification: true githubCloudOnly: false @@ -78114,8 +78129,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *371 - *372 + - *373 - *164 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -78136,9 +78151,9 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: &565 + default: &566 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78196,17 +78211,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *371 - *372 + - *373 - *153 responses: '200': description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: &559 + default: &560 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78260,8 +78275,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *371 - *372 + - *373 - *153 requestBody: required: true @@ -78284,9 +78299,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: *559 + default: *560 '422': *15 x-github: githubCloudOnly: false @@ -78304,8 +78319,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *371 - *372 + - *373 - *153 responses: '204': @@ -78326,8 +78341,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *371 - *372 + - *373 - *153 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -78354,9 +78369,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *362 + default: *363 headers: Link: *39 '404': *6 @@ -78377,8 +78392,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *371 - *372 + - *373 - *153 requestBody: required: true @@ -78411,16 +78426,16 @@ paths: description: Reaction exists content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '201': description: Reaction created content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '422': *15 x-github: githubCloudOnly: false @@ -78442,10 +78457,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *371 - *372 + - *373 - *153 - - *363 + - *364 responses: '204': description: Response @@ -78465,8 +78480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -78476,7 +78491,7 @@ paths: application/json: schema: type: array - items: &562 + items: &563 title: Issue Event description: Issue Event type: object @@ -78519,8 +78534,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *560 - required: *561 + properties: *561 + required: *562 nullable: true label: title: Issue Event Label @@ -78827,8 +78842,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *371 - *372 + - *373 - name: event_id in: path required: true @@ -78839,7 +78854,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: default: value: @@ -79032,7 +79047,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *382 + '410': *383 '403': *29 x-github: githubCloudOnly: false @@ -79066,9 +79081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *371 - *372 - - &564 + - *373 + - &565 name: issue_number description: The number that identifies the issue. in: path @@ -79082,10 +79097,10 @@ paths: application/json: schema: *154 examples: - default: *563 - '301': *385 + default: *564 + '301': *386 '404': *6 - '410': *382 + '410': *383 '304': *37 x-github: githubCloudOnly: false @@ -79110,9 +79125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: false content: @@ -79209,13 +79224,13 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 '422': *15 '503': *132 '403': *29 - '301': *385 + '301': *386 '404': *6 - '410': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79233,9 +79248,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: false content: @@ -79263,7 +79278,7 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79279,9 +79294,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: content: application/json: @@ -79308,7 +79323,7 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79330,9 +79345,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: - - *371 - *372 - - *564 + - *373 + - *565 - name: assignee in: path required: true @@ -79372,9 +79387,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *371 - *372 - - *564 + - *373 + - *565 - *144 - *17 - *19 @@ -79385,13 +79400,13 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: *565 + default: *566 headers: Link: *39 '404': *6 - '410': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79420,9 +79435,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: true content: @@ -79444,16 +79459,16 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: *559 + default: *560 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *382 + '410': *383 '422': *15 '404': *6 x-github: @@ -79473,9 +79488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *371 - *372 - - *564 + - *373 + - *565 - *17 - *19 responses: @@ -79489,7 +79504,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &569 + - &570 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -79543,7 +79558,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &570 + - &571 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -79679,7 +79694,7 @@ paths: - performed_via_github_app - assignee - assigner - - &571 + - &572 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -79730,7 +79745,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &572 + - &573 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -79781,7 +79796,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &573 + - &574 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -79835,7 +79850,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &574 + - &575 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -79882,7 +79897,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &575 + - &576 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -79929,7 +79944,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &576 + - &577 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -79989,7 +80004,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &577 + - &578 title: Locked Issue Event description: Locked Issue Event type: object @@ -80037,7 +80052,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &578 + - &579 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -80103,7 +80118,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &579 + - &580 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -80169,7 +80184,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &580 + - &581 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -80235,7 +80250,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &581 + - &582 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -80326,7 +80341,7 @@ paths: color: red headers: Link: *39 - '410': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80343,9 +80358,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 - *17 - *19 responses: @@ -80355,7 +80370,7 @@ paths: application/json: schema: type: array - items: &566 + items: &567 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -80402,7 +80417,7 @@ paths: - color - default examples: - default: &567 + default: &568 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -80420,9 +80435,9 @@ paths: default: false headers: Link: *39 - '301': *385 + '301': *386 '404': *6 - '410': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80439,9 +80454,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: false content: @@ -80500,12 +80515,12 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *567 - '301': *385 + default: *568 + '301': *386 '404': *6 - '410': *382 + '410': *383 '422': *15 x-github: githubCloudOnly: false @@ -80522,9 +80537,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: false content: @@ -80584,12 +80599,12 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *567 - '301': *385 + default: *568 + '301': *386 '404': *6 - '410': *382 + '410': *383 '422': *15 x-github: githubCloudOnly: false @@ -80606,15 +80621,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 responses: '204': description: Response - '301': *385 + '301': *386 '404': *6 - '410': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80633,9 +80648,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 - name: name in: path required: true @@ -80648,7 +80663,7 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: default: value: @@ -80659,9 +80674,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *385 + '301': *386 '404': *6 - '410': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80681,9 +80696,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: false content: @@ -80711,7 +80726,7 @@ paths: '204': description: Response '403': *29 - '410': *382 + '410': *383 '404': *6 '422': *15 x-github: @@ -80729,9 +80744,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 responses: '204': description: Response @@ -80753,9 +80768,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 - 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. @@ -80781,13 +80796,13 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *362 + default: *363 headers: Link: *39 '404': *6 - '410': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80805,9 +80820,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: true content: @@ -80839,16 +80854,16 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '201': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '422': *15 x-github: githubCloudOnly: false @@ -80870,10 +80885,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *371 - *372 - - *564 - - *363 + - *373 + - *565 + - *364 responses: '204': description: Response @@ -80902,9 +80917,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: true content: @@ -80928,7 +80943,7 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -80961,9 +80976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *371 - *372 - - *564 + - *373 + - *565 - *17 - *19 responses: @@ -80975,11 +80990,11 @@ paths: type: array items: *154 examples: - default: *568 + default: *569 headers: Link: *39 '404': *6 - '410': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81007,9 +81022,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: true content: @@ -81038,14 +81053,14 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *382 + '410': *383 '422': *15 '404': *6 x-github: @@ -81065,9 +81080,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 requestBody: required: true content: @@ -81100,7 +81115,7 @@ paths: application/json: schema: *154 examples: - default: *563 + default: *564 '403': *29 '404': *6 '422': *7 @@ -81122,9 +81137,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *371 - *372 - - *564 + - *373 + - *565 - *17 - *19 responses: @@ -81139,7 +81154,6 @@ paths: description: Timeline Event type: object anyOf: - - *569 - *570 - *571 - *572 @@ -81152,6 +81166,7 @@ paths: - *579 - *580 - *581 + - *582 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -81456,7 +81471,7 @@ paths: type: string comments: type: array - items: &602 + items: &603 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -81665,7 +81680,7 @@ paths: type: string comments: type: array - items: *491 + items: *492 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -81954,7 +81969,7 @@ paths: headers: Link: *39 '404': *6 - '410': *382 + '410': *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81971,8 +81986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -81982,7 +81997,7 @@ paths: application/json: schema: type: array - items: &582 + items: &583 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -82047,8 +82062,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -82084,9 +82099,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: &583 + default: &584 value: id: 1 key: ssh-rsa AAA... @@ -82120,9 +82135,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *371 - *372 - - &584 + - *373 + - &585 name: key_id description: The unique identifier of the key. in: path @@ -82134,9 +82149,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *583 + default: *584 '404': *6 x-github: githubCloudOnly: false @@ -82154,9 +82169,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *371 - *372 - - *584 + - *373 + - *585 responses: '204': description: Response @@ -82176,8 +82191,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -82187,9 +82202,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *567 + default: *568 headers: Link: *39 '404': *6 @@ -82210,8 +82225,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -82247,9 +82262,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: &585 + default: &586 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -82281,8 +82296,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *371 - *372 + - *373 - name: name in: path required: true @@ -82293,9 +82308,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *585 + default: *586 '404': *6 x-github: githubCloudOnly: false @@ -82312,8 +82327,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *371 - *372 + - *373 - name: name in: path required: true @@ -82352,7 +82367,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: default: value: @@ -82378,8 +82393,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *371 - *372 + - *373 - name: name in: path required: true @@ -82405,8 +82420,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *371 - *372 + - *373 responses: '200': description: Response @@ -82442,8 +82457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *371 - *372 + - *373 responses: '202': *95 '403': @@ -82471,8 +82486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *371 - *372 + - *373 responses: '204': description: Response @@ -82498,9 +82513,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *371 - *372 - - *467 + - *373 + - *468 responses: '200': description: Response @@ -82645,8 +82660,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -82711,8 +82726,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -82746,9 +82761,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *492 + schema: *493 examples: - default: *586 + default: *587 '204': description: Response when already merged '404': @@ -82773,8 +82788,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *371 - *372 + - *373 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -82815,12 +82830,12 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *496 - required: *497 + properties: *497 + required: *498 examples: default: value: @@ -82876,8 +82891,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -82917,9 +82932,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: &588 + default: &589 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -82978,9 +82993,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *371 - *372 - - &589 + - *373 + - &590 name: milestone_number description: The number that identifies the milestone. in: path @@ -82992,9 +83007,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '404': *6 x-github: githubCloudOnly: false @@ -83011,9 +83026,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *371 - *372 - - *589 + - *373 + - *590 requestBody: required: false content: @@ -83051,9 +83066,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83069,9 +83084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *371 - *372 - - *589 + - *373 + - *590 responses: '204': description: Response @@ -83092,9 +83107,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: - - *371 - *372 - - *589 + - *373 + - *590 - *17 - *19 responses: @@ -83104,9 +83119,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *567 + default: *568 headers: Link: *39 x-github: @@ -83125,12 +83140,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: - - *371 - *372 - - *590 + - *373 - *591 - - *144 - *592 + - *144 + - *593 - *17 - *19 responses: @@ -83142,7 +83157,7 @@ paths: type: array items: *167 examples: - default: *593 + default: *594 headers: Link: *39 x-github: @@ -83166,8 +83181,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *371 - *372 + - *373 requestBody: required: false content: @@ -83225,14 +83240,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: &594 + schema: &595 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -83357,7 +83372,7 @@ paths: - custom_404 - public examples: - default: &595 + default: &596 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -83398,8 +83413,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -83453,9 +83468,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: *595 + default: *596 '422': *15 '409': *94 x-github: @@ -83478,8 +83493,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -83586,8 +83601,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *371 - *372 + - *373 responses: '204': description: Response @@ -83613,8 +83628,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -83624,7 +83639,7 @@ paths: application/json: schema: type: array - items: &596 + items: &597 title: Page Build description: Page Build type: object @@ -83718,8 +83733,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *371 - *372 + - *373 responses: '201': description: Response @@ -83764,16 +83779,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &597 + default: &598 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -83821,8 +83836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *371 - *372 + - *373 - name: build_id in: path required: true @@ -83833,9 +83848,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83855,8 +83870,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -83961,9 +83976,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: - - *371 - *372 - - &598 + - *373 + - &599 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -84021,9 +84036,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *371 - *372 - - *598 + - *373 + - *599 responses: '204': *118 '404': *6 @@ -84050,8 +84065,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -84309,8 +84324,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: - - *371 - *372 + - *373 responses: '200': description: Private vulnerability reporting status @@ -84347,8 +84362,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: - - *371 - *372 + - *373 responses: '204': *118 '422': *14 @@ -84369,8 +84384,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: - - *371 - *372 + - *373 responses: '204': *118 '422': *14 @@ -84393,8 +84408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *371 - *372 + - *373 - name: state description: Indicates the state of the projects to return. in: query @@ -84415,7 +84430,7 @@ paths: application/json: schema: type: array - items: *317 + items: *318 examples: default: value: @@ -84455,7 +84470,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *382 + '410': *383 '422': *7 x-github: githubCloudOnly: false @@ -84478,8 +84493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -84505,13 +84520,13 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *381 + default: *382 '401': *25 '403': *29 '404': *6 - '410': *382 + '410': *383 '422': *7 x-github: githubCloudOnly: false @@ -84534,8 +84549,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -84543,7 +84558,7 @@ paths: application/json: schema: type: array - items: *319 + items: *320 examples: default: value: @@ -84574,8 +84589,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -84587,7 +84602,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *319 + items: *320 required: - properties examples: @@ -84637,8 +84652,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *371 - *372 + - *373 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -84698,9 +84713,9 @@ paths: application/json: schema: type: array - items: *599 + items: *600 examples: - default: *600 + default: *601 headers: Link: *39 '304': *37 @@ -84732,8 +84747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -84798,7 +84813,7 @@ paths: description: Response content: application/json: - schema: &604 + schema: &605 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -84909,8 +84924,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *496 - required: *497 + properties: *497 + required: *498 nullable: true active_lock_reason: type: string @@ -84955,7 +84970,7 @@ paths: nullable: true requested_teams: type: array - items: *339 + items: *340 nullable: true head: type: object @@ -84994,14 +85009,14 @@ paths: _links: type: object properties: - comments: *498 - commits: *498 - statuses: *498 - html: *498 - issue: *498 - review_comments: *498 - review_comment: *498 - self: *498 + comments: *499 + commits: *499 + statuses: *499 + html: *499 + issue: *499 + review_comments: *499 + review_comment: *499 + self: *499 required: - comments - commits @@ -85012,7 +85027,7 @@ paths: - review_comment - self author_association: *141 - auto_merge: *601 + auto_merge: *602 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -85104,7 +85119,7 @@ paths: - merged_by - review_comments examples: - default: &605 + default: &606 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -85631,8 +85646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *371 - *372 + - *373 - name: sort in: query required: false @@ -85661,9 +85676,9 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: - default: &607 + default: &608 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85740,17 +85755,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: - - *371 - *372 + - *373 - *153 responses: '200': description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: &603 + default: &604 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85825,8 +85840,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: - - *371 - *372 + - *373 - *153 requestBody: required: true @@ -85849,9 +85864,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *603 + default: *604 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85867,8 +85882,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: - - *371 - *372 + - *373 - *153 responses: '204': @@ -85890,8 +85905,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: - - *371 - *372 + - *373 - *153 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -85918,9 +85933,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *362 + default: *363 headers: Link: *39 '404': *6 @@ -85941,8 +85956,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: - - *371 - *372 + - *373 - *153 requestBody: required: true @@ -85975,16 +85990,16 @@ paths: description: Reaction exists content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '201': description: Reaction created content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '422': *15 x-github: githubCloudOnly: false @@ -86006,10 +86021,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *371 - *372 + - *373 - *153 - - *363 + - *364 responses: '204': description: Response @@ -86052,9 +86067,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *371 - *372 - - &606 + - *373 + - &607 name: pull_number description: The number that identifies the pull request. in: path @@ -86067,9 +86082,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *604 + schema: *605 examples: - default: *605 + default: *606 '304': *37 '404': *6 '406': @@ -86104,9 +86119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *371 - *372 - - *606 + - *373 + - *607 requestBody: required: false content: @@ -86148,9 +86163,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *605 + default: *606 '422': *15 '403': *29 x-github: @@ -86172,9 +86187,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: - - *371 - *372 - - *606 + - *373 + - *607 requestBody: required: true content: @@ -86236,7 +86251,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -86244,7 +86259,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '401': *25 '403': *29 '404': *6 @@ -86274,9 +86289,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: - - *371 - *372 - - *606 + - *373 + - *607 - *164 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -86297,9 +86312,9 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: - default: *607 + default: *608 headers: Link: *39 x-github: @@ -86332,9 +86347,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: - - *371 - *372 - - *606 + - *373 + - *607 requestBody: required: true content: @@ -86439,7 +86454,7 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: example-for-a-multi-line-comment: value: @@ -86527,9 +86542,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: - - *371 - *372 - - *606 + - *373 + - *607 - *153 requestBody: required: true @@ -86552,7 +86567,7 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: default: value: @@ -86638,9 +86653,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *371 - *372 - - *606 + - *373 + - *607 - *17 - *19 responses: @@ -86650,9 +86665,9 @@ paths: application/json: schema: type: array - items: *492 + items: *493 examples: - default: *608 + default: *609 headers: Link: *39 x-github: @@ -86682,9 +86697,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *371 - *372 - - *606 + - *373 + - *607 - *17 - *19 responses: @@ -86694,7 +86709,7 @@ paths: application/json: schema: type: array - items: *507 + items: *508 examples: default: value: @@ -86732,9 +86747,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: - - *371 - *372 - - *606 + - *373 + - *607 responses: '204': description: Response if pull request has been merged @@ -86757,9 +86772,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *371 - *372 - - *606 + - *373 + - *607 requestBody: required: false content: @@ -86870,9 +86885,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: - - *371 - *372 - - *606 + - *373 + - *607 responses: '200': description: Response @@ -86947,9 +86962,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: - - *371 - *372 - - *606 + - *373 + - *607 requestBody: required: false content: @@ -86986,7 +87001,7 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: default: value: @@ -87522,9 +87537,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: - - *371 - *372 - - *606 + - *373 + - *607 requestBody: required: true content: @@ -87558,7 +87573,7 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: default: value: @@ -88063,9 +88078,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *371 - *372 - - *606 + - *373 + - *607 - *17 - *19 responses: @@ -88075,7 +88090,7 @@ paths: application/json: schema: type: array - items: &609 + items: &610 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -88226,9 +88241,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: - - *371 - *372 - - *606 + - *373 + - *607 requestBody: required: false content: @@ -88314,9 +88329,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: &611 + default: &612 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -88379,10 +88394,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: - - *371 - *372 - - *606 - - &610 + - *373 + - *607 + - &611 name: review_id description: The unique identifier of the review. in: path @@ -88394,9 +88409,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: &612 + default: &613 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -88455,10 +88470,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: - - *371 - *372 - - *606 - - *610 + - *373 + - *607 + - *611 requestBody: required: true content: @@ -88481,7 +88496,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -88543,18 +88558,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: - - *371 - *372 - - *606 - - *610 + - *373 + - *607 + - *611 responses: '200': description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: *611 + default: *612 '422': *7 '404': *6 x-github: @@ -88581,10 +88596,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: - - *371 - *372 - - *606 - - *610 + - *373 + - *607 + - *611 - *17 - *19 responses: @@ -88667,9 +88682,9 @@ paths: _links: type: object properties: - self: *498 - html: *498 - pull_request: *498 + self: *499 + html: *499 + pull_request: *499 required: - self - html @@ -88812,10 +88827,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: - - *371 - *372 - - *606 - - *610 + - *373 + - *607 + - *611 requestBody: required: true content: @@ -88843,7 +88858,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -88906,10 +88921,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: - - *371 - *372 - - *606 - - *610 + - *373 + - *607 + - *611 requestBody: required: true content: @@ -88944,9 +88959,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: *612 + default: *613 '404': *6 '422': *7 '403': *29 @@ -88968,9 +88983,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *371 - *372 - - *606 + - *373 + - *607 requestBody: required: false content: @@ -89033,8 +89048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *371 - *372 + - *373 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -89047,9 +89062,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: &614 + default: &615 value: type: file encoding: base64 @@ -89091,8 +89106,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: - - *371 - *372 + - *373 - name: dir description: The alternate path to look for a README file in: path @@ -89112,9 +89127,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *614 + default: *615 '404': *6 '422': *15 x-github: @@ -89136,8 +89151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -89147,7 +89162,7 @@ paths: application/json: schema: type: array - items: &615 + items: &616 title: Release description: A release. type: object @@ -89210,7 +89225,7 @@ paths: author: *4 assets: type: array - items: &616 + items: &617 title: Release Asset description: Data related to a release. type: object @@ -89391,8 +89406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -89468,9 +89483,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: &619 + default: &620 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -89573,9 +89588,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *371 - *372 - - &617 + - *373 + - &618 name: asset_id description: The unique identifier of the asset. in: path @@ -89587,9 +89602,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: &618 + default: &619 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 @@ -89623,7 +89638,7 @@ paths: type: User site_admin: false '404': *6 - '302': *509 + '302': *510 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89639,9 +89654,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *371 - *372 - - *617 + - *373 + - *618 requestBody: required: false content: @@ -89669,9 +89684,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *618 + default: *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89687,9 +89702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *371 - *372 - - *617 + - *373 + - *618 responses: '204': description: Response @@ -89713,8 +89728,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -89799,16 +89814,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *371 - *372 + - *373 responses: '200': description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *619 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89825,8 +89840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *371 - *372 + - *373 - name: tag description: tag parameter in: path @@ -89839,9 +89854,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *619 + default: *620 '404': *6 x-github: githubCloudOnly: false @@ -89863,9 +89878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *371 - *372 - - &620 + - *373 + - &621 name: release_id description: The unique identifier of the release. in: path @@ -89879,9 +89894,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: *615 + schema: *616 examples: - default: *619 + default: *620 '401': description: Unauthorized x-github: @@ -89899,9 +89914,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *371 - *372 - - *620 + - *373 + - *621 requestBody: required: false content: @@ -89965,9 +89980,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *619 + default: *620 '404': description: Not Found if the discussion category name is invalid content: @@ -89988,9 +90003,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *371 - *372 - - *620 + - *373 + - *621 responses: '204': description: Response @@ -90010,9 +90025,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *371 - *372 - - *620 + - *373 + - *621 - *17 - *19 responses: @@ -90022,7 +90037,7 @@ paths: application/json: schema: type: array - items: *616 + items: *617 examples: default: value: @@ -90103,9 +90118,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: - - *371 - *372 - - *620 + - *373 + - *621 - name: name in: query required: true @@ -90131,7 +90146,7 @@ paths: description: Response for successful upload content: application/json: - schema: *616 + schema: *617 examples: response-for-successful-upload: value: @@ -90185,9 +90200,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *371 - *372 - - *620 + - *373 + - *621 - 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. @@ -90211,9 +90226,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *362 + default: *363 headers: Link: *39 '404': *6 @@ -90234,9 +90249,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *371 - *372 - - *620 + - *373 + - *621 requestBody: required: true content: @@ -90266,16 +90281,16 @@ paths: description: Reaction exists content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '201': description: Reaction created content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '422': *15 x-github: githubCloudOnly: false @@ -90297,10 +90312,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *371 - *372 - - *620 - - *363 + - *373 + - *621 + - *364 responses: '204': description: Response @@ -90324,9 +90339,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *371 - *372 - - *430 + - *373 + - *431 - *17 - *19 responses: @@ -90342,8 +90357,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *621 - - &623 + - *622 + - &624 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -90363,53 +90378,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *622 - *623 - - allOf: - *624 - - *623 - allOf: - *625 - - *623 + - *624 - allOf: - *626 - - *623 + - *624 - allOf: - *627 - - *623 + - *624 - allOf: - *628 - - *623 + - *624 - allOf: - *629 - - *623 + - *624 - allOf: - *630 - - *623 + - *624 - allOf: - *631 - - *623 + - *624 - allOf: - *632 - - *623 + - *624 - allOf: - *633 - - *623 + - *624 - allOf: - *634 - - *623 + - *624 - allOf: - *635 - - *623 + - *624 - allOf: - *636 - - *623 + - *624 - allOf: - *637 - - *623 + - *624 - allOf: - *638 - - *623 + - *624 + - allOf: + - *639 + - *624 examples: default: value: @@ -90448,8 +90463,8 @@ paths: category: repos subcategory: rules parameters: - - *371 - *372 + - *373 - *17 - *19 - name: includes_parents @@ -90460,7 +90475,7 @@ paths: schema: type: boolean default: true - - *639 + - *640 responses: '200': description: Response @@ -90515,8 +90530,8 @@ paths: category: repos subcategory: rules parameters: - - *371 - *372 + - *373 requestBody: description: Request body required: true @@ -90578,7 +90593,7 @@ paths: application/json: schema: *128 examples: - default: &648 + default: &649 value: id: 42 name: super cool ruleset @@ -90625,12 +90640,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *371 - *372 - - *640 - - *222 + - *373 - *641 + - *222 - *642 + - *643 - *17 - *19 responses: @@ -90638,9 +90653,9 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: - default: *644 + default: *645 '404': *6 '500': *99 x-github: @@ -90661,17 +90676,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *371 - *372 - - *645 + - *373 + - *646 responses: '200': description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: *647 + default: *648 '404': *6 '500': *99 x-github: @@ -90699,8 +90714,8 @@ paths: category: repos subcategory: rules parameters: - - *371 - *372 + - *373 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90722,7 +90737,7 @@ paths: application/json: schema: *128 examples: - default: *648 + default: *649 '404': *6 '500': *99 put: @@ -90740,8 +90755,8 @@ paths: category: repos subcategory: rules parameters: - - *371 - *372 + - *373 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90805,7 +90820,7 @@ paths: application/json: schema: *128 examples: - default: *648 + default: *649 '404': *6 '500': *99 delete: @@ -90823,8 +90838,8 @@ paths: category: repos subcategory: rules parameters: - - *371 - *372 + - *373 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90847,8 +90862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *371 - *372 + - *373 - *17 - *19 - name: ruleset_id @@ -90866,7 +90881,7 @@ paths: type: array items: *131 examples: - default: *327 + default: *328 '404': *6 '500': *99 x-github: @@ -90885,8 +90900,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *371 - *372 + - *373 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90904,7 +90919,7 @@ paths: description: Response content: application/json: - schema: *328 + schema: *329 examples: default: value: @@ -90959,20 +90974,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: - - *371 - *372 - - *329 + - *373 - *330 - *331 - *332 + - *333 - *86 - *19 - *17 - - *649 - *650 - - *333 + - *651 - *334 - *335 + - *336 responses: '200': description: Response @@ -90980,7 +90995,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 type: object properties: number: *100 @@ -90999,8 +91014,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *651 - resolution: *652 + state: *652 + resolution: *653 resolved_at: type: string format: date-time @@ -91218,15 +91233,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: - - *371 - *372 - - *461 + - *373 + - *462 responses: '200': description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -91278,9 +91293,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: - - *371 - *372 - - *461 + - *373 + - *462 requestBody: required: true content: @@ -91288,8 +91303,8 @@ paths: schema: type: object properties: - state: *651 - resolution: *652 + state: *652 + resolution: *653 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -91307,7 +91322,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -91382,9 +91397,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: - - *371 - *372 - - *461 + - *373 + - *462 - *19 - *17 responses: @@ -91395,7 +91410,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &813 + items: &814 type: object properties: type: @@ -91754,8 +91769,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -91763,14 +91778,14 @@ paths: schema: type: object properties: - reason: &655 + reason: &656 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *654 + placeholder_id: *655 required: - reason - placeholder_id @@ -91787,7 +91802,7 @@ paths: schema: type: object properties: - reason: *655 + reason: *656 expire_at: type: string format: date-time @@ -91830,8 +91845,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: - - *371 - *372 + - *373 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -91846,7 +91861,7 @@ paths: properties: incremental_scans: type: array - items: &656 + items: &657 description: Information on a single scan performed by secret scanning on the repository type: object @@ -91872,15 +91887,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *656 + items: *657 backfill_scans: type: array - items: *656 + items: *657 custom_pattern_backfill_scans: type: array items: allOf: - - *656 + - *657 - type: object properties: pattern_name: @@ -91950,8 +91965,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *371 - *372 + - *373 - *86 - name: sort description: The property to sort the results by. @@ -91995,9 +92010,9 @@ paths: application/json: schema: type: array - items: *657 + items: *658 examples: - default: *658 + default: *659 '400': *14 '404': *6 x-github: @@ -92020,8 +92035,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -92094,7 +92109,7 @@ paths: login: type: string description: The username of the user credited. - type: *338 + type: *339 required: - login - type @@ -92181,9 +92196,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: &660 + default: &661 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -92416,8 +92431,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -92521,7 +92536,7 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: default: value: @@ -92668,17 +92683,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: - - *371 - *372 - - *659 + - *373 + - *660 responses: '200': description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *660 + default: *661 '403': *29 '404': *6 x-github: @@ -92702,9 +92717,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: - - *371 - *372 - - *659 + - *373 + - *660 requestBody: required: true content: @@ -92777,7 +92792,7 @@ paths: login: type: string description: The username of the user credited. - type: *338 + type: *339 required: - login - type @@ -92863,10 +92878,10 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *660 - add_credit: *660 + default: *661 + add_credit: *661 '403': *29 '404': *6 '422': @@ -92904,9 +92919,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: - - *371 - *372 - - *659 + - *373 + - *660 responses: '202': *95 '400': *14 @@ -92933,17 +92948,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: - - *371 - *372 - - *659 + - *373 + - *660 responses: '202': description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *386 + default: *387 '400': *14 '422': *15 '403': *29 @@ -92969,8 +92984,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -93069,8 +93084,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *371 - *372 + - *373 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -93079,7 +93094,7 @@ paths: application/json: schema: type: array - items: &661 + items: &662 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -93112,8 +93127,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -93189,8 +93204,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *371 - *372 + - *373 responses: '200': description: Response @@ -93286,8 +93301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *371 - *372 + - *373 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -93441,8 +93456,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: - - *371 - *372 + - *373 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -93452,7 +93467,7 @@ paths: application/json: schema: type: array - items: *661 + items: *662 examples: default: value: @@ -93485,8 +93500,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *371 - *372 + - *373 - name: sha in: path required: true @@ -93540,7 +93555,7 @@ paths: description: Response content: application/json: - schema: *662 + schema: *663 examples: default: value: @@ -93594,8 +93609,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -93627,14 +93642,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *371 - *372 + - *373 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &663 + schema: &664 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -93702,8 +93717,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *371 - *372 + - *373 requestBody: required: false content: @@ -93729,7 +93744,7 @@ paths: description: Response content: application/json: - schema: *663 + schema: *664 examples: default: value: @@ -93756,8 +93771,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *371 - *372 + - *373 responses: '204': description: Response @@ -93777,8 +93792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -93857,8 +93872,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: - - *371 - *372 + - *373 responses: '200': description: Response @@ -93866,7 +93881,7 @@ paths: application/json: schema: type: array - items: &664 + items: &665 title: Tag protection description: Tag protection type: object @@ -93918,8 +93933,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: - - *371 - *372 + - *373 requestBody: required: true content: @@ -93942,7 +93957,7 @@ paths: description: Response content: application/json: - schema: *664 + schema: *665 examples: default: value: @@ -93973,8 +93988,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: - - *371 - *372 + - *373 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -94011,8 +94026,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *371 - *372 + - *373 - name: ref in: path required: true @@ -94048,8 +94063,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *371 - *372 + - *373 - *17 - *19 responses: @@ -94081,8 +94096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *371 - *372 + - *373 - *19 - *17 responses: @@ -94090,7 +94105,7 @@ paths: description: Response content: application/json: - schema: &665 + schema: &666 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -94102,7 +94117,7 @@ paths: required: - names examples: - default: &666 + default: &667 value: names: - octocat @@ -94125,8 +94140,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -94157,9 +94172,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: *666 + default: *667 '404': *6 '422': *7 x-github: @@ -94180,9 +94195,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *371 - *372 - - &667 + - *373 + - &668 name: per description: The time frame to display results for. in: query @@ -94211,7 +94226,7 @@ paths: example: 128 clones: type: array - items: &668 + items: &669 title: Traffic type: object properties: @@ -94298,8 +94313,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *371 - *372 + - *373 responses: '200': description: Response @@ -94389,8 +94404,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *371 - *372 + - *373 responses: '200': description: Response @@ -94450,9 +94465,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *371 - *372 - - *667 + - *373 + - *668 responses: '200': description: Response @@ -94471,7 +94486,7 @@ paths: example: 3782 views: type: array - items: *668 + items: *669 required: - uniques - count @@ -94548,8 +94563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *371 - *372 + - *373 requestBody: required: true content: @@ -94823,8 +94838,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: - - *371 - *372 + - *373 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -94847,8 +94862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *371 - *372 + - *373 responses: '204': description: Response @@ -94870,8 +94885,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *371 - *372 + - *373 responses: '204': description: Response @@ -94897,8 +94912,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *371 - *372 + - *373 - name: ref in: path required: true @@ -94990,9 +95005,9 @@ paths: description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *386 + default: *387 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -95143,7 +95158,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &676 + - &677 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -95152,7 +95167,7 @@ paths: schema: type: string example: members - - &681 + - &682 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -95163,7 +95178,7 @@ paths: default: 1 format: int32 example: 1 - - &682 + - &683 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -95205,7 +95220,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &670 + items: &671 allOf: - type: object required: @@ -95280,7 +95295,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: &683 + meta: &684 type: object description: The metadata associated with the creation/updates to the user. @@ -95340,31 +95355,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &671 + '400': &672 description: Bad request content: application/json: - schema: *669 + schema: *670 application/scim+json: - schema: *669 - '401': &672 + schema: *670 + '401': &673 description: Authorization failure - '403': &673 + '403': &674 description: Permission denied - '429': &674 + '429': &675 description: Too many requests content: application/json: - schema: *669 + schema: *670 application/scim+json: - schema: *669 - '500': &675 + schema: *670 + '500': &676 description: Internal server error content: application/json: - schema: *669 + schema: *670 application/scim+json: - schema: *669 + schema: *670 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95388,7 +95403,7 @@ paths: required: true content: application/json: - schema: &679 + schema: &680 type: object required: - schemas @@ -95444,9 +95459,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *670 + schema: *671 examples: - group: &677 + group: &678 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -95465,13 +95480,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': *671 - '401': *672 - '403': *673 - '409': &680 + '400': *672 + '401': *673 + '403': *674 + '409': &681 description: Duplicate record detected - '429': *674 - '500': *675 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95488,7 +95503,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: - - &678 + - &679 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -95496,22 +95511,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *676 + - *677 - *40 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *670 + schema: *671 examples: - default: *677 - '400': *671 - '401': *672 - '403': *673 + default: *678 + '400': *672 + '401': *673 + '403': *674 '404': *6 - '429': *674 - '500': *675 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95530,13 +95545,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: - - *678 + - *679 - *40 requestBody: required: true content: application/json: - schema: *679 + schema: *680 examples: group: summary: Group @@ -95562,17 +95577,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *670 + schema: *671 examples: - group: *677 - groupWithMembers: *677 - '400': *671 - '401': *672 - '403': *673 + group: *678 + groupWithMembers: *678 + '400': *672 + '401': *673 + '403': *674 '404': *6 - '409': *680 - '429': *674 - '500': *675 + '409': *681 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95596,13 +95611,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: - - *678 + - *679 - *40 requestBody: required: true content: application/json: - schema: &690 + schema: &691 type: object required: - Operations @@ -95662,17 +95677,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *670 + schema: *671 examples: - updateGroup: *677 - addMembers: *677 - '400': *671 - '401': *672 - '403': *673 + updateGroup: *678 + addMembers: *678 + '400': *672 + '401': *673 + '403': *674 '404': *6 - '409': *680 - '429': *674 - '500': *675 + '409': *681 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95688,17 +95703,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: - - *678 + - *679 - *40 responses: '204': description: Group was deleted, no content - '400': *671 - '401': *672 - '403': *673 + '400': *672 + '401': *673 + '403': *674 '404': *6 - '429': *674 - '500': *675 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95732,8 +95747,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *681 - *682 + - *683 - *40 responses: '200': @@ -95766,7 +95781,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &685 + items: &686 allOf: - type: object required: @@ -95845,7 +95860,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &684 + roles: &685 type: array description: The roles assigned to the user. items: @@ -95901,7 +95916,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *683 + meta: *684 startIndex: type: integer description: A starting index for the returned page @@ -95938,11 +95953,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *671 - '401': *672 - '403': *673 - '429': *674 - '500': *675 + '400': *672 + '401': *673 + '403': *674 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95966,7 +95981,7 @@ paths: required: true content: application/json: - schema: &688 + schema: &689 type: object required: - schemas @@ -96048,9 +96063,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *684 + roles: *685 examples: - user: &689 + user: &690 summary: User value: schemas: @@ -96097,9 +96112,9 @@ paths: description: User has been created content: application/scim+json: - schema: *685 + schema: *686 examples: - user: &686 + user: &687 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -96125,13 +96140,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: *686 - '400': *671 - '401': *672 - '403': *673 - '409': *680 - '429': *674 - '500': *675 + enterpriseOwner: *687 + '400': *672 + '401': *673 + '403': *674 + '409': *681 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96148,7 +96163,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: - - &687 + - &688 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -96161,15 +96176,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *685 + schema: *686 examples: - default: *686 - '400': *671 - '401': *672 - '403': *673 + default: *687 + '400': *672 + '401': *673 + '403': *674 '404': *6 - '429': *674 - '500': *675 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96191,30 +96206,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: - - *687 + - *688 - *40 requestBody: required: true content: application/json: - schema: *688 + schema: *689 examples: - user: *689 + user: *690 responses: '200': description: User was updated content: application/scim+json: - schema: *685 + schema: *686 examples: - user: *686 - '400': *671 - '401': *672 - '403': *673 + user: *687 + '400': *672 + '401': *673 + '403': *674 '404': *6 - '409': *680 - '429': *674 - '500': *675 + '409': *681 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96249,13 +96264,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: - - *687 + - *688 - *40 requestBody: required: true content: application/json: - schema: *690 + schema: *691 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -96295,18 +96310,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *685 - examples: - userMultiValuedProperties: *686 - userSingleValuedProperties: *686 - disableUser: *686 - '400': *671 - '401': *672 - '403': *673 + schema: *686 + examples: + userMultiValuedProperties: *687 + userSingleValuedProperties: *687 + disableUser: *687 + '400': *672 + '401': *673 + '403': *674 '404': *6 - '409': *680 - '429': *674 - '500': *675 + '409': *681 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96326,17 +96341,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: - - *687 + - *688 - *40 responses: '204': description: User was deleted, no content - '400': *671 - '401': *672 - '403': *673 + '400': *672 + '401': *673 + '403': *674 '404': *6 - '429': *674 - '500': *675 + '429': *675 + '500': *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96423,7 +96438,7 @@ paths: example: 1 Resources: type: array - items: &691 + items: &692 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -96654,22 +96669,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': &692 + '404': &693 description: Resource not found content: application/json: - schema: *669 + schema: *670 application/scim+json: - schema: *669 - '403': &693 + schema: *670 + '403': &694 description: Forbidden content: application/json: - schema: *669 + schema: *670 application/scim+json: - schema: *669 - '400': *671 - '429': *674 + schema: *670 + '400': *672 + '429': *675 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -96695,9 +96710,9 @@ paths: description: Response content: application/scim+json: - schema: *691 + schema: *692 examples: - default: &694 + default: &695 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -96720,17 +96735,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': *692 - '403': *693 - '500': *675 + '404': *693 + '403': *694 + '500': *676 '409': description: Conflict content: application/json: - schema: *669 + schema: *670 application/scim+json: - schema: *669 - '400': *671 + schema: *670 + '400': *672 requestBody: required: true content: @@ -96823,17 +96838,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *171 - - *687 + - *688 responses: '200': description: Response content: application/scim+json: - schema: *691 + schema: *692 examples: - default: *694 - '404': *692 - '403': *693 + default: *695 + '404': *693 + '403': *694 '304': *37 x-github: githubCloudOnly: true @@ -96857,18 +96872,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *171 - - *687 + - *688 responses: '200': description: Response content: application/scim+json: - schema: *691 + schema: *692 examples: - default: *694 + default: *695 '304': *37 - '404': *692 - '403': *693 + '404': *693 + '403': *694 requestBody: required: true content: @@ -96977,19 +96992,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *171 - - *687 + - *688 responses: '200': description: Response content: application/scim+json: - schema: *691 + schema: *692 examples: - default: *694 + default: *695 '304': *37 - '404': *692 - '403': *693 - '400': *671 + '404': *693 + '403': *694 + '400': *672 '429': description: Response content: @@ -97080,12 +97095,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *171 - - *687 + - *688 responses: '204': description: Response - '404': *692 - '403': *693 + '404': *693 + '403': *694 '304': *37 x-github: githubCloudOnly: true @@ -97218,7 +97233,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &695 + text_matches: &696 title: Search Result Text Matches type: array items: @@ -97381,7 +97396,7 @@ paths: enum: - author-date - committer-date - - &696 + - &697 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 @@ -97452,7 +97467,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *428 + properties: *429 nullable: true comment_count: type: integer @@ -97472,7 +97487,7 @@ paths: url: type: string format: uri - verification: *544 + verification: *545 required: - author - committer @@ -97491,7 +97506,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *428 + properties: *429 nullable: true parents: type: array @@ -97509,7 +97524,7 @@ paths: type: number node_id: type: string - text_matches: *695 + text_matches: *696 required: - sha - node_id @@ -97691,7 +97706,7 @@ paths: - interactions - created - updated - - *696 + - *697 - *17 - *19 - name: advanced_search @@ -97818,8 +97833,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *496 - required: *497 + properties: *497 + required: *498 nullable: true comments: type: integer @@ -97833,7 +97848,7 @@ paths: type: string format: date-time nullable: true - text_matches: *695 + text_matches: *696 pull_request: type: object properties: @@ -98060,7 +98075,7 @@ paths: enum: - created - updated - - *696 + - *697 - *17 - *19 responses: @@ -98104,7 +98119,7 @@ paths: nullable: true score: type: number - text_matches: *695 + text_matches: *696 required: - id - node_id @@ -98190,7 +98205,7 @@ paths: - forks - help-wanted-issues - updated - - *696 + - *697 - *17 - *19 responses: @@ -98429,7 +98444,7 @@ paths: - admin - pull - push - text_matches: *695 + text_matches: *696 temp_clone_token: type: string allow_merge_commit: @@ -98730,7 +98745,7 @@ paths: type: string format: uri nullable: true - text_matches: *695 + text_matches: *696 related: type: array nullable: true @@ -98923,7 +98938,7 @@ paths: - followers - repositories - joined - - *696 + - *697 - *17 - *19 responses: @@ -99027,7 +99042,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *695 + text_matches: *696 blog: type: string nullable: true @@ -99106,7 +99121,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &697 + - &698 name: team_id description: The unique identifier of the team. in: path @@ -99118,9 +99133,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '404': *6 x-github: githubCloudOnly: false @@ -99147,7 +99162,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *697 + - *698 requestBody: required: true content: @@ -99210,16 +99225,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '201': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 '404': *6 '422': *15 '403': *29 @@ -99247,7 +99262,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *697 + - *698 responses: '204': description: Response @@ -99278,7 +99293,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *697 + - *698 - *86 - *17 - *19 @@ -99289,9 +99304,9 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: - default: *698 + default: *699 headers: Link: *39 x-github: @@ -99320,7 +99335,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *697 + - *698 requestBody: required: true content: @@ -99354,9 +99369,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: triggersNotification: true githubCloudOnly: false @@ -99383,16 +99398,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *697 - - *356 + - *698 + - *357 responses: '200': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99417,8 +99432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *697 - - *356 + - *698 + - *357 requestBody: required: false content: @@ -99441,9 +99456,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *699 + default: *700 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99468,8 +99483,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *697 - - *356 + - *698 + - *357 responses: '204': description: Response @@ -99498,8 +99513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *697 - - *356 + - *698 + - *357 - *86 - *17 - *19 @@ -99510,9 +99525,9 @@ paths: application/json: schema: type: array - items: *357 + items: *358 examples: - default: *700 + default: *701 headers: Link: *39 x-github: @@ -99541,8 +99556,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *697 - - *356 + - *698 + - *357 requestBody: required: true content: @@ -99564,9 +99579,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *358 + default: *359 x-github: triggersNotification: true githubCloudOnly: false @@ -99593,17 +99608,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *697 - - *356 - - *359 + - *698 + - *357 + - *360 responses: '200': description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *358 + default: *359 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99628,9 +99643,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *697 - - *356 - - *359 + - *698 + - *357 + - *360 requestBody: required: true content: @@ -99652,9 +99667,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *701 + default: *702 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99679,9 +99694,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *697 - - *356 - - *359 + - *698 + - *357 + - *360 responses: '204': description: Response @@ -99710,9 +99725,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: - - *697 - - *356 - - *359 + - *698 + - *357 + - *360 - 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. @@ -99738,9 +99753,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *362 + default: *363 headers: Link: *39 x-github: @@ -99769,9 +99784,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: - - *697 - - *356 - - *359 + - *698 + - *357 + - *360 requestBody: required: true content: @@ -99803,9 +99818,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99831,8 +99846,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: - - *697 - - *356 + - *698 + - *357 - 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. @@ -99858,9 +99873,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *362 + default: *363 headers: Link: *39 x-github: @@ -99889,8 +99904,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: - - *697 - - *356 + - *698 + - *357 requestBody: required: true content: @@ -99922,9 +99937,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99948,7 +99963,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *697 + - *698 - *17 - *19 responses: @@ -99986,7 +100001,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *697 + - *698 - name: role description: Filters members returned by their role in the team. in: query @@ -100037,7 +100052,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *697 + - *698 - *219 responses: '204': @@ -100074,7 +100089,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *697 + - *698 - *219 responses: '204': @@ -100114,7 +100129,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *697 + - *698 - *219 responses: '204': @@ -100151,16 +100166,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: - - *697 + - *698 - *219 responses: '200': description: Response content: application/json: - schema: *368 + schema: *369 examples: - response-if-user-is-a-team-maintainer: *702 + response-if-user-is-a-team-maintainer: *703 '404': *6 x-github: githubCloudOnly: false @@ -100193,7 +100208,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: - - *697 + - *698 - *219 requestBody: required: false @@ -100219,9 +100234,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - response-if-users-membership-with-team-is-now-pending: *703 + response-if-users-membership-with-team-is-now-pending: *704 '403': description: Forbidden if team synchronization is set up '422': @@ -100255,7 +100270,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: - - *697 + - *698 - *219 responses: '204': @@ -100284,7 +100299,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *697 + - *698 - *17 - *19 responses: @@ -100294,9 +100309,9 @@ paths: application/json: schema: type: array - items: *369 + items: *370 examples: - default: *704 + default: *705 headers: Link: *39 '404': *6 @@ -100322,16 +100337,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: - - *697 - - *370 + - *698 + - *371 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: - default: *705 + default: *706 '404': description: Not Found if project is not managed by this team x-github: @@ -100355,8 +100370,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: - - *697 - - *370 + - *698 + - *371 requestBody: required: false content: @@ -100423,8 +100438,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: - - *697 - - *370 + - *698 + - *371 responses: '204': description: Response @@ -100451,7 +100466,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *697 + - *698 - *17 - *19 responses: @@ -100493,15 +100508,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: - - *697 - - *371 + - *698 - *372 + - *373 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *706 + schema: *707 examples: alternative-response-with-extra-repository-information: value: @@ -100652,9 +100667,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: - - *697 - - *371 + - *698 - *372 + - *373 requestBody: required: false content: @@ -100704,9 +100719,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: - - *697 - - *371 + - *698 - *372 + - *373 responses: '204': description: Response @@ -100735,15 +100750,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: - - *697 + - *698 responses: '200': description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: *374 + default: *375 '403': *29 '404': *6 x-github: @@ -100770,7 +100785,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: - - *697 + - *698 requestBody: required: true content: @@ -100827,7 +100842,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: default: value: @@ -100858,7 +100873,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *697 + - *698 - *17 - *19 responses: @@ -100870,7 +100885,7 @@ paths: type: array items: *286 examples: - response-if-child-teams-exist: *707 + response-if-child-teams-exist: *708 headers: Link: *39 '404': *6 @@ -100903,7 +100918,7 @@ paths: application/json: schema: oneOf: - - &709 + - &710 title: Private User description: Private User type: object @@ -101106,7 +101121,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *708 + - *709 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -101259,7 +101274,7 @@ paths: description: Response content: application/json: - schema: *709 + schema: *710 examples: default: value: @@ -101605,7 +101620,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -101613,7 +101628,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '401': *25 '403': *29 '404': *6 @@ -101657,7 +101672,7 @@ paths: type: integer secrets: type: array - items: &710 + items: &711 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -101697,7 +101712,7 @@ paths: - visibility - selected_repositories_url examples: - default: *484 + default: *485 headers: Link: *39 x-github: @@ -101773,7 +101788,7 @@ paths: description: Response content: application/json: - schema: *710 + schema: *711 examples: default: value: @@ -101919,7 +101934,7 @@ paths: type: array items: *197 examples: - default: *711 + default: *712 '401': *25 '403': *29 '404': *6 @@ -102071,7 +102086,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '304': *37 '500': *99 '401': *25 @@ -102129,7 +102144,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '401': *25 '403': *29 '404': *6 @@ -102186,7 +102201,7 @@ paths: description: Response content: application/json: - schema: &712 + schema: &713 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -102227,7 +102242,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &713 + default: &714 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -102272,9 +102287,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: *713 + default: *714 '404': *6 x-github: githubCloudOnly: false @@ -102311,9 +102326,9 @@ paths: type: integer machines: type: array - items: *714 + items: *715 examples: - default: *715 + default: *716 '304': *37 '500': *99 '401': *25 @@ -102392,13 +102407,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *384 + repository: *385 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *482 - required: *483 + properties: *483 + required: *484 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -103180,7 +103195,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '304': *37 '500': *99 '400': *14 @@ -103220,7 +103235,7 @@ paths: application/json: schema: *290 examples: - default: *481 + default: *482 '500': *99 '401': *25 '403': *29 @@ -103252,7 +103267,7 @@ paths: type: array items: *302 examples: - default: &728 + default: &729 value: - id: 197 name: hello_docker @@ -103353,7 +103368,7 @@ paths: application/json: schema: type: array - items: &716 + items: &717 title: Email description: Email type: object @@ -103418,9 +103433,9 @@ paths: application/json: schema: type: array - items: *716 + items: *717 examples: - default: &730 + default: &731 value: - email: octocat@github.com verified: true @@ -103495,7 +103510,7 @@ paths: application/json: schema: type: array - items: *716 + items: *717 examples: default: value: @@ -103751,7 +103766,7 @@ paths: application/json: schema: type: array - items: &717 + items: &718 title: GPG Key description: A unique encryption key type: object @@ -103882,7 +103897,7 @@ paths: - subkeys - revoked examples: - default: &741 + default: &742 value: - id: 3 name: Octocat's GPG Key @@ -103967,9 +103982,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: &718 + default: &719 value: id: 3 name: Octocat's GPG Key @@ -104026,7 +104041,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: - - &719 + - &720 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -104038,9 +104053,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: *718 + default: *719 '404': *6 '304': *37 '403': *29 @@ -104063,7 +104078,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: - - *719 + - *720 responses: '204': description: Response @@ -104254,7 +104269,7 @@ paths: type: array items: *63 examples: - default: *720 + default: *721 headers: Link: *39 '404': *6 @@ -104368,7 +104383,7 @@ paths: required: true content: application/json: - schema: *555 + schema: *556 examples: default: value: @@ -104518,7 +104533,7 @@ paths: application/json: schema: type: array - items: &721 + items: &722 title: Key description: Key type: object @@ -104615,9 +104630,9 @@ paths: description: Response content: application/json: - schema: *721 + schema: *722 examples: - default: &722 + default: &723 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -104650,15 +104665,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: - - *584 + - *585 responses: '200': description: Response content: application/json: - schema: *721 + schema: *722 examples: - default: *722 + default: *723 '404': *6 '304': *37 '403': *29 @@ -104681,7 +104696,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: - - *584 + - *585 responses: '204': description: Response @@ -104714,7 +104729,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -104782,7 +104797,7 @@ paths: - account - plan examples: - default: &724 + default: &725 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -104844,9 +104859,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *724 + default: *725 headers: Link: *39 '304': *37 @@ -105841,7 +105856,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *296 - - *725 + - *726 responses: '204': description: Response @@ -105914,7 +105929,7 @@ paths: type: array items: *58 examples: - default: *726 + default: *727 headers: Link: *39 '304': *37 @@ -105956,7 +105971,7 @@ paths: - docker - nuget - container - - *727 + - *728 - *19 - *17 responses: @@ -105968,8 +105983,8 @@ paths: type: array items: *302 examples: - default: *728 - '400': *729 + default: *729 + '400': *730 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105998,7 +106013,7 @@ paths: application/json: schema: *302 examples: - default: &742 + default: &743 value: id: 40201 name: octo-name @@ -106379,7 +106394,7 @@ paths: description: Response content: application/json: - schema: *317 + schema: *318 examples: default: value: @@ -106451,9 +106466,9 @@ paths: application/json: schema: type: array - items: *716 + items: *717 examples: - default: *730 + default: *731 headers: Link: *39 '304': *37 @@ -106566,7 +106581,7 @@ paths: type: array items: *63 examples: - default: &737 + default: &738 summary: Default response value: - id: 1296269 @@ -106868,9 +106883,9 @@ paths: description: Response content: application/json: - schema: *384 + schema: *385 examples: - default: *386 + default: *387 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -106908,9 +106923,9 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: - default: *731 + default: *732 headers: Link: *39 '304': *37 @@ -106989,7 +107004,7 @@ paths: application/json: schema: type: array - items: &732 + items: &733 title: Social account description: Social media account type: object @@ -107004,7 +107019,7 @@ paths: - provider - url examples: - default: &733 + default: &734 value: - provider: twitter url: https://twitter.com/github @@ -107066,9 +107081,9 @@ paths: application/json: schema: type: array - items: *732 + items: *733 examples: - default: *733 + default: *734 '422': *15 '304': *37 '404': *6 @@ -107155,7 +107170,7 @@ paths: application/json: schema: type: array - items: &734 + items: &735 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -107175,7 +107190,7 @@ paths: - title - created_at examples: - default: &743 + default: &744 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107241,9 +107256,9 @@ paths: description: Response content: application/json: - schema: *734 + schema: *735 examples: - default: &735 + default: &736 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107274,7 +107289,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: - - &736 + - &737 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -107286,9 +107301,9 @@ paths: description: Response content: application/json: - schema: *734 + schema: *735 examples: - default: *735 + default: *736 '404': *6 '304': *37 '403': *29 @@ -107311,7 +107326,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: - - *736 + - *737 responses: '204': description: Response @@ -107340,7 +107355,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: - - &744 + - &745 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 @@ -107365,11 +107380,11 @@ paths: type: array items: *63 examples: - default-response: *737 + default-response: *738 application/vnd.github.v3.star+json: schema: type: array - items: &745 + items: &746 title: Starred Repository description: Starred Repository type: object @@ -107525,8 +107540,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: - - *371 - *372 + - *373 responses: '204': description: Response if this repository is starred by you @@ -107554,8 +107569,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: - - *371 - *372 + - *373 responses: '204': description: Response @@ -107579,8 +107594,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: - - *371 - *372 + - *373 responses: '204': description: Response @@ -107652,7 +107667,7 @@ paths: application/json: schema: type: array - items: *352 + items: *353 examples: default: value: @@ -107738,10 +107753,10 @@ paths: application/json: schema: oneOf: + - *710 - *709 - - *708 examples: - default-response: &739 + default-response: &740 summary: Default response value: login: octocat @@ -107776,7 +107791,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &740 + response-with-git-hub-plan-information: &741 summary: Response with GitHub plan information value: login: octocat @@ -107836,7 +107851,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *738 + - *739 - *17 responses: '200': @@ -107885,11 +107900,11 @@ paths: application/json: schema: oneOf: + - *710 - *709 - - *708 examples: - default-response: *739 - response-with-git-hub-plan-information: *740 + default-response: *740 + response-with-git-hub-plan-information: *741 '404': *6 x-github: githubCloudOnly: false @@ -107965,7 +107980,7 @@ paths: bundle_url: type: string examples: - default: *424 + default: *425 '201': description: Response content: @@ -108006,7 +108021,7 @@ paths: type: array items: *302 examples: - default: *728 + default: *729 '403': *29 '401': *25 x-github: @@ -108410,9 +108425,9 @@ paths: application/json: schema: type: array - items: *717 + items: *718 examples: - default: *741 + default: *742 headers: Link: *39 x-github: @@ -108516,7 +108531,7 @@ paths: application/json: schema: *22 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108594,7 +108609,7 @@ paths: type: array items: *58 examples: - default: *726 + default: *727 headers: Link: *39 x-github: @@ -108633,7 +108648,7 @@ paths: - docker - nuget - container - - *727 + - *728 - *219 - *19 - *17 @@ -108646,10 +108661,10 @@ paths: type: array items: *302 examples: - default: *728 + default: *729 '403': *29 '401': *25 - '400': *729 + '400': *730 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108679,7 +108694,7 @@ paths: application/json: schema: *302 examples: - default: *742 + default: *743 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108965,7 +108980,7 @@ paths: application/json: schema: type: array - items: *317 + items: *318 examples: default: value: @@ -109278,9 +109293,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109308,9 +109323,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *345 + default: *346 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109338,9 +109353,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109368,9 +109383,9 @@ paths: application/json: schema: type: array - items: *732 + items: *733 examples: - default: *733 + default: *734 headers: Link: *39 x-github: @@ -109400,9 +109415,9 @@ paths: application/json: schema: type: array - items: *734 + items: *735 examples: - default: *743 + default: *744 headers: Link: *39 x-github: @@ -109427,7 +109442,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *219 - - *744 + - *745 - *86 - *17 - *19 @@ -109439,11 +109454,11 @@ paths: schema: anyOf: - type: array - items: *745 + items: *746 - type: array items: *63 examples: - default-response: *737 + default-response: *738 headers: Link: *39 x-github: @@ -109602,7 +109617,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &746 + enterprise: &747 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -109660,7 +109675,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &747 + installation: &748 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -109679,7 +109694,7 @@ x-webhooks: required: - id - node_id - organization: &748 + organization: &749 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -109739,13 +109754,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &749 + repository: &750 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: &786 + properties: &787 id: description: Unique identifier of the repository example: 42 @@ -110428,7 +110443,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &787 + required: &788 - archive_url - assignees_url - blobs_url @@ -110579,10 +110594,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -110658,11 +110673,11 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - rule: &750 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + rule: &751 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) @@ -110885,11 +110900,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - rule: *750 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + rule: *751 sender: *4 required: - action @@ -111072,11 +111087,11 @@ x-webhooks: - everyone required: - from - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - rule: *750 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + rule: *751 sender: *4 required: - action @@ -111149,7 +111164,7 @@ x-webhooks: required: true content: application/json: - schema: &753 + schema: &754 title: Exemption request cancellation event type: object properties: @@ -111157,11 +111172,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - exemption_request: &751 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + exemption_request: &752 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -111351,7 +111366,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &752 + items: &753 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -111461,7 +111476,7 @@ x-webhooks: required: true content: application/json: - schema: &754 + schema: &755 title: Exemption request completed event type: object properties: @@ -111469,11 +111484,11 @@ x-webhooks: type: string enum: - completed - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - exemption_request: *751 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + exemption_request: *752 sender: *4 required: - action @@ -111545,7 +111560,7 @@ x-webhooks: required: true content: application/json: - schema: &755 + schema: &756 title: Exemption request created event type: object properties: @@ -111553,11 +111568,11 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - exemption_request: *751 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + exemption_request: *752 sender: *4 required: - action @@ -111629,7 +111644,7 @@ x-webhooks: required: true content: application/json: - schema: &756 + schema: &757 title: Exemption response dismissed event type: object properties: @@ -111637,12 +111652,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - exemption_request: *751 - exemption_response: *752 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + exemption_request: *752 + exemption_response: *753 sender: *4 required: - action @@ -111716,7 +111731,7 @@ x-webhooks: required: true content: application/json: - schema: &757 + schema: &758 title: Exemption response submitted event type: object properties: @@ -111724,12 +111739,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - exemption_request: *751 - exemption_response: *752 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + exemption_request: *752 + exemption_response: *753 sender: *4 required: - action @@ -111802,7 +111817,7 @@ x-webhooks: required: true content: application/json: - schema: *753 + schema: *754 responses: '200': description: Return a 200 status to indicate that the data was received @@ -111869,7 +111884,7 @@ x-webhooks: required: true content: application/json: - schema: *754 + schema: *755 responses: '200': description: Return a 200 status to indicate that the data was received @@ -111936,7 +111951,7 @@ x-webhooks: required: true content: application/json: - schema: *755 + schema: *756 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112003,7 +112018,7 @@ x-webhooks: required: true content: application/json: - schema: *756 + schema: *757 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112071,7 +112086,7 @@ x-webhooks: required: true content: application/json: - schema: *757 + schema: *758 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112149,7 +112164,7 @@ x-webhooks: type: string enum: - completed - check_run: &759 + check_run: &760 title: CheckRun description: A check performed on the code of a given code change type: object @@ -112212,7 +112227,7 @@ x-webhooks: type: string pull_requests: type: array - items: *443 + items: *444 repository: *197 status: example: completed @@ -112250,7 +112265,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *758 + deployment: *759 details_url: example: https://example.com type: string @@ -112300,7 +112315,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *443 + items: *444 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -112335,9 +112350,9 @@ x-webhooks: - output - app - pull_requests - installation: *747 - organization: *748 - repository: *749 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - check_run @@ -112730,10 +112745,10 @@ x-webhooks: type: string enum: - created - check_run: *759 - installation: *747 - organization: *748 - repository: *749 + check_run: *760 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - check_run @@ -113129,10 +113144,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *759 - installation: *747 - organization: *748 - repository: *749 + check_run: *760 + installation: *748 + organization: *749 + repository: *750 requested_action: description: The action requested by the user. type: object @@ -113537,10 +113552,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *759 - installation: *747 - organization: *748 - repository: *749 + check_run: *760 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - check_run @@ -114517,10 +114532,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -115190,10 +115205,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -115857,10 +115872,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -116023,7 +116038,7 @@ x-webhooks: required: - login - id - dismissed_comment: *456 + dismissed_comment: *457 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -116168,20 +116183,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &760 + commit_oid: &761 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: *746 - installation: *747 - organization: *748 - ref: &761 + enterprise: *747 + installation: *748 + organization: *749 + ref: &762 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: *749 + repository: *750 sender: *4 required: - action @@ -116343,7 +116358,7 @@ x-webhooks: required: - login - id - dismissed_comment: *456 + dismissed_comment: *457 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -116573,12 +116588,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *760 - enterprise: *746 - installation: *747 - organization: *748 - ref: *761 - repository: *749 + commit_oid: *761 + enterprise: *747 + installation: *748 + organization: *749 + ref: *762 + repository: *750 sender: *4 required: - action @@ -116673,7 +116688,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *456 + dismissed_comment: *457 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -116841,12 +116856,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *760 - enterprise: *746 - installation: *747 - organization: *748 - ref: *761 - repository: *749 + commit_oid: *761 + enterprise: *747 + installation: *748 + organization: *749 + ref: *762 + repository: *750 sender: *4 required: - action @@ -117009,7 +117024,7 @@ x-webhooks: required: - login - id - dismissed_comment: *456 + dismissed_comment: *457 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -117175,12 +117190,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *760 - enterprise: *746 - installation: *747 - organization: *748 - ref: *761 - repository: *749 + commit_oid: *761 + enterprise: *747 + installation: *748 + organization: *749 + ref: *762 + repository: *750 sender: *4 required: - action @@ -117277,7 +117292,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *456 + dismissed_comment: *457 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117445,16 +117460,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 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: *749 + repository: *750 sender: *4 required: - action @@ -117548,7 +117563,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *456 + dismissed_comment: *457 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117688,12 +117703,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *760 - enterprise: *746 - installation: *747 - organization: *748 - ref: *761 - repository: *749 + commit_oid: *761 + enterprise: *747 + installation: *748 + organization: *749 + ref: *762 + repository: *750 sender: *4 required: - action @@ -117950,10 +117965,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -118033,18 +118048,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *748 - pusher_type: &762 + organization: *749 + pusher_type: &763 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &763 + ref: &764 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -118054,7 +118069,7 @@ x-webhooks: enum: - tag - branch - repository: *749 + repository: *750 sender: *4 required: - ref @@ -118137,9 +118152,9 @@ x-webhooks: enum: - created definition: *114 - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 sender: *4 required: - action @@ -118224,9 +118239,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 sender: *4 required: - action @@ -118304,9 +118319,9 @@ x-webhooks: enum: - updated definition: *114 - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 sender: *4 required: - action @@ -118383,19 +118398,19 @@ x-webhooks: type: string enum: - updated - enterprise: *746 - installation: *747 - repository: *749 - organization: *748 + enterprise: *747 + installation: *748 + repository: *750 + organization: *749 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *319 + items: *320 old_property_values: type: array description: The old custom property values for the repository. - items: *319 + items: *320 required: - action - repository @@ -118471,18 +118486,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *746 - installation: *747 - organization: *748 - pusher_type: *762 - ref: *763 + enterprise: *747 + installation: *748 + organization: *749 + pusher_type: *763 + ref: *764 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *749 + repository: *750 sender: *4 required: - ref @@ -118566,11 +118581,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *513 - installation: *747 - organization: *748 - enterprise: *746 - repository: *749 + alert: *514 + installation: *748 + organization: *749 + enterprise: *747 + repository: *750 sender: *4 required: - action @@ -118654,11 +118669,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *513 - installation: *747 - organization: *748 - enterprise: *746 - repository: *749 + alert: *514 + installation: *748 + organization: *749 + enterprise: *747 + repository: *750 sender: *4 required: - action @@ -118742,11 +118757,11 @@ x-webhooks: type: string enum: - created - alert: *513 - installation: *747 - organization: *748 - enterprise: *746 - repository: *749 + alert: *514 + installation: *748 + organization: *749 + enterprise: *747 + repository: *750 sender: *4 required: - action @@ -118828,11 +118843,11 @@ x-webhooks: type: string enum: - dismissed - alert: *513 - installation: *747 - organization: *748 - enterprise: *746 - repository: *749 + alert: *514 + installation: *748 + organization: *749 + enterprise: *747 + repository: *750 sender: *4 required: - action @@ -118914,11 +118929,11 @@ x-webhooks: type: string enum: - fixed - alert: *513 - installation: *747 - organization: *748 - enterprise: *746 - repository: *749 + alert: *514 + installation: *748 + organization: *749 + enterprise: *747 + repository: *750 sender: *4 required: - action @@ -119001,11 +119016,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *513 - installation: *747 - organization: *748 - enterprise: *746 - repository: *749 + alert: *514 + installation: *748 + organization: *749 + enterprise: *747 + repository: *750 sender: *4 required: - action @@ -119087,11 +119102,11 @@ x-webhooks: type: string enum: - reopened - alert: *513 - installation: *747 - organization: *748 - enterprise: *746 - repository: *749 + alert: *514 + installation: *748 + organization: *749 + enterprise: *747 + repository: *750 sender: *4 required: - action @@ -119168,9 +119183,9 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - key: &764 + enterprise: *747 + installation: *748 + key: &765 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -119206,8 +119221,8 @@ x-webhooks: - verified - created_at - read_only - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -119284,11 +119299,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - key: *764 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + key: *765 + organization: *749 + repository: *750 sender: *4 required: - action @@ -119849,12 +119864,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - workflow: &768 + workflow: &769 title: Workflow type: object nullable: true @@ -120580,13 +120595,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *519 + deployment: *520 pull_requests: type: array - items: *604 - repository: *749 - organization: *748 - installation: *747 + items: *605 + repository: *750 + organization: *749 + installation: *748 sender: *4 responses: '200': @@ -120657,7 +120672,7 @@ x-webhooks: type: string enum: - approved - approver: &765 + approver: &766 type: object properties: avatar_url: @@ -120700,11 +120715,11 @@ x-webhooks: type: string comment: type: string - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - reviewers: &766 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + reviewers: &767 type: array items: type: object @@ -120783,7 +120798,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &767 + workflow_job_run: &768 type: object properties: conclusion: @@ -121514,18 +121529,18 @@ x-webhooks: type: string enum: - rejected - approver: *765 + approver: *766 comment: type: string - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - reviewers: *766 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + reviewers: *767 sender: *4 since: type: string - workflow_job_run: *767 + workflow_job_run: *768 workflow_job_runs: type: array items: @@ -122229,13 +122244,13 @@ x-webhooks: type: string enum: - requested - enterprise: *746 + enterprise: *747 environment: type: string - installation: *747 - organization: *748 - repository: *749 - requestor: &773 + installation: *748 + organization: *749 + repository: *750 + requestor: &774 title: User type: object nullable: true @@ -124134,12 +124149,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - workflow: *768 + workflow: *769 workflow_run: title: Deployment Workflow Run type: object @@ -124819,7 +124834,7 @@ x-webhooks: type: string enum: - answered - answer: &771 + answer: &772 type: object properties: author_association: @@ -124976,7 +124991,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &769 + discussion: &770 title: Discussion description: A Discussion in a repository. type: object @@ -125262,7 +125277,7 @@ x-webhooks: - id labels: type: array - items: *566 + items: *567 required: - repository_url - category @@ -125284,10 +125299,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -125414,11 +125429,11 @@ x-webhooks: - from required: - category - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -125501,11 +125516,11 @@ x-webhooks: type: string enum: - closed - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -125587,7 +125602,7 @@ x-webhooks: type: string enum: - created - comment: &770 + comment: &771 type: object properties: author_association: @@ -125744,11 +125759,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -125831,12 +125846,12 @@ x-webhooks: type: string enum: - deleted - comment: *770 - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + comment: *771 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -125931,12 +125946,12 @@ x-webhooks: - from required: - body - comment: *770 - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + comment: *771 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126020,11 +126035,11 @@ x-webhooks: type: string enum: - created - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126106,11 +126121,11 @@ x-webhooks: type: string enum: - deleted - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126210,11 +126225,11 @@ x-webhooks: type: string required: - from - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126296,10 +126311,10 @@ x-webhooks: type: string enum: - labeled - discussion: *769 - enterprise: *746 - installation: *747 - label: &772 + discussion: *770 + enterprise: *747 + installation: *748 + label: &773 title: Label type: object properties: @@ -126331,8 +126346,8 @@ x-webhooks: - color - default - description - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126415,11 +126430,11 @@ x-webhooks: type: string enum: - locked - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126501,11 +126516,11 @@ x-webhooks: type: string enum: - pinned - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126587,11 +126602,11 @@ x-webhooks: type: string enum: - reopened - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126676,16 +126691,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *769 - new_repository: *749 + new_discussion: *770 + new_repository: *750 required: - new_discussion - new_repository - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126768,10 +126783,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *769 - old_answer: *771 - organization: *748 - repository: *749 + discussion: *770 + old_answer: *772 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126853,12 +126868,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *769 - enterprise: *746 - installation: *747 - label: *772 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + label: *773 + organization: *749 + repository: *750 sender: *4 required: - action @@ -126941,11 +126956,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -127027,11 +127042,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *769 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + discussion: *770 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -127103,7 +127118,7 @@ x-webhooks: required: true content: application/json: - schema: *753 + schema: *754 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127169,7 +127184,7 @@ x-webhooks: required: true content: application/json: - schema: *754 + schema: *755 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127235,7 +127250,7 @@ x-webhooks: required: true content: application/json: - schema: *755 + schema: *756 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127301,7 +127316,7 @@ x-webhooks: required: true content: application/json: - schema: *756 + schema: *757 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127367,7 +127382,7 @@ x-webhooks: required: true content: application/json: - schema: *757 + schema: *758 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127434,7 +127449,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *746 + enterprise: *747 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -128094,9 +128109,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *747 - organization: *748 - repository: *749 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - forkee @@ -128242,9 +128257,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 pages: description: The pages that were updated. type: array @@ -128281,7 +128296,7 @@ x-webhooks: - action - sha - html_url - repository: *749 + repository: *750 sender: *4 required: - pages @@ -128357,10 +128372,10 @@ x-webhooks: type: string enum: - created - enterprise: *746 + enterprise: *747 installation: *22 - organization: *748 - repositories: &774 + organization: *749 + repositories: &775 description: An array of repository objects that the installation can access. type: array @@ -128386,8 +128401,8 @@ x-webhooks: - name - full_name - private - repository: *749 - requester: *773 + repository: *750 + requester: *774 sender: *4 required: - action @@ -128462,11 +128477,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 + enterprise: *747 installation: *22 - organization: *748 - repositories: *774 - repository: *749 + organization: *749 + repositories: *775 + repository: *750 requester: nullable: true sender: *4 @@ -128542,11 +128557,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *746 + enterprise: *747 installation: *22 - organization: *748 - repositories: *774 - repository: *749 + organization: *749 + repositories: *775 + repository: *750 requester: nullable: true sender: *4 @@ -128622,10 +128637,10 @@ x-webhooks: type: string enum: - added - enterprise: *746 + enterprise: *747 installation: *22 - organization: *748 - repositories_added: &775 + organization: *749 + repositories_added: &776 description: An array of repository objects, which were added to the installation. type: array @@ -128671,15 +128686,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *749 - repository_selection: &776 + repository: *750 + repository_selection: &777 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *773 + requester: *774 sender: *4 required: - action @@ -128758,10 +128773,10 @@ x-webhooks: type: string enum: - removed - enterprise: *746 + enterprise: *747 installation: *22 - organization: *748 - repositories_added: *775 + organization: *749 + repositories_added: *776 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -128788,9 +128803,9 @@ x-webhooks: - name - full_name - private - repository: *749 - repository_selection: *776 - requester: *773 + repository: *750 + repository_selection: *777 + requester: *774 sender: *4 required: - action @@ -128869,11 +128884,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *746 + enterprise: *747 installation: *22 - organization: *748 - repositories: *774 - repository: *749 + organization: *749 + repositories: *775 + repository: *750 requester: nullable: true sender: *4 @@ -129052,10 +129067,10 @@ x-webhooks: type: string required: - from - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 target_type: type: string @@ -129134,11 +129149,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *746 + enterprise: *747 installation: *22 - organization: *748 - repositories: *774 - repository: *749 + organization: *749 + repositories: *775 + repository: *750 requester: nullable: true sender: *4 @@ -129390,8 +129405,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -130546,8 +130561,8 @@ x-webhooks: - state - locked - assignee - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -130627,7 +130642,7 @@ x-webhooks: type: string enum: - deleted - comment: &777 + comment: &778 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -130792,8 +130807,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -131946,8 +131961,8 @@ x-webhooks: - state - locked - assignee - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -132027,7 +132042,7 @@ x-webhooks: type: string enum: - edited - changes: &805 + changes: &806 description: The changes to the comment. type: object properties: @@ -132039,9 +132054,9 @@ x-webhooks: type: string required: - from - comment: *777 - enterprise: *746 - installation: *747 + comment: *778 + enterprise: *747 + installation: *748 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -133195,8 +133210,8 @@ x-webhooks: - state - locked - assignee - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -133278,10 +133293,10 @@ x-webhooks: type: string enum: - assigned - assignee: *773 - enterprise: *746 - installation: *747 - issue: &780 + assignee: *774 + enterprise: *747 + installation: *748 + issue: &781 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -134199,8 +134214,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -134280,8 +134295,8 @@ x-webhooks: type: string enum: - closed - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -135339,8 +135354,8 @@ x-webhooks: required: - state - closed_at - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -135419,8 +135434,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -136331,8 +136346,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -136411,8 +136426,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137326,7 +137341,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &778 + milestone: &779 title: Milestone description: A collection of related issues and pull requests. type: object @@ -137464,8 +137479,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -137564,8 +137579,8 @@ x-webhooks: type: string required: - from - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -138483,9 +138498,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *772 - organization: *748 - repository: *749 + label: *773 + organization: *749 + repository: *750 sender: *4 required: - action @@ -138565,8 +138580,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -139483,9 +139498,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *772 - organization: *748 - repository: *749 + label: *773 + organization: *749 + repository: *750 sender: *4 required: - action @@ -139565,8 +139580,8 @@ x-webhooks: type: string enum: - locked - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140484,8 +140499,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -140564,8 +140579,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141477,9 +141492,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *778 - organization: *748 - repository: *749 + milestone: *779 + organization: *749 + repository: *750 sender: *4 required: - action @@ -142940,8 +142955,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143858,8 +143873,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -143939,9 +143954,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *746 - installation: *747 - issue: &779 + enterprise: *747 + installation: *748 + issue: &780 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -144852,8 +144867,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -144932,8 +144947,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145850,8 +145865,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -147313,11 +147328,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *746 - installation: *747 - issue: *779 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + issue: *780 + organization: *749 + repository: *750 sender: *4 required: - action @@ -147398,7 +147413,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &808 + assignee: &809 title: User type: object nullable: true @@ -147468,11 +147483,11 @@ x-webhooks: required: - login - id - enterprise: *746 - installation: *747 - issue: *780 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + issue: *781 + organization: *749 + repository: *750 sender: *4 required: - action @@ -147551,12 +147566,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *746 - installation: *747 - issue: *780 - label: *772 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + issue: *781 + label: *773 + organization: *749 + repository: *750 sender: *4 required: - action @@ -147636,8 +147651,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148553,8 +148568,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -148634,11 +148649,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *746 - installation: *747 - issue: *779 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + issue: *780 + organization: *749 + repository: *750 sender: *4 required: - action @@ -148717,11 +148732,11 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - label: *772 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + label: *773 + organization: *749 + repository: *750 sender: *4 required: - action @@ -148799,11 +148814,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - label: *772 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + label: *773 + organization: *749 + repository: *750 sender: *4 required: - action @@ -148913,11 +148928,11 @@ x-webhooks: type: string required: - from - enterprise: *746 - installation: *747 - label: *772 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + label: *773 + organization: *749 + repository: *750 sender: *4 required: - action @@ -148999,9 +149014,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *746 - installation: *747 - marketplace_purchase: &781 + enterprise: *747 + installation: *748 + marketplace_purchase: &782 title: Marketplace Purchase type: object required: @@ -149084,8 +149099,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *748 - previous_marketplace_purchase: &782 + organization: *749 + previous_marketplace_purchase: &783 title: Marketplace Purchase type: object properties: @@ -149165,7 +149180,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *749 + repository: *750 sender: *4 required: - action @@ -149245,10 +149260,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *746 - installation: *747 - marketplace_purchase: *781 - organization: *748 + enterprise: *747 + installation: *748 + marketplace_purchase: *782 + organization: *749 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -149331,7 +149346,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *749 + repository: *750 sender: *4 required: - action @@ -149413,10 +149428,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *746 - installation: *747 - marketplace_purchase: *781 - organization: *748 + enterprise: *747 + installation: *748 + marketplace_purchase: *782 + organization: *749 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -149498,7 +149513,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *749 + repository: *750 sender: *4 required: - action @@ -149579,8 +149594,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 marketplace_purchase: title: Marketplace Purchase type: object @@ -149662,9 +149677,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *748 - previous_marketplace_purchase: *782 - repository: *749 + organization: *749 + previous_marketplace_purchase: *783 + repository: *750 sender: *4 required: - action @@ -149744,12 +149759,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *746 - installation: *747 - marketplace_purchase: *781 - organization: *748 - previous_marketplace_purchase: *782 - repository: *749 + enterprise: *747 + installation: *748 + marketplace_purchase: *782 + organization: *749 + previous_marketplace_purchase: *783 + repository: *750 sender: *4 required: - action @@ -149851,11 +149866,11 @@ x-webhooks: type: string required: - to - enterprise: *746 - installation: *747 - member: *773 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + member: *774 + organization: *749 + repository: *750 sender: *4 required: - action @@ -149955,11 +149970,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *746 - installation: *747 - member: *773 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + member: *774 + organization: *749 + repository: *750 sender: *4 required: - action @@ -150038,11 +150053,11 @@ x-webhooks: type: string enum: - removed - enterprise: *746 - installation: *747 - member: *773 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + member: *774 + organization: *749 + repository: *750 sender: *4 required: - action @@ -150120,11 +150135,11 @@ x-webhooks: type: string enum: - added - enterprise: *746 - installation: *747 - member: *773 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + member: *774 + organization: *749 + repository: *750 scope: description: The scope of the membership. Currently, can only be `team`. @@ -150200,7 +150215,7 @@ x-webhooks: required: - login - id - team: &783 + team: &784 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -150390,11 +150405,11 @@ x-webhooks: type: string enum: - removed - enterprise: *746 - installation: *747 - member: *773 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + member: *774 + organization: *749 + repository: *750 scope: description: The scope of the membership. Currently, can only be `team`. @@ -150471,7 +150486,7 @@ x-webhooks: required: - login - id - team: *783 + team: *784 required: - action - scope @@ -150553,8 +150568,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *747 - merge_group: &785 + installation: *748 + merge_group: &786 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -150573,15 +150588,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *784 + head_commit: *785 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -150667,10 +150682,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *747 - merge_group: *785 - organization: *748 - repository: *749 + installation: *748 + merge_group: *786 + organization: *749 + repository: *750 sender: *4 required: - action @@ -150743,7 +150758,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 + enterprise: *747 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -150851,16 +150866,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *747 - organization: *748 + installation: *748 + organization: *749 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: *786 - required: *787 + properties: *787 + required: *788 nullable: true sender: *4 required: @@ -150941,11 +150956,11 @@ x-webhooks: type: string enum: - closed - enterprise: *746 - installation: *747 - milestone: *778 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + milestone: *779 + organization: *749 + repository: *750 sender: *4 required: - action @@ -151024,9 +151039,9 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - milestone: &788 + enterprise: *747 + installation: *748 + milestone: &789 title: Milestone description: A collection of related issues and pull requests. type: object @@ -151163,8 +151178,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -151243,11 +151258,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - milestone: *778 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + milestone: *779 + organization: *749 + repository: *750 sender: *4 required: - action @@ -151357,11 +151372,11 @@ x-webhooks: type: string required: - from - enterprise: *746 - installation: *747 - milestone: *778 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + milestone: *779 + organization: *749 + repository: *750 sender: *4 required: - action @@ -151441,11 +151456,11 @@ x-webhooks: type: string enum: - opened - enterprise: *746 - installation: *747 - milestone: *788 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + milestone: *789 + organization: *749 + repository: *750 sender: *4 required: - action @@ -151524,11 +151539,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *773 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + blocked_user: *774 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -151607,11 +151622,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *773 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + blocked_user: *774 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -151690,9 +151705,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - membership: &789 + enterprise: *747 + installation: *748 + membership: &790 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -151784,8 +151799,8 @@ x-webhooks: - role - organization_url - user - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 required: - action @@ -151863,11 +151878,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *746 - installation: *747 - membership: *789 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + membership: *790 + organization: *749 + repository: *750 sender: *4 required: - action @@ -151946,8 +151961,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -152063,10 +152078,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 - user: *773 + user: *774 required: - action - invitation @@ -152144,11 +152159,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *746 - installation: *747 - membership: *789 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + membership: *790 + organization: *749 + repository: *750 sender: *4 required: - action @@ -152235,11 +152250,11 @@ x-webhooks: properties: from: type: string - enterprise: *746 - installation: *747 - membership: *789 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + membership: *790 + organization: *749 + repository: *750 sender: *4 required: - action @@ -152315,9 +152330,9 @@ x-webhooks: type: string enum: - published - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 package: description: Information about the package. type: object @@ -152816,7 +152831,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &790 + items: &791 title: Ruby Gems metadata type: object properties: @@ -152911,7 +152926,7 @@ x-webhooks: - owner - package_version - registry - repository: *749 + repository: *750 sender: *4 required: - action @@ -152987,9 +153002,9 @@ x-webhooks: type: string enum: - updated - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 package: description: Information about the package. type: object @@ -153342,7 +153357,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *790 + items: *791 source_url: type: string format: uri @@ -153412,7 +153427,7 @@ x-webhooks: - owner - package_version - registry - repository: *749 + repository: *750 sender: *4 required: - action @@ -153589,12 +153604,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *746 + enterprise: *747 id: type: integer - installation: *747 - organization: *748 - repository: *749 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - id @@ -153674,7 +153689,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &791 + personal_access_token_request: &792 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -153820,10 +153835,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *746 - organization: *748 + enterprise: *747 + organization: *749 sender: *4 - installation: *747 + installation: *748 required: - action - personal_access_token_request @@ -153902,11 +153917,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *791 - enterprise: *746 - organization: *748 + personal_access_token_request: *792 + enterprise: *747 + organization: *749 sender: *4 - installation: *747 + installation: *748 required: - action - personal_access_token_request @@ -153984,11 +153999,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *791 - enterprise: *746 - organization: *748 + personal_access_token_request: *792 + enterprise: *747 + organization: *749 sender: *4 - installation: *747 + installation: *748 required: - action - personal_access_token_request @@ -154065,11 +154080,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *791 - organization: *748 - enterprise: *746 + personal_access_token_request: *792 + organization: *749 + enterprise: *747 sender: *4 - installation: *747 + installation: *748 required: - action - personal_access_token_request @@ -154173,7 +154188,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *792 + last_response: *793 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -154205,8 +154220,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 zen: description: Random string of GitHub zen. @@ -154451,10 +154466,10 @@ x-webhooks: - from required: - note - enterprise: *746 - installation: *747 - organization: *748 - project_card: &793 + enterprise: *747 + installation: *748 + organization: *749 + project_card: &794 title: Project Card type: object properties: @@ -154573,7 +154588,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *749 + repository: *750 sender: *4 required: - action @@ -154654,11 +154669,11 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - project_card: *793 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + project_card: *794 + repository: *750 sender: *4 required: - action @@ -154738,9 +154753,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 project_card: title: Project Card type: object @@ -154868,8 +154883,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: *786 - required: *787 + properties: *787 + required: *788 nullable: true sender: *4 required: @@ -154963,11 +154978,11 @@ x-webhooks: - from required: - note - enterprise: *746 - installation: *747 - organization: *748 - project_card: *793 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + project_card: *794 + repository: *750 sender: *4 required: - action @@ -155061,9 +155076,9 @@ x-webhooks: - from required: - column_id - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 project_card: allOf: - title: Project Card @@ -155253,7 +155268,7 @@ x-webhooks: type: string required: - after_id - repository: *749 + repository: *750 sender: *4 required: - action @@ -155333,10 +155348,10 @@ x-webhooks: type: string enum: - closed - enterprise: *746 - installation: *747 - organization: *748 - project: &795 + enterprise: *747 + installation: *748 + organization: *749 + project: &796 title: Project type: object properties: @@ -155460,7 +155475,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *749 + repository: *750 sender: *4 required: - action @@ -155540,10 +155555,10 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - project_column: &794 + enterprise: *747 + installation: *748 + organization: *749 + project_column: &795 title: Project Column type: object properties: @@ -155582,7 +155597,7 @@ x-webhooks: - name - created_at - updated_at - repository: *749 + repository: *750 sender: *4 required: - action @@ -155661,18 +155676,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - organization: *748 - project_column: *794 + enterprise: *747 + installation: *748 + organization: *749 + project_column: *795 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: *786 - required: *787 + properties: *787 + required: *788 nullable: true sender: *4 required: @@ -155762,11 +155777,11 @@ x-webhooks: type: string required: - from - enterprise: *746 - installation: *747 - organization: *748 - project_column: *794 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + project_column: *795 + repository: *750 sender: *4 required: - action @@ -155846,11 +155861,11 @@ x-webhooks: type: string enum: - moved - enterprise: *746 - installation: *747 - organization: *748 - project_column: *794 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + project_column: *795 + repository: *750 sender: *4 required: - action @@ -155930,11 +155945,11 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - project: *795 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + project: *796 + repository: *750 sender: *4 required: - action @@ -156014,18 +156029,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - organization: *748 - project: *795 + enterprise: *747 + installation: *748 + organization: *749 + project: *796 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: *786 - required: *787 + properties: *787 + required: *788 nullable: true sender: *4 required: @@ -156127,11 +156142,11 @@ x-webhooks: type: string required: - from - enterprise: *746 - installation: *747 - organization: *748 - project: *795 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + project: *796 + repository: *750 sender: *4 required: - action @@ -156210,11 +156225,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *746 - installation: *747 - organization: *748 - project: *795 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + project: *796 + repository: *750 sender: *4 required: - action @@ -156295,9 +156310,9 @@ x-webhooks: type: string enum: - closed - installation: *747 - organization: *748 - projects_v2: &796 + installation: *748 + organization: *749 + projects_v2: &797 title: Projects v2 Project description: A projects v2 project type: object @@ -156440,9 +156455,9 @@ x-webhooks: type: string enum: - created - installation: *747 - organization: *748 - projects_v2: *796 + installation: *748 + organization: *749 + projects_v2: *797 sender: *4 required: - action @@ -156523,9 +156538,9 @@ x-webhooks: type: string enum: - deleted - installation: *747 - organization: *748 - projects_v2: *796 + installation: *748 + organization: *749 + projects_v2: *797 sender: *4 required: - action @@ -156642,9 +156657,9 @@ x-webhooks: type: string to: type: string - installation: *747 - organization: *748 - projects_v2: *796 + installation: *748 + organization: *749 + projects_v2: *797 sender: *4 required: - action @@ -156727,7 +156742,7 @@ x-webhooks: type: string enum: - archived - changes: &800 + changes: &801 type: object properties: archived_at: @@ -156741,9 +156756,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *747 - organization: *748 - projects_v2_item: &797 + installation: *748 + organization: *749 + projects_v2_item: &798 title: Projects v2 Item description: An item belonging to a project type: object @@ -156877,9 +156892,9 @@ x-webhooks: nullable: true to: type: string - installation: *747 - organization: *748 - projects_v2_item: *797 + installation: *748 + organization: *749 + projects_v2_item: *798 sender: *4 required: - action @@ -156961,9 +156976,9 @@ x-webhooks: type: string enum: - created - installation: *747 - organization: *748 - projects_v2_item: *797 + installation: *748 + organization: *749 + projects_v2_item: *798 sender: *4 required: - action @@ -157044,9 +157059,9 @@ x-webhooks: type: string enum: - deleted - installation: *747 - organization: *748 - projects_v2_item: *797 + installation: *748 + organization: *749 + projects_v2_item: *798 sender: *4 required: - action @@ -157152,7 +157167,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &798 + - &799 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -157170,7 +157185,7 @@ x-webhooks: required: - id - name - - &799 + - &800 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -157193,8 +157208,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *798 - *799 + - *800 required: - field_value - type: object @@ -157210,9 +157225,9 @@ x-webhooks: nullable: true required: - body - installation: *747 - organization: *748 - projects_v2_item: *797 + installation: *748 + organization: *749 + projects_v2_item: *798 sender: *4 required: - action @@ -157307,9 +157322,9 @@ x-webhooks: to: type: string nullable: true - installation: *747 - organization: *748 - projects_v2_item: *797 + installation: *748 + organization: *749 + projects_v2_item: *798 sender: *4 required: - action @@ -157392,10 +157407,10 @@ x-webhooks: type: string enum: - restored - changes: *800 - installation: *747 - organization: *748 - projects_v2_item: *797 + changes: *801 + installation: *748 + organization: *749 + projects_v2_item: *798 sender: *4 required: - action @@ -157477,9 +157492,9 @@ x-webhooks: type: string enum: - reopened - installation: *747 - organization: *748 - projects_v2: *796 + installation: *748 + organization: *749 + projects_v2: *797 sender: *4 required: - action @@ -157560,9 +157575,9 @@ x-webhooks: type: string enum: - created - installation: *747 - organization: *748 - projects_v2_status_update: &801 + installation: *748 + organization: *749 + projects_v2_status_update: &802 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -157689,9 +157704,9 @@ x-webhooks: type: string enum: - deleted - installation: *747 - organization: *748 - projects_v2_status_update: *801 + installation: *748 + organization: *749 + projects_v2_status_update: *802 sender: *4 required: - action @@ -157827,9 +157842,9 @@ x-webhooks: type: string format: date nullable: true - installation: *747 - organization: *748 - projects_v2_status_update: *801 + installation: *748 + organization: *749 + projects_v2_status_update: *802 sender: *4 required: - action @@ -157900,10 +157915,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - repository @@ -157980,13 +157995,13 @@ x-webhooks: type: string enum: - assigned - assignee: *773 - enterprise: *746 - installation: *747 - number: &802 + assignee: *774 + enterprise: *747 + installation: *748 + number: &803 description: The pull request number. type: integer - organization: *748 + organization: *749 pull_request: title: Pull Request type: object @@ -160269,7 +160284,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 sender: *4 required: - action @@ -160351,11 +160366,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 number: type: integer - organization: *748 + organization: *749 pull_request: title: Pull Request type: object @@ -162633,7 +162648,7 @@ x-webhooks: - draft reason: type: string - repository: *749 + repository: *750 sender: *4 required: - action @@ -162715,11 +162730,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 number: type: integer - organization: *748 + organization: *749 pull_request: title: Pull Request type: object @@ -164997,7 +165012,7 @@ x-webhooks: - draft reason: type: string - repository: *749 + repository: *750 sender: *4 required: - action @@ -165079,13 +165094,13 @@ x-webhooks: type: string enum: - closed - enterprise: *746 - installation: *747 - number: *802 - organization: *748 - pull_request: &803 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 + pull_request: &804 allOf: - - *604 + - *605 - type: object properties: allow_auto_merge: @@ -165147,7 +165162,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *749 + repository: *750 sender: *4 required: - action @@ -165228,12 +165243,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *746 - installation: *747 - number: *802 - organization: *748 - pull_request: *803 - repository: *749 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 + pull_request: *804 + repository: *750 sender: *4 required: - action @@ -165313,11 +165328,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *746 - milestone: *587 - number: *802 - organization: *748 - pull_request: &804 + enterprise: *747 + milestone: *588 + number: *803 + organization: *749 + pull_request: &805 title: Pull Request type: object properties: @@ -167580,7 +167595,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 sender: *4 required: - action @@ -167659,11 +167674,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 number: type: integer - organization: *748 + organization: *749 pull_request: title: Pull Request type: object @@ -169945,7 +169960,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *749 + repository: *750 sender: *4 required: - action @@ -170069,12 +170084,12 @@ x-webhooks: type: string required: - from - enterprise: *746 - installation: *747 - number: *802 - organization: *748 - pull_request: *803 - repository: *749 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 + pull_request: *804 + repository: *750 sender: *4 required: - action @@ -170154,11 +170169,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 number: type: integer - organization: *748 + organization: *749 pull_request: title: Pull Request type: object @@ -172425,7 +172440,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 sender: *4 required: - action @@ -172505,11 +172520,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *746 - installation: *747 - label: *772 - number: *802 - organization: *748 + enterprise: *747 + installation: *748 + label: *773 + number: *803 + organization: *749 pull_request: title: Pull Request type: object @@ -174791,7 +174806,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 sender: *4 required: - action @@ -174872,10 +174887,10 @@ x-webhooks: type: string enum: - locked - enterprise: *746 - installation: *747 - number: *802 - organization: *748 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 pull_request: title: Pull Request type: object @@ -177155,7 +177170,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 sender: *4 required: - action @@ -177235,12 +177250,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *746 - milestone: *587 - number: *802 - organization: *748 - pull_request: *804 - repository: *749 + enterprise: *747 + milestone: *588 + number: *803 + organization: *749 + pull_request: *805 + repository: *750 sender: *4 required: - action @@ -177319,12 +177334,12 @@ x-webhooks: type: string enum: - opened - enterprise: *746 - installation: *747 - number: *802 - organization: *748 - pull_request: *803 - repository: *749 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 + pull_request: *804 + repository: *750 sender: *4 required: - action @@ -177405,12 +177420,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *746 - installation: *747 - number: *802 - organization: *748 - pull_request: *803 - repository: *749 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 + pull_request: *804 + repository: *750 sender: *4 required: - action @@ -177490,12 +177505,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *746 - installation: *747 - number: *802 - organization: *748 - pull_request: *803 - repository: *749 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 + pull_request: *804 + repository: *750 sender: *4 required: - action @@ -177861,9 +177876,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 pull_request: type: object properties: @@ -180033,7 +180048,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *749 + repository: *750 sender: *4 required: - action @@ -180113,7 +180128,7 @@ x-webhooks: type: string enum: - deleted - comment: &806 + comment: &807 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. @@ -180398,9 +180413,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 pull_request: type: object properties: @@ -182558,7 +182573,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *749 + repository: *750 sender: *4 required: - action @@ -182638,11 +182653,11 @@ x-webhooks: type: string enum: - edited - changes: *805 - comment: *806 - enterprise: *746 - installation: *747 - organization: *748 + changes: *806 + comment: *807 + enterprise: *747 + installation: *748 + organization: *749 pull_request: type: object properties: @@ -184803,7 +184818,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *749 + repository: *750 sender: *4 required: - action @@ -184884,9 +184899,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 pull_request: title: Simple Pull Request type: object @@ -187059,7 +187074,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *749 + repository: *750 review: description: The review that was affected. type: object @@ -187302,9 +187317,9 @@ x-webhooks: type: string required: - from - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 pull_request: title: Simple Pull Request type: object @@ -189358,8 +189373,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *749 - review: &807 + repository: *750 + review: &808 description: The review that was affected. type: object properties: @@ -189588,12 +189603,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 number: description: The pull request number. type: integer - organization: *748 + organization: *749 pull_request: title: Pull Request type: object @@ -191876,7 +191891,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 requested_reviewer: title: User type: object @@ -191960,12 +191975,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 number: description: The pull request number. type: integer - organization: *748 + organization: *749 pull_request: title: Pull Request type: object @@ -194255,7 +194270,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 requested_team: title: Team description: Groups of organization members that gives permissions @@ -194447,12 +194462,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 number: description: The pull request number. type: integer - organization: *748 + organization: *749 pull_request: title: Pull Request type: object @@ -196737,7 +196752,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 requested_reviewer: title: User type: object @@ -196822,12 +196837,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *746 - installation: *747 + enterprise: *747 + installation: *748 number: description: The pull request number. type: integer - organization: *748 + organization: *749 pull_request: title: Pull Request type: object @@ -199103,7 +199118,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 requested_team: title: Team description: Groups of organization members that gives permissions @@ -199284,9 +199299,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 pull_request: title: Simple Pull Request type: object @@ -201461,8 +201476,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *749 - review: *807 + repository: *750 + review: *808 sender: *4 required: - action @@ -201542,9 +201557,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 pull_request: title: Simple Pull Request type: object @@ -203614,7 +203629,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *749 + repository: *750 sender: *4 thread: type: object @@ -203997,9 +204012,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 pull_request: title: Simple Pull Request type: object @@ -206055,7 +206070,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *749 + repository: *750 sender: *4 thread: type: object @@ -206441,10 +206456,10 @@ x-webhooks: type: string before: type: string - enterprise: *746 - installation: *747 - number: *802 - organization: *748 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 pull_request: title: Pull Request type: object @@ -208715,7 +208730,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 sender: *4 required: - action @@ -208797,11 +208812,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *808 - enterprise: *746 - installation: *747 - number: *802 - organization: *748 + assignee: *809 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 pull_request: title: Pull Request type: object @@ -211084,7 +211099,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 sender: *4 required: - action @@ -211163,11 +211178,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *746 - installation: *747 - label: *772 - number: *802 - organization: *748 + enterprise: *747 + installation: *748 + label: *773 + number: *803 + organization: *749 pull_request: title: Pull Request type: object @@ -213440,7 +213455,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 sender: *4 required: - action @@ -213521,10 +213536,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *746 - installation: *747 - number: *802 - organization: *748 + enterprise: *747 + installation: *748 + number: *803 + organization: *749 pull_request: title: Pull Request type: object @@ -215789,7 +215804,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *749 + repository: *750 sender: *4 required: - action @@ -215989,7 +216004,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *746 + enterprise: *747 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -216081,8 +216096,8 @@ x-webhooks: - url - author - committer - installation: *747 - organization: *748 + installation: *748 + organization: *749 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -216657,9 +216672,9 @@ x-webhooks: type: string enum: - published - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 registry_package: type: object properties: @@ -217105,7 +217120,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *790 + items: *791 summary: type: string tag_name: @@ -217159,7 +217174,7 @@ x-webhooks: - owner - package_version - registry - repository: *749 + repository: *750 sender: *4 required: - action @@ -217237,9 +217252,9 @@ x-webhooks: type: string enum: - updated - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 registry_package: type: object properties: @@ -217547,7 +217562,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *790 + items: *791 summary: type: string tag_name: @@ -217596,7 +217611,7 @@ x-webhooks: - owner - package_version - registry - repository: *749 + repository: *750 sender: *4 required: - action @@ -217673,10 +217688,10 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - release: &809 + enterprise: *747 + installation: *748 + organization: *749 + release: &810 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -217981,7 +217996,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *749 + repository: *750 sender: *4 required: - action @@ -218058,11 +218073,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - organization: *748 - release: *809 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + release: *810 + repository: *750 sender: *4 required: - action @@ -218179,11 +218194,11 @@ x-webhooks: type: boolean required: - to - enterprise: *746 - installation: *747 - organization: *748 - release: *809 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + release: *810 + repository: *750 sender: *4 required: - action @@ -218261,9 +218276,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -218572,7 +218587,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *749 + repository: *750 sender: *4 required: - action @@ -218648,10 +218663,10 @@ x-webhooks: type: string enum: - published - enterprise: *746 - installation: *747 - organization: *748 - release: &810 + enterprise: *747 + installation: *748 + organization: *749 + release: &811 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -218957,7 +218972,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *749 + repository: *750 sender: *4 required: - action @@ -219033,11 +219048,11 @@ x-webhooks: type: string enum: - released - enterprise: *746 - installation: *747 - organization: *748 - release: *809 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + release: *810 + repository: *750 sender: *4 required: - action @@ -219113,11 +219128,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *746 - installation: *747 - organization: *748 - release: *810 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + release: *811 + repository: *750 sender: *4 required: - action @@ -219193,11 +219208,11 @@ x-webhooks: type: string enum: - published - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - repository_advisory: *657 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + repository_advisory: *658 sender: *4 required: - action @@ -219273,11 +219288,11 @@ x-webhooks: type: string enum: - reported - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - repository_advisory: *657 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + repository_advisory: *658 sender: *4 required: - action @@ -219353,10 +219368,10 @@ x-webhooks: type: string enum: - archived - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -219433,10 +219448,10 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -219514,10 +219529,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -219601,10 +219616,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -219716,10 +219731,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -219791,10 +219806,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 status: type: string @@ -219875,10 +219890,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -219955,10 +219970,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -220052,10 +220067,10 @@ x-webhooks: - name required: - repository - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -220135,10 +220150,10 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 repository_ruleset: *128 sender: *4 required: @@ -220217,10 +220232,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 repository_ruleset: *128 sender: *4 required: @@ -220299,10 +220314,10 @@ x-webhooks: type: string enum: - edited - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 repository_ruleset: *128 changes: type: object @@ -220607,10 +220622,10 @@ x-webhooks: - from required: - owner - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -220688,10 +220703,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -220769,7 +220784,7 @@ x-webhooks: type: string enum: - create - alert: &811 + alert: &812 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -220890,10 +220905,10 @@ x-webhooks: type: string enum: - open - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -221099,10 +221114,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -221180,11 +221195,11 @@ x-webhooks: type: string enum: - reopen - alert: *811 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + alert: *812 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -221383,10 +221398,10 @@ x-webhooks: enum: - fixed - open - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -221464,7 +221479,7 @@ x-webhooks: type: string enum: - created - alert: &812 + alert: &813 type: object properties: number: *100 @@ -221575,10 +221590,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -221659,11 +221674,11 @@ x-webhooks: type: string enum: - created - alert: *812 - installation: *747 - location: *813 - organization: *748 - repository: *749 + alert: *813 + installation: *748 + location: *814 + organization: *749 + repository: *750 sender: *4 required: - location @@ -221901,11 +221916,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *812 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + alert: *813 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -221983,11 +221998,11 @@ x-webhooks: type: string enum: - reopened - alert: *812 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + alert: *813 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -222065,11 +222080,11 @@ x-webhooks: type: string enum: - resolved - alert: *812 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + alert: *813 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -222147,11 +222162,11 @@ x-webhooks: type: string enum: - validated - alert: *812 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + alert: *813 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -222277,10 +222292,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *749 - enterprise: *746 - installation: *747 - organization: *748 + repository: *750 + enterprise: *747 + installation: *748 + organization: *749 sender: *4 required: - action @@ -222358,11 +222373,11 @@ x-webhooks: type: string enum: - published - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - security_advisory: &814 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + security_advisory: &815 description: The details of the security advisory, including summary, description, and severity. type: object @@ -222545,11 +222560,11 @@ x-webhooks: type: string enum: - updated - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 - security_advisory: *814 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 + security_advisory: *815 sender: *4 required: - action @@ -222622,10 +222637,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -222809,11 +222824,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *322 - enterprise: *746 - installation: *747 - organization: *748 - repository: *384 + security_and_analysis: *323 + enterprise: *747 + installation: *748 + organization: *749 + repository: *385 sender: *4 required: - changes @@ -222891,12 +222906,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - sponsorship: &815 + sponsorship: &816 type: object properties: created_at: @@ -223197,12 +223212,12 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - sponsorship: *815 + sponsorship: *816 required: - action - sponsorship @@ -223290,12 +223305,12 @@ x-webhooks: type: string required: - from - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - sponsorship: *815 + sponsorship: *816 required: - action - changes @@ -223372,17 +223387,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &816 + effective_date: &817 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: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - sponsorship: *815 + sponsorship: *816 required: - action - sponsorship @@ -223456,7 +223471,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &817 + changes: &818 type: object properties: tier: @@ -223500,13 +223515,13 @@ x-webhooks: - from required: - tier - effective_date: *816 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + effective_date: *817 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - sponsorship: *815 + sponsorship: *816 required: - action - changes @@ -223583,13 +223598,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *817 - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + changes: *818 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - sponsorship: *815 + sponsorship: *816 required: - action - changes @@ -223663,10 +223678,10 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -223749,10 +223764,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -224172,15 +224187,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *746 + enterprise: *747 id: description: The unique identifier of the status. type: integer - installation: *747 + installation: *748 name: type: string - organization: *748 - repository: *749 + organization: *749 + repository: *750 sender: *4 sha: description: The Commit SHA. @@ -224295,9 +224310,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *154 - installation: *747 - organization: *748 - repository: *749 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -224387,9 +224402,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *154 - installation: *747 - organization: *748 - repository: *749 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -224479,9 +224494,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *154 - installation: *747 - organization: *748 - repository: *749 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -224571,9 +224586,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *154 - installation: *747 - organization: *748 - repository: *749 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -224650,12 +224665,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - team: &818 + team: &819 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -224845,9 +224860,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 repository: title: Repository description: A git repository @@ -225305,7 +225320,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *818 + team: *819 required: - action - team @@ -225381,9 +225396,9 @@ x-webhooks: type: string enum: - created - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 repository: title: Repository description: A git repository @@ -225841,7 +225856,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *818 + team: *819 required: - action - team @@ -225918,9 +225933,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 repository: title: Repository description: A git repository @@ -226378,7 +226393,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *818 + team: *819 required: - action - team @@ -226522,9 +226537,9 @@ x-webhooks: - from required: - permissions - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 repository: title: Repository description: A git repository @@ -226982,7 +226997,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *818 + team: *819 required: - action - changes @@ -227060,9 +227075,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *746 - installation: *747 - organization: *748 + enterprise: *747 + installation: *748 + organization: *749 repository: title: Repository description: A git repository @@ -227520,7 +227535,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *818 + team: *819 required: - action - team @@ -227596,10 +227611,10 @@ x-webhooks: type: string enum: - started - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 required: - action @@ -227672,16 +227687,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *746 + enterprise: *747 inputs: type: object nullable: true additionalProperties: true - installation: *747 - organization: *748 + installation: *748 + organization: *749 ref: type: string - repository: *749 + repository: *750 sender: *4 workflow: type: string @@ -227763,10 +227778,10 @@ x-webhooks: type: string enum: - completed - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 workflow_job: allOf: @@ -228003,7 +228018,7 @@ x-webhooks: type: string required: - conclusion - deployment: *519 + deployment: *520 required: - action - repository @@ -228082,10 +228097,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 workflow_job: allOf: @@ -228345,7 +228360,7 @@ x-webhooks: required: - status - steps - deployment: *519 + deployment: *520 required: - action - repository @@ -228424,10 +228439,10 @@ x-webhooks: type: string enum: - queued - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 workflow_job: type: object @@ -228562,7 +228577,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *519 + deployment: *520 required: - action - repository @@ -228641,10 +228656,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 workflow_job: type: object @@ -228780,7 +228795,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *519 + deployment: *520 required: - action - repository @@ -228860,12 +228875,12 @@ x-webhooks: type: string enum: - completed - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - workflow: *768 + workflow: *769 workflow_run: title: Workflow Run type: object @@ -229864,12 +229879,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - workflow: *768 + workflow: *769 workflow_run: title: Workflow Run type: object @@ -230853,12 +230868,12 @@ x-webhooks: type: string enum: - requested - enterprise: *746 - installation: *747 - organization: *748 - repository: *749 + enterprise: *747 + installation: *748 + organization: *749 + repository: *750 sender: *4 - workflow: *768 + workflow: *769 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 e1a15f00c1..903003b142 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -25552,6 +25552,9 @@ }, { "$ref": "#/components/parameters/personal-access-token-after" + }, + { + "$ref": "#/components/parameters/personal-access-token-token-id" } ], "responses": { @@ -25895,6 +25898,9 @@ }, { "$ref": "#/components/parameters/personal-access-token-after" + }, + { + "$ref": "#/components/parameters/personal-access-token-token-id" } ], "responses": { @@ -46046,7 +46052,7 @@ }, "put": { "summary": "Create or update a repository secret", - "description": "Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin.", "tags": [ "codespaces" ], @@ -46124,7 +46130,7 @@ }, "delete": { "summary": "Delete a repository secret", - "description": "Deletes a development environment secret in a repository using the secret name.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Deletes a development environment secret in a repository using the secret name.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin.", "tags": [ "codespaces" ], @@ -50459,7 +50465,7 @@ }, "post": { "summary": "Create a custom deployment protection rule on an environment", - "description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-app).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/enterprise-cloud@latest//actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", "tags": [ "repos" ], @@ -106270,6 +106276,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -106317,12 +106324,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, @@ -315526,6 +315535,20 @@ "format": "date-time" } }, + "personal-access-token-token-id": { + "name": "token_id", + "description": "The ID of the token", + "in": "query", + "required": false, + "schema": { + "type": "array", + "maxItems": 50, + "items": { + "type": "string" + }, + "example": "token_id[]=1,token_id[]=2" + } + }, "fine-grained-personal-access-token-id": { "name": "pat_id", "description": "The unique identifier of the fine-grained personal access token.", diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 50cc8f0df2..5c0752bd5a 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -18533,6 +18533,7 @@ paths: - "$ref": "#/components/parameters/personal-access-token-permission" - "$ref": "#/components/parameters/personal-access-token-before" - "$ref": "#/components/parameters/personal-access-token-after" + - "$ref": "#/components/parameters/personal-access-token-token-id" responses: '500': "$ref": "#/components/responses/internal_error" @@ -18773,6 +18774,7 @@ paths: - "$ref": "#/components/parameters/personal-access-token-permission" - "$ref": "#/components/parameters/personal-access-token-before" - "$ref": "#/components/parameters/personal-access-token-after" + - "$ref": "#/components/parameters/personal-access-token-token-id" responses: '500': "$ref": "#/components/responses/internal_error" @@ -33473,7 +33475,7 @@ paths: Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/encrypting-secrets-for-the-rest-api)." - OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin. tags: - codespaces operationId: codespaces/create-or-update-repo-secret @@ -33528,7 +33530,7 @@ paths: description: |- Deletes a development environment secret in a repository using the secret name. - OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin. tags: - codespaces operationId: codespaces/delete-repo-secret @@ -36806,7 +36808,7 @@ paths: The authenticated user must have admin or owner permissions to the repository to use this endpoint. - For more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-app). + For more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/enterprise-cloud@latest//actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules). OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. tags: @@ -76896,6 +76898,7 @@ components: id: description: Unique identifier of the webhook delivery. type: integer + format: int64 example: 42 guid: description: Unique identifier for the event (shared with all deliveries @@ -76936,11 +76939,13 @@ components: description: The id of the GitHub App installation associated with this event. type: integer + format: int64 example: 123 nullable: true repository_id: description: The id of the repository associated with this event. type: integer + format: int64 example: 123 nullable: true throttled_at: @@ -239342,6 +239347,17 @@ components: schema: type: string format: date-time + personal-access-token-token-id: + name: token_id + description: The ID of the token + in: query + required: false + schema: + type: array + maxItems: 50 + items: + type: string + example: token_id[]=1,token_id[]=2 fine-grained-personal-access-token-id: name: pat_id description: The unique identifier of the fine-grained personal access token. diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index e1a15f00c1..903003b142 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -25552,6 +25552,9 @@ }, { "$ref": "#/components/parameters/personal-access-token-after" + }, + { + "$ref": "#/components/parameters/personal-access-token-token-id" } ], "responses": { @@ -25895,6 +25898,9 @@ }, { "$ref": "#/components/parameters/personal-access-token-after" + }, + { + "$ref": "#/components/parameters/personal-access-token-token-id" } ], "responses": { @@ -46046,7 +46052,7 @@ }, "put": { "summary": "Create or update a repository secret", - "description": "Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin.", "tags": [ "codespaces" ], @@ -46124,7 +46130,7 @@ }, "delete": { "summary": "Delete a repository secret", - "description": "Deletes a development environment secret in a repository using the secret name.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Deletes a development environment secret in a repository using the secret name.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin.", "tags": [ "codespaces" ], @@ -50459,7 +50465,7 @@ }, "post": { "summary": "Create a custom deployment protection rule on an environment", - "description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-app).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/enterprise-cloud@latest//actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", "tags": [ "repos" ], @@ -106270,6 +106276,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -106317,12 +106324,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, @@ -315526,6 +315535,20 @@ "format": "date-time" } }, + "personal-access-token-token-id": { + "name": "token_id", + "description": "The ID of the token", + "in": "query", + "required": false, + "schema": { + "type": "array", + "maxItems": 50, + "items": { + "type": "string" + }, + "example": "token_id[]=1,token_id[]=2" + } + }, "fine-grained-personal-access-token-id": { "name": "pat_id", "description": "The unique identifier of the fine-grained personal access token.", diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 50cc8f0df2..5c0752bd5a 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -18533,6 +18533,7 @@ paths: - "$ref": "#/components/parameters/personal-access-token-permission" - "$ref": "#/components/parameters/personal-access-token-before" - "$ref": "#/components/parameters/personal-access-token-after" + - "$ref": "#/components/parameters/personal-access-token-token-id" responses: '500': "$ref": "#/components/responses/internal_error" @@ -18773,6 +18774,7 @@ paths: - "$ref": "#/components/parameters/personal-access-token-permission" - "$ref": "#/components/parameters/personal-access-token-before" - "$ref": "#/components/parameters/personal-access-token-after" + - "$ref": "#/components/parameters/personal-access-token-token-id" responses: '500': "$ref": "#/components/responses/internal_error" @@ -33473,7 +33475,7 @@ paths: Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/encrypting-secrets-for-the-rest-api)." - OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin. tags: - codespaces operationId: codespaces/create-or-update-repo-secret @@ -33528,7 +33530,7 @@ paths: description: |- Deletes a development environment secret in a repository using the secret name. - OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin. tags: - codespaces operationId: codespaces/delete-repo-secret @@ -36806,7 +36808,7 @@ paths: The authenticated user must have admin or owner permissions to the repository to use this endpoint. - For more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-app). + For more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/enterprise-cloud@latest//actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules). OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. tags: @@ -76896,6 +76898,7 @@ components: id: description: Unique identifier of the webhook delivery. type: integer + format: int64 example: 42 guid: description: Unique identifier for the event (shared with all deliveries @@ -76936,11 +76939,13 @@ components: description: The id of the GitHub App installation associated with this event. type: integer + format: int64 example: 123 nullable: true repository_id: description: The id of the repository associated with this event. type: integer + format: int64 example: 123 nullable: true throttled_at: @@ -239342,6 +239347,17 @@ components: schema: type: string format: date-time + personal-access-token-token-id: + name: token_id + description: The ID of the token + in: query + required: false + schema: + type: array + maxItems: 50 + items: + type: string + example: token_id[]=1,token_id[]=2 fine-grained-personal-access-token-id: name: pat_id description: The unique identifier of the fine-grained personal access token. 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 9cbc842155..9a2a0a8361 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 @@ -9485,6 +9485,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -9532,12 +9533,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, @@ -93166,6 +93169,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -93213,12 +93217,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, @@ -108249,6 +108255,20 @@ "type": "string", "format": "date-time" } + }, + { + "name": "token_id", + "description": "The ID of the token", + "in": "query", + "required": false, + "schema": { + "type": "array", + "maxItems": 50, + "items": { + "type": "string" + }, + "example": "token_id[]=1,token_id[]=2" + } } ], "responses": { @@ -110198,6 +110218,20 @@ "type": "string", "format": "date-time" } + }, + { + "name": "token_id", + "description": "The ID of the token", + "in": "query", + "required": false, + "schema": { + "type": "array", + "maxItems": 50, + "items": { + "type": "string" + }, + "example": "token_id[]=1,token_id[]=2" + } } ], "responses": { @@ -241587,7 +241621,7 @@ }, "post": { "summary": "Create a custom deployment protection rule on an environment", - "description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-server@3.12/rest/apps/apps#get-an-app).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", + "description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-server@3.12/rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/enterprise-server@3.12/actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", "tags": [ "repos" ], @@ -256226,6 +256260,7 @@ "id": { "description": "Unique identifier of the webhook delivery.", "type": "integer", + "format": "int64", "example": 42 }, "guid": { @@ -256273,12 +256308,14 @@ "installation_id": { "description": "The id of the GitHub App installation associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, "repository_id": { "description": "The id of the repository associated with this event.", "type": "integer", + "format": "int64", "example": 123, "nullable": true }, 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 fadd1837ea..6ae6540342 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 @@ -4339,6 +4339,7 @@ paths: id: description: Unique identifier of the webhook delivery. type: integer + format: int64 example: 42 guid: description: Unique identifier for the event (shared with all @@ -4381,11 +4382,13 @@ paths: description: The id of the GitHub App installation associated with this event. type: integer + format: int64 example: 123 nullable: true repository_id: description: The id of the repository associated with this event. type: integer + format: int64 example: 123 nullable: true throttled_at: @@ -4439,7 +4442,7 @@ paths: application/json: schema: *24 application/scim+json: - schema: &533 + schema: &534 title: Scim Error description: Scim Error type: object @@ -5207,7 +5210,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &232 + properties: &233 id: description: Unique identifier of the repository example: 42 @@ -5636,7 +5639,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &233 + required: &234 - archive_url - assignees_url - blobs_url @@ -6659,7 +6662,7 @@ paths: schema: type: string '422': *35 - '410': &231 + '410': &232 description: Gone content: application/json: @@ -12298,7 +12301,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &355 + instances_url: &356 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12333,7 +12336,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &356 + dismissed_reason: &357 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -12342,13 +12345,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &357 + dismissed_comment: &358 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &358 + rule: &359 type: object properties: id: @@ -12387,7 +12390,7 @@ paths: description: A set of tags applicable for the rule. items: type: string - tool: &359 + tool: &360 type: object properties: name: *90 @@ -12397,15 +12400,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *91 - most_recent_instance: &360 + most_recent_instance: &361 type: object properties: - ref: &353 + ref: &354 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &364 + analysis_key: &365 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12416,7 +12419,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &365 + category: &366 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13316,7 +13319,7 @@ paths: enum: - development - runtime - security_advisory: &387 + security_advisory: &388 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -13547,7 +13550,7 @@ paths: nullable: true maxLength: 280 fixed_at: *102 - auto_dismissed_at: &388 + auto_dismissed_at: &389 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -13912,7 +13915,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 - - &242 + - &243 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -13923,7 +13926,7 @@ paths: enum: - open - resolved - - &243 + - &244 name: secret_type in: query description: A comma-separated list of secret types to return. By default @@ -13932,7 +13935,7 @@ paths: required: false schema: type: string - - &244 + - &245 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -13941,7 +13944,7 @@ paths: required: false schema: type: string - - &245 + - &246 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. @@ -13957,7 +13960,7 @@ paths: - *4 - *88 - *89 - - &246 + - &247 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -13973,7 +13976,7 @@ paths: application/json: schema: type: array - items: &247 + items: &248 type: object properties: number: *93 @@ -13992,14 +13995,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &524 + state: &525 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: &525 + resolution: &526 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -14065,7 +14068,7 @@ paths: - inactive - unknown examples: - default: &248 + default: &249 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -14326,7 +14329,7 @@ paths: description: Success content: application/json: - schema: &250 + schema: &251 type: object properties: total_advanced_security_committers: @@ -14381,7 +14384,7 @@ paths: required: - repositories examples: - default: &251 + default: &252 value: total_advanced_security_committers: 2 total_count: 2 @@ -14403,7 +14406,7 @@ paths: - user_login: octokitten last_pushed_date: '2021-10-26' last_pushed_email: octokitten@github.com - '403': &252 + '403': &253 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -14550,7 +14553,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &431 + properties: &432 id: type: integer format: int64 @@ -14661,7 +14664,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &377 + properties: &378 url: type: string format: uri @@ -14731,7 +14734,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &378 + required: &379 - closed_issues - creator - description @@ -14886,7 +14889,7 @@ paths: - total - completed - percent_completed - required: &432 + required: &433 - assignee - closed_at - comments @@ -14908,7 +14911,7 @@ paths: - author_association - created_at - updated_at - comment: &429 + comment: &430 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15470,7 +15473,7 @@ paths: url: type: string format: uri - user: &571 + user: &572 title: Public User description: Public User type: object @@ -20089,14 +20092,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &275 + - &276 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &276 + - &277 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -20167,7 +20170,7 @@ paths: '404': *26 '403': *43 '304': *42 - '301': &287 + '301': &288 description: Moved permanently content: application/json: @@ -20189,7 +20192,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &460 + - &461 name: all description: If `true`, show notifications marked as read. in: query @@ -20197,7 +20200,7 @@ paths: schema: type: boolean default: false - - &461 + - &462 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20207,7 +20210,7 @@ paths: type: boolean default: false - *111 - - &462 + - &463 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: @@ -20519,7 +20522,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &234 + security_and_analysis: &235 nullable: true type: object properties: @@ -20647,7 +20650,7 @@ paths: - url - subscription_url examples: - default: &463 + default: &464 value: - id: '1' repository: @@ -21172,7 +21175,7 @@ paths: type: array items: *70 examples: - default: &580 + default: &581 value: - login: github id: 1 @@ -21985,7 +21988,7 @@ paths: type: integer repository_cache_usages: type: array - items: &292 + items: &293 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -22236,7 +22239,7 @@ paths: type: array items: *84 examples: - default: &577 + default: &578 value: total_count: 1 repositories: @@ -24036,7 +24039,7 @@ paths: description: Response content: application/json: - schema: &314 + schema: &315 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -24065,7 +24068,7 @@ paths: - key_id - key examples: - default: &315 + default: &316 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24478,7 +24481,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#list-organization-variables parameters: - *135 - - &299 + - &300 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.12/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -25127,7 +25130,7 @@ paths: be returned. in: query required: false - schema: &354 + schema: &355 type: string description: Severity of a code scanning alert. enum: @@ -25623,7 +25626,7 @@ paths: description: Response content: application/json: - schema: &391 + schema: &392 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -25640,7 +25643,7 @@ paths: - key_id - key examples: - default: &392 + default: &393 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -26221,7 +26224,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &271 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -26302,7 +26305,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &271 + default: &272 value: group_id: '123' group_name: Octocat admins @@ -26357,7 +26360,7 @@ paths: description: Response content: application/json: - schema: &268 + schema: &269 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -26394,7 +26397,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &269 + default: &270 value: groups: - group_id: '123' @@ -27030,7 +27033,7 @@ paths: application/json: schema: *39 examples: - default: &426 + default: &427 value: id: 1 account: @@ -28717,7 +28720,7 @@ paths: - nuget - container - *135 - - &581 + - &582 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -28758,7 +28761,7 @@ paths: default: *214 '403': *43 '401': *41 - '400': &583 + '400': &584 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -29255,6 +29258,17 @@ paths: schema: type: string format: date-time + - &227 + name: token_id + description: The ID of the token + in: query + required: false + schema: + type: array + maxItems: 50 + items: + type: string + example: token_id[]=1,token_id[]=2 responses: '500': &219 description: Internal Error @@ -29518,7 +29532,7 @@ paths: '422': *35 '404': *26 '403': *43 - '204': &227 + '204': &228 description: A header with no content is returned. x-github: githubCloudOnly: false @@ -29595,6 +29609,7 @@ paths: - *224 - *225 - *226 + - *227 responses: '500': *219 '422': *35 @@ -29833,7 +29848,7 @@ paths: responses: '500': *219 '404': *26 - '204': *227 + '204': *228 '403': *43 '422': *35 x-github: @@ -29920,7 +29935,7 @@ paths: application/json: schema: type: array - items: &228 + items: &229 type: object properties: id: @@ -29964,9 +29979,9 @@ paths: description: Response content: application/json: - schema: *228 + schema: *229 examples: - default: &229 + default: &230 value: id: 42 name: Check Commits @@ -29996,7 +30011,7 @@ paths: description: Response content: application/json: - schema: *228 + schema: *229 examples: default: value: @@ -30045,9 +30060,9 @@ paths: description: Response content: application/json: - schema: *228 + schema: *229 examples: - default: *229 + default: *230 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30088,7 +30103,7 @@ paths: application/json: schema: type: array - items: &230 + items: &231 title: Project description: Projects are a way to organize columns and cards of work. @@ -30258,7 +30273,7 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: default: value: @@ -30296,7 +30311,7 @@ paths: '401': *41 '403': *43 '404': *26 - '410': *231 + '410': *232 '422': *27 x-github: githubCloudOnly: false @@ -30677,7 +30692,7 @@ paths: description: Response content: application/json: - schema: &286 + schema: &287 title: Full Repository description: Full Repository type: object @@ -30954,8 +30969,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *232 - required: *233 + properties: *233 + required: *234 nullable: true temp_clone_token: type: string @@ -31091,7 +31106,7 @@ paths: - key - name - html_url - security_and_analysis: *234 + security_and_analysis: *235 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -31175,7 +31190,7 @@ paths: - network_count - subscribers_count examples: - default: &288 + default: &289 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -31747,7 +31762,7 @@ paths: - *135 - *4 - *5 - - &511 + - &512 name: targets description: | A comma-separated list of rule targets to filter by. @@ -31765,7 +31780,7 @@ paths: application/json: schema: type: array - items: &240 + items: &241 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -31797,7 +31812,7 @@ paths: source: type: string description: The name of the source - enforcement: &236 + enforcement: &237 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -31810,7 +31825,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &237 + items: &238 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -31874,7 +31889,7 @@ paths: conditions: nullable: true anyOf: - - &235 + - &236 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -31898,7 +31913,7 @@ paths: match. items: type: string - - &238 + - &239 title: Organization ruleset conditions type: object description: |- @@ -31912,7 +31927,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *235 + - *236 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -31946,7 +31961,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *235 + - *236 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -31965,12 +31980,12 @@ paths: - repository_id rules: type: array - items: &239 + items: &240 title: Repository Rule type: object description: A repository rule. oneOf: - - &495 + - &496 title: creation description: Only allow users with bypass permission to create matching refs. @@ -31982,7 +31997,7 @@ paths: type: string enum: - creation - - &496 + - &497 title: update description: Only allow users with bypass permission to update matching refs. @@ -32003,7 +32018,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &498 + - &499 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -32015,7 +32030,7 @@ paths: type: string enum: - deletion - - &499 + - &500 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -32027,7 +32042,7 @@ paths: type: string enum: - required_linear_history - - &500 + - &501 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -32051,7 +32066,7 @@ paths: type: string required: - required_deployment_environments - - &501 + - &502 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -32063,7 +32078,7 @@ paths: type: string enum: - required_signatures - - &502 + - &503 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -32116,7 +32131,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &503 + - &504 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -32164,7 +32179,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &504 + - &505 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -32176,7 +32191,7 @@ paths: type: string enum: - non_fast_forward - - &505 + - &506 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -32212,7 +32227,7 @@ paths: required: - operator - pattern - - &506 + - &507 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -32248,7 +32263,7 @@ paths: required: - operator - pattern - - &507 + - &508 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -32284,7 +32299,7 @@ paths: required: - operator - pattern - - &508 + - &509 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -32320,7 +32335,7 @@ paths: required: - operator - pattern - - &509 + - &510 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -32356,7 +32371,7 @@ paths: required: - operator - pattern - - &510 + - &511 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -32477,16 +32492,16 @@ paths: - branch - tag default: branch - enforcement: *236 + enforcement: *237 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *237 - conditions: *238 + items: *238 + conditions: *239 rules: type: array description: An array of rules within the ruleset. - items: *239 + items: *240 source_type: type: string description: The type of the source of the ruleset @@ -32530,9 +32545,9 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: &241 + default: &242 value: id: 21 name: super cool ruleset @@ -32587,7 +32602,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *135 - - &512 + - &513 name: ref description: The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. @@ -32600,7 +32615,7 @@ paths: in: query schema: type: string - - &513 + - &514 name: time_period description: |- The time period to filter by. @@ -32616,14 +32631,14 @@ paths: - week - month default: day - - &514 + - &515 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 - - &515 + - &516 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -32643,7 +32658,7 @@ paths: description: Response content: application/json: - schema: &516 + schema: &517 title: Rule Suites description: Response type: array @@ -32697,7 +32712,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &517 + default: &518 value: - id: 21 actor_id: 12 @@ -32741,7 +32756,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *135 - - &518 + - &519 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -32757,7 +32772,7 @@ paths: description: Response content: application/json: - schema: &519 + schema: &520 title: Rule Suite description: Response type: object @@ -32855,7 +32870,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &520 + default: &521 value: id: 21 actor_id: 12 @@ -32928,9 +32943,9 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 '404': *26 '500': *219 put: @@ -32972,16 +32987,16 @@ paths: enum: - branch - tag - enforcement: *236 + enforcement: *237 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *237 - conditions: *238 + items: *238 + conditions: *239 rules: description: An array of rules within the ruleset. type: array - items: *239 + items: *240 examples: default: value: @@ -33016,9 +33031,9 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 '404': *26 '500': *219 delete: @@ -33065,14 +33080,14 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *135 - - *242 - *243 - *244 - *245 + - *246 - *9 - *5 - *4 - - &522 + - &523 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.12/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -33082,7 +33097,7 @@ paths: required: false schema: type: string - - &523 + - &524 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.12/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -33092,7 +33107,7 @@ paths: required: false schema: type: string - - *246 + - *247 responses: '200': description: Response @@ -33100,9 +33115,9 @@ paths: application/json: schema: type: array - items: *247 + items: *248 examples: - default: *248 + default: *249 headers: Link: *6 '404': *26 @@ -33136,12 +33151,12 @@ paths: application/json: schema: type: array - items: &472 + items: &473 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &253 + properties: &254 id: description: Unique identifier of the team type: integer @@ -33194,7 +33209,7 @@ paths: LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &254 + required: &255 - id - node_id - url @@ -33206,7 +33221,7 @@ paths: - repositories_url - slug examples: - default: &255 + default: &256 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -33244,7 +33259,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/orgs/security-managers#add-a-security-manager-team parameters: - *135 - - &249 + - &250 name: team_slug description: The slug of the team name. in: path @@ -33279,7 +33294,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *135 - - *249 + - *250 responses: '204': description: Response @@ -33315,10 +33330,10 @@ paths: description: Success content: application/json: - schema: *250 + schema: *251 examples: - default: *251 - '403': *252 + default: *252 + '403': *253 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -33346,7 +33361,7 @@ paths: application/json: schema: type: array - items: &277 + items: &278 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -33405,8 +33420,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *253 - required: *254 + properties: *254 + required: *255 nullable: true required: - id @@ -33421,7 +33436,7 @@ paths: - slug - parent examples: - default: *255 + default: *256 headers: Link: *6 '403': *43 @@ -33523,7 +33538,7 @@ paths: description: Response content: application/json: - schema: &256 + schema: &257 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -33586,8 +33601,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *253 - required: *254 + properties: *254 + required: *255 nullable: true members_count: type: integer @@ -33833,7 +33848,7 @@ paths: - repos_count - organization examples: - default: &257 + default: &258 value: id: 1 node_id: MDQ6VGVhbTE= @@ -33903,15 +33918,15 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#get-a-team-by-name parameters: - *135 - - *249 + - *250 responses: '200': description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 '404': *26 x-github: githubCloudOnly: false @@ -33933,7 +33948,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#update-a-team parameters: - *135 - - *249 + - *250 requestBody: required: false content: @@ -33995,16 +34010,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 '201': description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 '404': *26 '422': *35 '403': *43 @@ -34030,7 +34045,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#delete-a-team parameters: - *135 - - *249 + - *250 responses: '204': description: Response @@ -34057,7 +34072,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#list-discussions parameters: - *135 - - *249 + - *250 - *9 - *4 - *5 @@ -34074,7 +34089,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -34173,7 +34188,7 @@ paths: - updated_at - url examples: - default: &561 + default: &562 value: - author: login: octocat @@ -34248,7 +34263,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#create-a-discussion parameters: - *135 - - *249 + - *250 requestBody: required: true content: @@ -34282,9 +34297,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: &259 + default: &260 value: author: login: octocat @@ -34357,8 +34372,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#get-a-discussion parameters: - *135 - - *249 - - &260 + - *250 + - &261 name: discussion_number description: The number that identifies the discussion. in: path @@ -34370,9 +34385,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34395,8 +34410,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#update-a-discussion parameters: - *135 - - *249 - - *260 + - *250 + - *261 requestBody: required: false content: @@ -34419,9 +34434,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: &562 + default: &563 value: author: login: octocat @@ -34492,8 +34507,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#delete-a-discussion parameters: - *135 - - *249 - - *260 + - *250 + - *261 responses: '204': description: Response @@ -34520,8 +34535,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#list-discussion-comments parameters: - *135 - - *249 - - *260 + - *250 + - *261 - *9 - *4 - *5 @@ -34532,7 +34547,7 @@ paths: application/json: schema: type: array - items: &261 + items: &262 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -34604,7 +34619,7 @@ paths: - updated_at - url examples: - default: &563 + default: &564 value: - author: login: octocat @@ -34673,8 +34688,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *135 - - *249 - - *260 + - *250 + - *261 requestBody: required: true content: @@ -34696,9 +34711,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: &262 + default: &263 value: author: login: octocat @@ -34765,9 +34780,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *135 - - *249 - - *260 - - &263 + - *250 + - *261 + - &264 name: comment_number description: The number that identifies the comment. in: path @@ -34779,9 +34794,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34804,9 +34819,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *135 - - *249 - - *260 - - *263 + - *250 + - *261 + - *264 requestBody: required: true content: @@ -34828,9 +34843,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: &564 + default: &565 value: author: login: octocat @@ -34895,9 +34910,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *135 - - *249 - - *260 - - *263 + - *250 + - *261 + - *264 responses: '204': description: Response @@ -34924,9 +34939,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *135 - - *249 - - *260 - - *263 + - *250 + - *261 + - *264 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -34952,7 +34967,7 @@ paths: application/json: schema: type: array - items: &264 + items: &265 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -34995,7 +35010,7 @@ paths: - content - created_at examples: - default: &266 + default: &267 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -35046,9 +35061,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *135 - - *249 - - *260 - - *263 + - *250 + - *261 + - *264 requestBody: required: true content: @@ -35081,9 +35096,9 @@ paths: team discussion comment content: application/json: - schema: *264 + schema: *265 examples: - default: &265 + default: &266 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -35112,9 +35127,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35138,10 +35153,10 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *135 - - *249 - - *260 - - *263 - - &267 + - *250 + - *261 + - *264 + - &268 name: reaction_id description: The unique identifier of the reaction. in: path @@ -35174,8 +35189,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *135 - - *249 - - *260 + - *250 + - *261 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -35201,9 +35216,9 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: - default: *266 + default: *267 headers: Link: *6 x-github: @@ -35230,8 +35245,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *135 - - *249 - - *260 + - *250 + - *261 requestBody: required: true content: @@ -35263,16 +35278,16 @@ paths: description: Response 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 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -35296,9 +35311,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *135 - - *249 - - *260 - - *267 + - *250 + - *261 + - *268 responses: '204': description: Response @@ -35322,15 +35337,15 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *135 - - *249 + - *250 responses: '200': description: Response content: application/json: - schema: *268 + schema: *269 examples: - default: *269 + default: *270 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -35350,7 +35365,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 - - *249 + - *250 requestBody: required: true content: @@ -35373,9 +35388,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *271 + default: *272 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -35395,7 +35410,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 - - *249 + - *250 responses: '204': description: Response @@ -35419,7 +35434,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/members#list-team-members parameters: - *135 - - *249 + - *250 - name: role description: Filters members returned by their role in the team. in: query @@ -35473,14 +35488,14 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/members#get-team-membership-for-a-user parameters: - *135 - - *249 + - *250 - *8 responses: '200': description: Response content: application/json: - schema: &272 + schema: &273 title: Team Membership description: Team Membership type: object @@ -35507,7 +35522,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &565 + response-if-user-is-a-team-maintainer: &566 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -35544,7 +35559,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *135 - - *249 + - *250 - *8 requestBody: required: false @@ -35570,9 +35585,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - response-if-users-membership-with-team-is-now-pending: &566 + response-if-users-membership-with-team-is-now-pending: &567 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -35608,7 +35623,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/members#remove-team-membership-for-a-user parameters: - *135 - - *249 + - *250 - *8 responses: '204': @@ -35636,7 +35651,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#list-team-projects parameters: - *135 - - *249 + - *250 - *4 - *5 responses: @@ -35646,7 +35661,7 @@ paths: application/json: schema: type: array - items: &273 + items: &274 title: Team Project description: A team's access to a project. type: object @@ -35714,7 +35729,7 @@ paths: - updated_at - permissions examples: - default: &567 + default: &568 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -35776,8 +35791,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#check-team-permissions-for-a-project parameters: - *135 - - *249 - - &274 + - *250 + - &275 name: project_id description: The unique identifier of the project. in: path @@ -35789,9 +35804,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: &568 + default: &569 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -35852,8 +35867,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#add-or-update-team-project-permissions parameters: - *135 - - *249 - - *274 + - *250 + - *275 requestBody: required: false content: @@ -35918,8 +35933,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#remove-a-project-from-a-team parameters: - *135 - - *249 - - *274 + - *250 + - *275 responses: '204': description: Response @@ -35944,7 +35959,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#list-team-repositories parameters: - *135 - - *249 + - *250 - *4 - *5 responses: @@ -35986,15 +36001,15 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *135 - - *249 - - *275 + - *250 - *276 + - *277 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &569 + schema: &570 title: Team Repository description: A team's access to a repository. type: object @@ -36564,9 +36579,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *135 - - *249 - - *275 + - *250 - *276 + - *277 requestBody: required: false content: @@ -36612,9 +36627,9 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#remove-a-repository-from-a-team parameters: - *135 - - *249 - - *275 + - *250 - *276 + - *277 responses: '204': description: Response @@ -36639,7 +36654,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#list-child-teams parameters: - *135 - - *249 + - *250 - *4 - *5 responses: @@ -36649,9 +36664,9 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: - response-if-child-teams-exist: &570 + response-if-child-teams-exist: &571 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -36769,7 +36784,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#get-a-project-card parameters: - - &278 + - &279 name: card_id description: The unique identifier of the card. in: path @@ -36781,7 +36796,7 @@ paths: description: Response content: application/json: - schema: &279 + schema: &280 title: Project Card description: Project cards represent a scope of work. type: object @@ -36848,7 +36863,7 @@ paths: - created_at - updated_at examples: - default: &280 + default: &281 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -36898,7 +36913,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#update-an-existing-project-card parameters: - - *278 + - *279 requestBody: required: false content: @@ -36925,9 +36940,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '304': *42 '403': *43 '401': *41 @@ -36948,7 +36963,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#delete-a-project-card parameters: - - *278 + - *279 responses: '204': description: Response @@ -36986,7 +37001,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#move-a-project-card parameters: - - *278 + - *279 requestBody: required: true content: @@ -37091,7 +37106,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#get-a-project-column parameters: - - &281 + - &282 name: column_id description: The unique identifier of the column. in: path @@ -37103,7 +37118,7 @@ paths: description: Response content: application/json: - schema: &282 + schema: &283 title: Project Column description: Project columns contain cards of work. type: object @@ -37149,7 +37164,7 @@ paths: - created_at - updated_at examples: - default: &283 + default: &284 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -37178,7 +37193,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#update-an-existing-project-column parameters: - - *281 + - *282 requestBody: required: true content: @@ -37202,9 +37217,9 @@ paths: description: Response content: application/json: - schema: *282 + schema: *283 examples: - default: *283 + default: *284 '304': *42 '403': *43 '401': *41 @@ -37223,7 +37238,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#delete-a-project-column parameters: - - *281 + - *282 responses: '204': description: Response @@ -37246,7 +37261,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#list-project-cards parameters: - - *281 + - *282 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -37267,7 +37282,7 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: default: value: @@ -37320,7 +37335,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#create-a-project-card parameters: - - *281 + - *282 requestBody: required: true content: @@ -37360,9 +37375,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '304': *42 '403': *43 '401': *41 @@ -37412,7 +37427,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#move-a-project-column parameters: - - *281 + - *282 requestBody: required: true content: @@ -37468,15 +37483,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#get-a-project parameters: - - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: &284 + default: &285 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -37529,7 +37544,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#update-a-project parameters: - - *274 + - *275 requestBody: required: false content: @@ -37575,9 +37590,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *284 + default: *285 '404': description: Not Found if the authenticated user does not have access to the project @@ -37598,7 +37613,7 @@ paths: items: type: string '401': *41 - '410': *231 + '410': *232 '422': *27 x-github: githubCloudOnly: false @@ -37616,7 +37631,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#delete-a-project parameters: - - *274 + - *275 responses: '204': description: Delete Success @@ -37637,7 +37652,7 @@ paths: items: type: string '401': *41 - '410': *231 + '410': *232 '404': *26 x-github: githubCloudOnly: false @@ -37660,7 +37675,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/collaborators#list-project-collaborators parameters: - - *274 + - *275 - 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 @@ -37712,7 +37727,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/collaborators#add-project-collaborator parameters: - - *274 + - *275 - *8 requestBody: required: false @@ -37760,7 +37775,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *274 + - *275 - *8 responses: '204': @@ -37789,7 +37804,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *274 + - *275 - *8 responses: '200': @@ -37857,7 +37872,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#list-project-columns parameters: - - *274 + - *275 - *4 - *5 responses: @@ -37867,7 +37882,7 @@ paths: application/json: schema: type: array - items: *282 + items: *283 examples: default: value: @@ -37899,7 +37914,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#create-a-project-column parameters: - - *274 + - *275 requestBody: required: true content: @@ -37922,7 +37937,7 @@ paths: description: Response content: application/json: - schema: *282 + schema: *283 examples: default: value: @@ -37983,7 +37998,7 @@ paths: resources: type: object properties: - core: &285 + core: &286 title: Rate Limit type: object properties: @@ -38000,19 +38015,19 @@ paths: - remaining - reset - used - graphql: *285 - search: *285 - code_search: *285 - source_import: *285 - integration_manifest: *285 - code_scanning_upload: *285 - actions_runner_registration: *285 - scim: *285 - code_scanning_autofix: *285 + graphql: *286 + search: *286 + code_search: *286 + source_import: *286 + integration_manifest: *286 + code_scanning_upload: *286 + actions_runner_registration: *286 + scim: *286 + code_scanning_autofix: *286 required: - core - search - rate: *285 + rate: *286 required: - rate - resources @@ -38116,14 +38131,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#get-a-repository parameters: - - *275 - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *286 + schema: *287 examples: default-response: summary: Default response @@ -38622,7 +38637,7 @@ paths: status: disabled '403': *43 '404': *26 - '301': *287 + '301': *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38640,8 +38655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#update-a-repository parameters: - - *275 - *276 + - *277 requestBody: required: false content: @@ -38854,10 +38869,10 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *288 - '307': &289 + default: *289 + '307': &290 description: Temporary Redirect content: application/json: @@ -38902,8 +38917,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#delete-a-repository parameters: - - *275 - *276 + - *277 responses: '204': description: Response @@ -38925,7 +38940,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#delete-a-repository - '307': *289 + '307': *290 '404': *26 x-github: githubCloudOnly: false @@ -38948,11 +38963,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *275 - *276 + - *277 - *4 - *5 - - &306 + - &307 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -38975,7 +38990,7 @@ paths: type: integer artifacts: type: array - items: &290 + items: &291 title: Artifact description: An artifact type: object @@ -39046,7 +39061,7 @@ paths: - expires_at - updated_at examples: - default: &307 + default: &308 value: total_count: 2 artifacts: @@ -39105,9 +39120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#get-an-artifact parameters: - - *275 - *276 - - &291 + - *277 + - &292 name: artifact_id description: The unique identifier of the artifact. in: path @@ -39119,7 +39134,7 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -39156,9 +39171,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#delete-an-artifact parameters: - - *275 - *276 - - *291 + - *277 + - *292 responses: '204': description: Response @@ -39182,9 +39197,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#download-an-artifact parameters: - - *275 - *276 - - *291 + - *277 + - *292 - name: archive_format in: path required: true @@ -39198,7 +39213,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': *231 + '410': *232 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39221,14 +39236,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *275 - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -39254,14 +39269,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#get-github-actions-cache-usage-policy-for-a-repository parameters: - - *275 - *276 + - *277 responses: '200': description: Response content: application/json: - schema: &293 + schema: &294 title: Actions cache usage policy for repository description: GitHub Actions cache usage policy for repository. type: object @@ -39273,7 +39288,7 @@ paths: required: - repo_cache_size_limit_in_gb examples: - default: &294 + default: &295 value: repo_cache_size_limit_in_gb: 14 x-github: @@ -39294,8 +39309,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#set-github-actions-cache-usage-policy-for-a-repository parameters: - - *275 - *276 + - *277 responses: '204': description: Response @@ -39303,9 +39318,9 @@ paths: required: true content: application/json: - schema: *293 + schema: *294 examples: - selected_actions: *294 + selected_actions: *295 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39325,11 +39340,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *275 - *276 + - *277 - *4 - *5 - - &295 + - &296 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 @@ -39363,7 +39378,7 @@ paths: description: Response content: application/json: - schema: &296 + schema: &297 title: Repository actions caches description: Repository actions caches type: object @@ -39405,7 +39420,7 @@ paths: - total_count - actions_caches examples: - default: &297 + default: &298 value: total_count: 1 actions_caches: @@ -39437,23 +39452,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *275 - *276 + - *277 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *295 + - *296 responses: '200': description: Response content: application/json: - schema: *296 + schema: *297 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39473,8 +39488,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *275 - *276 + - *277 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -39505,9 +39520,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *275 - *276 - - &298 + - *277 + - &299 name: job_id description: The unique identifier of the job. in: path @@ -39519,7 +39534,7 @@ paths: description: Response content: application/json: - schema: &310 + schema: &311 title: Job description: Information of a job execution in a workflow run type: object @@ -39826,9 +39841,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *275 - *276 - - *298 + - *277 + - *299 responses: '302': description: Response @@ -39856,9 +39871,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *275 - *276 - - *298 + - *277 + - *299 requestBody: required: false content: @@ -39903,8 +39918,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *275 - *276 + - *277 responses: '200': description: Status response @@ -39954,8 +39969,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -40018,8 +40033,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#list-repository-organization-secrets parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -40037,7 +40052,7 @@ paths: type: integer secrets: type: array - items: &312 + items: &313 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -40057,7 +40072,7 @@ paths: - created_at - updated_at examples: - default: &313 + default: &314 value: total_count: 2 secrets: @@ -40090,9 +40105,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#list-repository-organization-variables parameters: - - *275 - *276 - - *299 + - *277 + - *300 - *5 responses: '200': @@ -40109,7 +40124,7 @@ paths: type: integer variables: type: array - items: &316 + items: &317 title: Actions Variable type: object properties: @@ -40139,7 +40154,7 @@ paths: - created_at - updated_at examples: - default: &317 + default: &318 value: total_count: 2 variables: @@ -40172,8 +40187,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *275 - *276 + - *277 responses: '200': description: Response @@ -40182,7 +40197,7 @@ paths: schema: type: object properties: - enabled: &300 + enabled: &301 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *69 @@ -40215,8 +40230,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *275 - *276 + - *277 responses: '204': description: Response @@ -40227,7 +40242,7 @@ paths: schema: type: object properties: - enabled: *300 + enabled: *301 allowed_actions: *69 required: - enabled @@ -40258,14 +40273,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *275 - *276 + - *277 responses: '200': description: Response content: application/json: - schema: &301 + schema: &302 type: object properties: access_level: @@ -40283,7 +40298,7 @@ paths: required: - access_level examples: - default: &302 + default: &303 value: access_level: organization x-github: @@ -40308,15 +40323,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *275 - *276 + - *277 requestBody: required: true content: application/json: - schema: *301 + schema: *302 examples: - default: *302 + default: *303 responses: '204': description: Response @@ -40340,8 +40355,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *275 - *276 + - *277 responses: '200': description: Response @@ -40372,8 +40387,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *275 - *276 + - *277 responses: '204': description: Response @@ -40405,8 +40420,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *275 - *276 + - *277 responses: '200': description: Response @@ -40435,8 +40450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *275 - *276 + - *277 responses: '204': description: Success response @@ -40476,8 +40491,8 @@ paths: in: query schema: type: string - - *275 - *276 + - *277 - *4 - *5 responses: @@ -40521,8 +40536,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *275 - *276 + - *277 responses: '200': description: Response @@ -40554,8 +40569,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -40629,8 +40644,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *275 - *276 + - *277 responses: '201': description: Response @@ -40666,8 +40681,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *275 - *276 + - *277 responses: '201': description: Response @@ -40697,8 +40712,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *275 - *276 + - *277 - *81 responses: '200': @@ -40728,8 +40743,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *275 - *276 + - *277 - *81 responses: '204': @@ -40755,8 +40770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *275 - *276 + - *277 - *81 responses: '200': *87 @@ -40781,8 +40796,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *275 - *276 + - *277 - *81 requestBody: required: true @@ -40831,8 +40846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *275 - *276 + - *277 - *81 requestBody: required: true @@ -40882,8 +40897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *275 - *276 + - *277 - *81 responses: '200': *160 @@ -40913,8 +40928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *275 - *276 + - *277 - *81 - *161 responses: @@ -40944,9 +40959,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *275 - *276 - - &320 + - *277 + - &321 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -40954,7 +40969,7 @@ paths: required: false schema: type: string - - &321 + - &322 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -40962,7 +40977,7 @@ paths: required: false schema: type: string - - &322 + - &323 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -40971,7 +40986,7 @@ paths: required: false schema: type: string - - &323 + - &324 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -40998,7 +41013,7 @@ paths: - pending - *4 - *5 - - &324 + - &325 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-server@3.12/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -41007,7 +41022,7 @@ paths: schema: type: string format: date-time - - &303 + - &304 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -41016,13 +41031,13 @@ paths: schema: type: boolean default: false - - &325 + - &326 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &326 + - &327 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -41045,7 +41060,7 @@ paths: type: integer workflow_runs: type: array - items: &304 + items: &305 title: Workflow Run description: An invocation of a workflow type: object @@ -41140,7 +41155,7 @@ paths: that triggered the run. type: array nullable: true - items: &344 + items: &345 title: Pull Request Minimal type: object properties: @@ -41259,7 +41274,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &348 + properties: &349 id: type: string description: SHA for the commit @@ -41310,7 +41325,7 @@ paths: - name - email nullable: true - required: &349 + required: &350 - id - tree_id - message @@ -41357,7 +41372,7 @@ paths: - workflow_url - pull_requests examples: - default: &327 + default: &328 value: total_count: 1 workflow_runs: @@ -41593,24 +41608,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *275 - *276 - - &305 + - *277 + - &306 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *303 + - *304 responses: '200': description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: &308 + default: &309 value: id: 30433642 name: Build @@ -41851,9 +41866,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *275 - *276 - - *305 + - *277 + - *306 responses: '204': description: Response @@ -41876,9 +41891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *275 - *276 - - *305 + - *277 + - *306 responses: '200': description: Response @@ -41999,12 +42014,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *275 - *276 - - *305 + - *277 + - *306 - *4 - *5 - - *306 + - *307 responses: '200': description: Response @@ -42020,9 +42035,9 @@ paths: type: integer artifacts: type: array - items: *290 + items: *291 examples: - default: *307 + default: *308 headers: Link: *6 x-github: @@ -42046,25 +42061,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *275 - *276 - - *305 - - &309 + - *277 + - *306 + - &310 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *303 + - *304 responses: '200': description: Response content: application/json: - schema: *304 + schema: *305 examples: - default: *308 + default: *309 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42087,10 +42102,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *275 - *276 - - *305 - - *309 + - *277 + - *306 + - *310 - *4 - *5 responses: @@ -42108,9 +42123,9 @@ paths: type: integer jobs: type: array - items: *310 + items: *311 examples: - default: &311 + default: &312 value: total_count: 1 jobs: @@ -42223,10 +42238,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *275 - *276 - - *305 - - *309 + - *277 + - *306 + - *310 responses: '302': description: Response @@ -42254,9 +42269,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *275 - *276 - - *305 + - *277 + - *306 responses: '202': description: Response @@ -42289,9 +42304,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *275 - *276 - - *305 + - *277 + - *306 requestBody: required: true content: @@ -42358,9 +42373,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *275 - *276 - - *305 + - *277 + - *306 responses: '202': description: Response @@ -42393,9 +42408,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *275 - *276 - - *305 + - *277 + - *306 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -42425,9 +42440,9 @@ paths: type: integer jobs: type: array - items: *310 + items: *311 examples: - default: *311 + default: *312 headers: Link: *6 x-github: @@ -42452,9 +42467,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *275 - *276 - - *305 + - *277 + - *306 responses: '302': description: Response @@ -42481,9 +42496,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *275 - *276 - - *305 + - *277 + - *306 responses: '204': description: Response @@ -42510,9 +42525,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *275 - *276 - - *305 + - *277 + - *306 responses: '200': description: Response @@ -42572,7 +42587,7 @@ paths: items: type: object properties: - type: &400 + type: &401 type: string description: The type of reviewer. enum: @@ -42582,7 +42597,7 @@ paths: reviewer: anyOf: - *19 - - *277 + - *278 required: - environment - wait_timer @@ -42657,9 +42672,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *275 - *276 - - *305 + - *277 + - *306 requestBody: required: true content: @@ -42706,7 +42721,7 @@ paths: application/json: schema: type: array - items: &395 + items: &396 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -42812,7 +42827,7 @@ paths: - created_at - updated_at examples: - default: &396 + default: &397 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -42868,9 +42883,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *275 - *276 - - *305 + - *277 + - *306 requestBody: required: false content: @@ -42914,9 +42929,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *275 - *276 - - *305 + - *277 + - *306 requestBody: required: false content: @@ -42963,8 +42978,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#list-repository-secrets parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -42982,9 +42997,9 @@ paths: type: integer secrets: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *6 x-github: @@ -43009,16 +43024,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#get-a-repository-public-key parameters: - - *275 - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *315 + default: *316 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43040,17 +43055,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#get-a-repository-secret parameters: - - *275 - *276 + - *277 - *163 responses: '200': description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: &413 + default: &414 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -43076,8 +43091,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *275 - *276 + - *277 - *163 requestBody: required: true @@ -43135,8 +43150,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#delete-a-repository-secret parameters: - - *275 - *276 + - *277 - *163 responses: '204': @@ -43162,9 +43177,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#list-repository-variables parameters: - - *275 - *276 - - *299 + - *277 + - *300 - *5 responses: '200': @@ -43181,9 +43196,9 @@ paths: type: integer variables: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 headers: Link: *6 x-github: @@ -43206,8 +43221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#create-a-repository-variable parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -43259,17 +43274,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#get-a-repository-variable parameters: - - *275 - *276 + - *277 - *166 responses: '200': description: Response content: application/json: - schema: *316 + schema: *317 examples: - default: &414 + default: &415 value: name: USERNAME value: octocat @@ -43295,8 +43310,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#update-a-repository-variable parameters: - - *275 - *276 + - *277 - *166 requestBody: required: true @@ -43339,8 +43354,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#delete-a-repository-variable parameters: - - *275 - *276 + - *277 - *166 responses: '204': @@ -43366,8 +43381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#list-repository-workflows parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -43385,7 +43400,7 @@ paths: type: integer workflows: type: array - items: &318 + items: &319 title: Workflow description: A GitHub Actions workflow type: object @@ -43492,9 +43507,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#get-a-workflow parameters: - - *275 - *276 - - &319 + - *277 + - &320 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -43509,7 +43524,7 @@ paths: description: Response content: application/json: - schema: *318 + schema: *319 examples: default: value: @@ -43542,9 +43557,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#disable-a-workflow parameters: - - *275 - *276 - - *319 + - *277 + - *320 responses: '204': description: Response @@ -43569,9 +43584,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *275 - *276 - - *319 + - *277 + - *320 responses: '204': description: Response @@ -43622,9 +43637,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#enable-a-workflow parameters: - - *275 - *276 - - *319 + - *277 + - *320 responses: '204': description: Response @@ -43651,19 +43666,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *275 - *276 - - *319 + - *277 - *320 - *321 - *322 - *323 + - *324 - *4 - *5 - - *324 - - *303 - *325 + - *304 - *326 + - *327 responses: '200': description: Response @@ -43679,9 +43694,9 @@ paths: type: integer workflow_runs: type: array - items: *304 + items: *305 examples: - default: *327 + default: *328 headers: Link: *6 x-github: @@ -43704,8 +43719,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-activities parameters: - - *275 - *276 + - *277 - *9 - *4 - *88 @@ -43869,8 +43884,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#list-assignees parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -43907,8 +43922,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *275 - *276 + - *277 - name: assignee in: path required: true @@ -43942,8 +43957,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *275 - *276 + - *277 responses: '200': description: Response @@ -43951,7 +43966,7 @@ paths: application/json: schema: type: array - items: &328 + items: &329 title: Autolink reference description: An autolink reference. type: object @@ -44001,8 +44016,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -44041,9 +44056,9 @@ paths: description: response content: application/json: - schema: *328 + schema: *329 examples: - default: &329 + default: &330 value: id: 1 key_prefix: TICKET- @@ -44074,9 +44089,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *275 - *276 - - &330 + - *277 + - &331 name: autolink_id description: The unique identifier of the autolink. in: path @@ -44088,9 +44103,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 '404': *26 x-github: githubCloudOnly: false @@ -44110,9 +44125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *275 - *276 - - *330 + - *277 + - *331 responses: '204': description: Response @@ -44136,8 +44151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *275 - *276 + - *277 responses: '200': description: Response if Dependabot is enabled @@ -44184,8 +44199,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#list-branches parameters: - - *275 - *276 + - *277 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -44223,7 +44238,7 @@ paths: - url protected: type: boolean - protection: &332 + protection: &333 title: Branch Protection description: Branch Protection type: object @@ -44265,7 +44280,7 @@ paths: required: - contexts - checks - enforce_admins: &335 + enforce_admins: &336 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -44280,7 +44295,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &337 + required_pull_request_reviews: &338 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -44301,7 +44316,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *277 + items: *278 apps: description: The list of apps with review dismissal access. @@ -44330,7 +44345,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *277 + items: *278 apps: description: The list of apps allowed to bypass pull request requirements. @@ -44356,7 +44371,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &334 + restrictions: &335 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -44663,9 +44678,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#get-a-branch parameters: - - *275 - *276 - - &333 + - *277 + - &334 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-server@3.12/graphql). @@ -44679,14 +44694,14 @@ paths: description: Response content: application/json: - schema: &343 + schema: &344 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &373 + commit: &374 title: Commit description: Commit type: object @@ -44720,7 +44735,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &331 + properties: &332 name: type: string example: '"Chris Wanstrath"' @@ -44735,7 +44750,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *331 + properties: *332 nullable: true message: type: string @@ -44756,7 +44771,7 @@ paths: required: - sha - url - verification: &420 + verification: &421 title: Verification type: object properties: @@ -44822,7 +44837,7 @@ paths: type: integer files: type: array - items: &384 + items: &385 title: Diff Entry description: Diff Entry type: object @@ -44905,7 +44920,7 @@ paths: - self protected: type: boolean - protection: *332 + protection: *333 protection_url: type: string format: uri @@ -45009,7 +45024,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *287 + '301': *288 '404': *26 x-github: githubCloudOnly: false @@ -45031,15 +45046,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-branch-protection parameters: - - *275 - *276 - - *333 + - *277 + - *334 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: default: value: @@ -45233,9 +45248,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#update-branch-protection parameters: - - *275 - *276 - - *333 + - *277 + - *334 requestBody: required: true content: @@ -45490,7 +45505,7 @@ paths: url: type: string format: uri - required_status_checks: &340 + required_status_checks: &341 title: Status Check Policy description: Status Check Policy type: object @@ -45566,7 +45581,7 @@ paths: items: *19 teams: type: array - items: *277 + items: *278 apps: type: array items: *25 @@ -45584,7 +45599,7 @@ paths: items: *19 teams: type: array - items: *277 + items: *278 apps: type: array items: *25 @@ -45642,7 +45657,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *334 + restrictions: *335 required_conversation_resolution: type: object properties: @@ -45754,9 +45769,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-branch-protection parameters: - - *275 - *276 - - *333 + - *277 + - *334 responses: '204': description: Response @@ -45781,17 +45796,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *275 - *276 - - *333 + - *277 + - *334 responses: '200': description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: &336 + default: &337 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -45813,17 +45828,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *275 - *276 - - *333 + - *277 + - *334 responses: '200': description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45842,9 +45857,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *275 - *276 - - *333 + - *277 + - *334 responses: '204': description: Response @@ -45869,17 +45884,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *275 - *276 - - *333 + - *277 + - *334 responses: '200': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: &338 + default: &339 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -45975,9 +45990,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *275 - *276 - - *333 + - *277 + - *334 requestBody: required: false content: @@ -46075,9 +46090,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 '422': *35 x-github: githubCloudOnly: false @@ -46098,9 +46113,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *275 - *276 - - *333 + - *277 + - *334 responses: '204': description: Response @@ -46127,17 +46142,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *275 - *276 - - *333 + - *277 + - *334 responses: '200': description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: &339 + default: &340 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -46160,17 +46175,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *275 - *276 - - *333 + - *277 + - *334 responses: '200': description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *339 + default: *340 '404': *26 x-github: githubCloudOnly: false @@ -46190,9 +46205,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *275 - *276 - - *333 + - *277 + - *334 responses: '204': description: Response @@ -46217,17 +46232,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-status-checks-protection parameters: - - *275 - *276 - - *333 + - *277 + - *334 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: &341 + default: &342 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -46253,9 +46268,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#update-status-check-protection parameters: - - *275 - *276 - - *333 + - *277 + - *334 requestBody: required: false content: @@ -46307,9 +46322,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '404': *26 '422': *35 x-github: @@ -46331,9 +46346,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-status-check-protection parameters: - - *275 - *276 - - *333 + - *277 + - *334 responses: '204': description: Response @@ -46357,9 +46372,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *275 - *276 - - *333 + - *277 + - *334 responses: '200': description: Response @@ -46393,9 +46408,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#add-status-check-contexts parameters: - - *275 - *276 - - *333 + - *277 + - *334 requestBody: required: false content: @@ -46462,9 +46477,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-status-check-contexts parameters: - - *275 - *276 - - *333 + - *277 + - *334 requestBody: required: false content: @@ -46528,9 +46543,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *275 - *276 - - *333 + - *277 + - *334 requestBody: content: application/json: @@ -46596,15 +46611,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-access-restrictions parameters: - - *275 - *276 - - *333 + - *277 + - *334 responses: '200': description: Response content: application/json: - schema: *334 + schema: *335 examples: default: value: @@ -46695,9 +46710,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-access-restrictions parameters: - - *275 - *276 - - *333 + - *277 + - *334 responses: '204': description: Response @@ -46720,9 +46735,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *275 - *276 - - *333 + - *277 + - *334 responses: '200': description: Response @@ -46732,7 +46747,7 @@ paths: type: array items: *25 examples: - default: &342 + default: &343 value: - id: 1 slug: octoapp @@ -46789,9 +46804,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *275 - *276 - - *333 + - *277 + - *334 requestBody: required: true content: @@ -46825,7 +46840,7 @@ paths: type: array items: *25 examples: - default: *342 + default: *343 '422': *35 x-github: githubCloudOnly: false @@ -46846,9 +46861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *275 - *276 - - *333 + - *277 + - *334 requestBody: required: true content: @@ -46882,7 +46897,7 @@ paths: type: array items: *25 examples: - default: *342 + default: *343 '422': *35 x-github: githubCloudOnly: false @@ -46903,9 +46918,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *275 - *276 - - *333 + - *277 + - *334 requestBody: required: true content: @@ -46939,7 +46954,7 @@ paths: type: array items: *25 examples: - default: *342 + default: *343 '422': *35 x-github: githubCloudOnly: false @@ -46961,9 +46976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *275 - *276 - - *333 + - *277 + - *334 responses: '200': description: Response @@ -46971,9 +46986,9 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: - default: *255 + default: *256 '404': *26 x-github: githubCloudOnly: false @@ -46993,9 +47008,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *275 - *276 - - *333 + - *277 + - *334 requestBody: required: false content: @@ -47031,9 +47046,9 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: - default: *255 + default: *256 '422': *35 x-github: githubCloudOnly: false @@ -47054,9 +47069,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *275 - *276 - - *333 + - *277 + - *334 requestBody: required: false content: @@ -47092,9 +47107,9 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: - default: *255 + default: *256 '422': *35 x-github: githubCloudOnly: false @@ -47115,9 +47130,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *275 - *276 - - *333 + - *277 + - *334 requestBody: content: application/json: @@ -47152,9 +47167,9 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: - default: *255 + default: *256 '422': *35 x-github: githubCloudOnly: false @@ -47176,9 +47191,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *275 - *276 - - *333 + - *277 + - *334 responses: '200': description: Response @@ -47212,9 +47227,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *275 - *276 - - *333 + - *277 + - *334 requestBody: required: true content: @@ -47272,9 +47287,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *275 - *276 - - *333 + - *277 + - *334 requestBody: required: true content: @@ -47332,9 +47347,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *275 - *276 - - *333 + - *277 + - *334 requestBody: required: true content: @@ -47394,9 +47409,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#rename-a-branch parameters: - - *275 - *276 - - *333 + - *277 + - *334 requestBody: required: true content: @@ -47418,7 +47433,7 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: default: value: @@ -47531,8 +47546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#create-a-check-run parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -47811,7 +47826,7 @@ paths: description: Response content: application/json: - schema: &345 + schema: &346 title: CheckRun description: A check performed on the code of a given code change type: object @@ -47930,8 +47945,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *344 - deployment: &604 + items: *345 + deployment: &605 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -48211,9 +48226,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#get-a-check-run parameters: - - *275 - *276 - - &346 + - *277 + - &347 name: check_run_id description: The unique identifier of the check run. in: path @@ -48225,9 +48240,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: &347 + default: &348 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -48327,9 +48342,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#update-a-check-run parameters: - - *275 - *276 - - *346 + - *277 + - *347 requestBody: required: true content: @@ -48569,9 +48584,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *347 + default: *348 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48591,9 +48606,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#list-check-run-annotations parameters: - - *275 - *276 - - *346 + - *277 + - *347 - *4 - *5 responses: @@ -48690,9 +48705,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#rerequest-a-check-run parameters: - - *275 - *276 - - *346 + - *277 + - *347 responses: '201': description: Response @@ -48736,8 +48751,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#create-a-check-suite parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -48759,7 +48774,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &350 + schema: &351 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -48823,7 +48838,7 @@ paths: nullable: true pull_requests: type: array - items: *344 + items: *345 nullable: true app: title: GitHub app @@ -48849,8 +48864,8 @@ paths: title: Simple Commit description: A commit. type: object - properties: *348 - required: *349 + properties: *349 + required: *350 latest_check_runs_count: type: integer check_runs_url: @@ -48878,7 +48893,7 @@ paths: - check_runs_url - pull_requests examples: - default: &351 + default: &352 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -49169,9 +49184,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49190,8 +49205,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -49500,9 +49515,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#get-a-check-suite parameters: - - *275 - *276 - - &352 + - *277 + - &353 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -49514,9 +49529,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49539,17 +49554,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *275 - *276 - - *352 - - &381 + - *277 + - *353 + - &382 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &382 + - &383 name: status description: Returns check runs with the specified `status`. in: query @@ -49588,9 +49603,9 @@ paths: type: integer check_runs: type: array - items: *345 + items: *346 examples: - default: &383 + default: &384 value: total_count: 1 check_runs: @@ -49692,9 +49707,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#rerequest-a-check-suite parameters: - - *275 - *276 - - *352 + - *277 + - *353 responses: '201': description: Response @@ -49727,20 +49742,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *275 - *276 + - *277 - *178 - *179 - *5 - *4 - - &363 + - &364 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: *353 + schema: *354 - *9 - name: sort description: The property by which to sort the results. @@ -49763,7 +49778,7 @@ paths: be returned. in: query required: false - schema: *354 + schema: *355 responses: '200': description: Response @@ -49779,7 +49794,7 @@ paths: updated_at: *100 url: *97 html_url: *98 - instances_url: *355 + instances_url: *356 state: *92 fixed_at: *102 dismissed_by: @@ -49790,11 +49805,11 @@ paths: required: *18 nullable: true dismissed_at: *101 - dismissed_reason: *356 - dismissed_comment: *357 - rule: *358 - tool: *359 - most_recent_instance: *360 + dismissed_reason: *357 + dismissed_comment: *358 + rule: *359 + tool: *360 + most_recent_instance: *361 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -49917,7 +49932,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *42 - '403': *252 + '403': *253 '404': *26 '503': *104 x-github: @@ -49939,9 +49954,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *275 - *276 - - &361 + - *277 + - &362 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -49955,7 +49970,7 @@ paths: description: Response content: application/json: - schema: &362 + schema: &363 type: object properties: number: *93 @@ -49963,7 +49978,7 @@ paths: updated_at: *100 url: *97 html_url: *98 - instances_url: *355 + instances_url: *356 state: *92 fixed_at: *102 dismissed_by: @@ -49974,8 +49989,8 @@ paths: required: *18 nullable: true dismissed_at: *101 - dismissed_reason: *356 - dismissed_comment: *357 + dismissed_reason: *357 + dismissed_comment: *358 rule: type: object properties: @@ -50029,8 +50044,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *359 - most_recent_instance: *360 + tool: *360 + most_recent_instance: *361 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -50126,7 +50141,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *42 - '403': *252 + '403': *253 '404': *26 '503': *104 x-github: @@ -50146,9 +50161,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *275 - *276 - - *361 + - *277 + - *362 requestBody: required: true content: @@ -50163,8 +50178,8 @@ paths: enum: - open - dismissed - dismissed_reason: *356 - dismissed_comment: *357 + dismissed_reason: *357 + dismissed_comment: *358 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -50183,7 +50198,7 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: default: value: @@ -50259,7 +50274,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *34 - '403': &368 + '403': &369 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -50286,12 +50301,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *275 - *276 - - *361 + - *277 + - *362 - *5 - *4 - - *363 + - *364 responses: '200': description: Response @@ -50299,7 +50314,7 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: default: value: @@ -50338,7 +50353,7 @@ paths: end_column: 50 classifications: - source - '403': *252 + '403': *253 '404': *26 '503': *104 x-github: @@ -50372,8 +50387,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *275 - *276 + - *277 - *178 - *179 - *5 @@ -50384,12 +50399,12 @@ paths: for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *353 + schema: *354 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &366 + schema: &367 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -50410,23 +50425,23 @@ paths: application/json: schema: type: array - items: &367 + items: &368 type: object properties: - ref: *353 - commit_sha: &369 + ref: *354 + commit_sha: &370 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: *364 + analysis_key: *365 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *365 + category: *366 error: type: string example: error reading field xyz @@ -50450,8 +50465,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *366 - tool: *359 + sarif_id: *367 + tool: *360 deletable: type: boolean warning: @@ -50512,7 +50527,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *252 + '403': *253 '404': *26 '503': *104 x-github: @@ -50548,8 +50563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *275 - *276 + - *277 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -50562,7 +50577,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: response: summary: application/json response @@ -50616,7 +50631,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *252 + '403': *253 '404': *26 '503': *104 x-github: @@ -50698,8 +50713,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *275 - *276 + - *277 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -50752,7 +50767,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *34 - '403': *368 + '403': *369 '404': *26 '503': *104 x-github: @@ -50774,8 +50789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *275 - *276 + - *277 responses: '200': description: Response @@ -50837,7 +50852,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *252 + '403': *253 '404': *26 '503': *104 x-github: @@ -50858,8 +50873,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -50930,7 +50945,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *368 + '403': *369 '404': *26 '409': description: Response if there is already a validation run in progress with @@ -50995,8 +51010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -51004,7 +51019,7 @@ paths: schema: type: object properties: - commit_sha: *369 + commit_sha: *370 ref: type: string description: |- @@ -51057,7 +51072,7 @@ paths: schema: type: object properties: - id: *366 + id: *367 url: type: string description: The REST API URL for checking the status of the upload. @@ -51071,7 +51086,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': *368 + '403': *369 '404': *26 '413': description: Payload Too Large if the sarif field is too large @@ -51094,8 +51109,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *275 - *276 + - *277 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -51141,7 +51156,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': *252 + '403': *253 '404': description: Not Found if the sarif id does not match any upload '503': *104 @@ -51166,8 +51181,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-codeowners-errors parameters: - - *275 - *276 + - *277 - 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 @@ -51290,8 +51305,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *275 - *276 + - *277 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -51333,7 +51348,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &370 + properties: &371 login: type: string example: octocat @@ -51426,7 +51441,7 @@ paths: user_view_type: type: string example: public - required: &371 + required: &372 - avatar_url - events_url - followers_url @@ -51499,8 +51514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *275 - *276 + - *277 - *8 responses: '204': @@ -51537,8 +51552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *275 - *276 + - *277 - *8 requestBody: required: false @@ -51604,8 +51619,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *275 - *276 + - *277 - *8 responses: '204': @@ -51635,8 +51650,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *275 - *276 + - *277 - *8 responses: '200': @@ -51657,8 +51672,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *370 - required: *371 + properties: *371 + required: *372 nullable: true required: - permission @@ -51713,8 +51728,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -51724,7 +51739,7 @@ paths: application/json: schema: type: array - items: &372 + items: &373 title: Commit Comment description: Commit Comment type: object @@ -51782,7 +51797,7 @@ paths: - created_at - updated_at examples: - default: &375 + default: &376 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -51841,17 +51856,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#get-a-commit-comment parameters: - - *275 - *276 + - *277 - *120 responses: '200': description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: &376 + default: &377 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -51908,8 +51923,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#update-a-commit-comment parameters: - - *275 - *276 + - *277 - *120 requestBody: required: true @@ -51932,7 +51947,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: default: value: @@ -51983,8 +51998,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#delete-a-commit-comment parameters: - - *275 - *276 + - *277 - *120 responses: '204': @@ -52006,8 +52021,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *275 - *276 + - *277 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). @@ -52034,9 +52049,9 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: - default: *266 + default: *267 headers: Link: *6 '404': *26 @@ -52057,8 +52072,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *275 - *276 + - *277 - *120 requestBody: required: true @@ -52091,16 +52106,16 @@ paths: description: Reaction exists content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '201': description: Reaction created content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '422': *35 x-github: githubCloudOnly: false @@ -52122,10 +52137,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *275 - *276 + - *277 - *120 - - *267 + - *268 responses: '204': description: Response @@ -52174,8 +52189,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#list-commits parameters: - - *275 - *276 + - *277 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -52231,9 +52246,9 @@ paths: application/json: schema: type: array - items: *373 + items: *374 examples: - default: &481 + default: &482 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -52326,9 +52341,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#list-branches-for-head-commit parameters: - - *275 - *276 - - &374 + - *277 + - &375 name: commit_sha description: The SHA of the commit. in: path @@ -52400,9 +52415,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#list-commit-comments parameters: - - *275 - *276 - - *374 + - *277 + - *375 - *4 - *5 responses: @@ -52412,9 +52427,9 @@ paths: application/json: schema: type: array - items: *372 + items: *373 examples: - default: *375 + default: *376 headers: Link: *6 x-github: @@ -52442,9 +52457,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#create-a-commit-comment parameters: - - *275 - *276 - - *374 + - *277 + - *375 requestBody: required: true content: @@ -52479,9 +52494,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *376 + default: *377 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -52509,9 +52524,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *275 - *276 - - *374 + - *277 + - *375 - *4 - *5 responses: @@ -52521,7 +52536,7 @@ paths: application/json: schema: type: array - items: &470 + items: &471 title: Pull Request Simple description: Pull Request Simple type: object @@ -52627,8 +52642,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *377 - required: *378 + properties: *378 + required: *379 nullable: true active_lock_reason: type: string @@ -52673,7 +52688,7 @@ paths: nullable: true requested_teams: type: array - items: *277 + items: *278 nullable: true head: type: object @@ -52724,7 +52739,7 @@ paths: _links: type: object properties: - comments: &379 + comments: &380 title: Link description: Hypermedia Link type: object @@ -52733,13 +52748,13 @@ paths: type: string required: - href - commits: *379 - statuses: *379 - html: *379 - issue: *379 - review_comments: *379 - review_comment: *379 - self: *379 + commits: *380 + statuses: *380 + html: *380 + issue: *380 + review_comments: *380 + review_comment: *380 + self: *380 required: - comments - commits @@ -52750,7 +52765,7 @@ paths: - review_comment - self author_association: *108 - auto_merge: &473 + auto_merge: &474 title: Auto merge description: The status of auto merging a pull request. type: object @@ -52813,7 +52828,7 @@ paths: - author_association - auto_merge examples: - default: &471 + default: &472 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -53350,11 +53365,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#get-a-commit parameters: - - *275 - *276 + - *277 - *5 - *4 - - &380 + - &381 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)" @@ -53369,9 +53384,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: &456 + default: &457 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -53481,11 +53496,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *275 - *276 - - *380 + - *277 - *381 - *382 + - *383 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -53519,9 +53534,9 @@ paths: type: integer check_runs: type: array - items: *345 + items: *346 examples: - default: *383 + default: *384 headers: Link: *6 x-github: @@ -53546,9 +53561,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *275 - *276 - - *380 + - *277 + - *381 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -53556,7 +53571,7 @@ paths: schema: type: integer example: 1 - - *381 + - *382 - *4 - *5 responses: @@ -53574,7 +53589,7 @@ paths: type: integer check_suites: type: array - items: *350 + items: *351 examples: default: value: @@ -53774,9 +53789,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *275 - *276 - - *380 + - *277 + - *381 - *4 - *5 responses: @@ -53974,9 +53989,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *275 - *276 - - *380 + - *277 + - *381 - *4 - *5 responses: @@ -53986,7 +54001,7 @@ paths: application/json: schema: type: array - items: &528 + items: &529 title: Status description: The status of a commit. type: object @@ -54067,7 +54082,7 @@ paths: site_admin: false headers: Link: *6 - '301': *287 + '301': *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54135,8 +54150,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#compare-two-commits parameters: - - *275 - *276 + - *277 - *5 - *4 - name: basehead @@ -54179,8 +54194,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *373 - merge_base_commit: *373 + base_commit: *374 + merge_base_commit: *374 status: type: string enum: @@ -54200,10 +54215,10 @@ paths: example: 6 commits: type: array - items: *373 + items: *374 files: type: array - items: *384 + items: *385 required: - url - html_url @@ -54482,8 +54497,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#get-repository-content parameters: - - *275 - *276 + - *277 - name: path description: path parameter in: path @@ -54624,7 +54639,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &385 + response-if-content-is-a-file: &386 summary: Response if content is a file value: type: file @@ -54756,7 +54771,7 @@ paths: - size - type - url - - &486 + - &487 title: Content File description: Content File type: object @@ -54957,7 +54972,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *385 + response-if-content-is-a-file: *386 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -55026,7 +55041,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *26 '403': *43 - '302': &490 + '302': &491 description: Found '304': *42 x-github: @@ -55050,8 +55065,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#create-or-update-file-contents parameters: - - *275 - *276 + - *277 - name: path description: path parameter in: path @@ -55144,7 +55159,7 @@ paths: description: Response content: application/json: - schema: &386 + schema: &387 title: File Commit description: File Commit type: object @@ -55290,7 +55305,7 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: example-for-creating-a-file: value: @@ -55341,7 +55356,7 @@ paths: schema: oneOf: - *24 - - &415 + - &416 description: Repository rule violation was detected type: object properties: @@ -55394,8 +55409,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#delete-a-file parameters: - - *275 - *276 + - *277 - name: path description: path parameter in: path @@ -55456,7 +55471,7 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: default: value: @@ -55507,8 +55522,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-contributors parameters: - - *275 - *276 + - *277 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -55631,8 +55646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *275 - *276 + - *277 - *186 - *187 - *188 @@ -55653,7 +55668,7 @@ paths: application/json: schema: type: array - items: &389 + items: &390 type: object description: A Dependabot alert. properties: @@ -55686,7 +55701,7 @@ paths: enum: - development - runtime - security_advisory: *387 + security_advisory: *388 security_vulnerability: *96 url: *97 html_url: *98 @@ -55717,7 +55732,7 @@ paths: nullable: true maxLength: 280 fixed_at: *102 - auto_dismissed_at: *388 + auto_dismissed_at: *389 required: - number - state @@ -55944,9 +55959,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *275 - *276 - - &390 + - *277 + - &391 name: alert_number in: path description: |- @@ -55961,7 +55976,7 @@ paths: description: Response content: application/json: - schema: *389 + schema: *390 examples: default: value: @@ -56065,9 +56080,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *275 - *276 - - *390 + - *277 + - *391 requestBody: required: true content: @@ -56112,7 +56127,7 @@ paths: description: Response content: application/json: - schema: *389 + schema: *390 examples: default: value: @@ -56241,8 +56256,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#list-repository-secrets parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -56260,7 +56275,7 @@ paths: type: integer secrets: type: array - items: &393 + items: &394 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -56313,16 +56328,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *275 - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *392 + default: *393 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56342,15 +56357,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#get-a-repository-secret parameters: - - *275 - *276 + - *277 - *163 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: default: value: @@ -56376,8 +56391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *275 - *276 + - *277 - *163 requestBody: required: true @@ -56430,8 +56445,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *275 - *276 + - *277 - *163 responses: '204': @@ -56454,8 +56469,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *275 - *276 + - *277 - 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 @@ -56615,8 +56630,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *275 - *276 + - *277 responses: '200': description: Response @@ -56841,8 +56856,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -56917,7 +56932,7 @@ paths: - version - url additionalProperties: false - metadata: &394 + metadata: &395 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -56950,7 +56965,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *394 + metadata: *395 resolved: type: object description: A collection of resolved package dependencies. @@ -56963,7 +56978,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *394 + metadata: *395 relationship: type: string description: A notation of whether a dependency is requested @@ -57092,8 +57107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/deployments#list-deployments parameters: - - *275 - *276 + - *277 - name: sha description: The SHA recorded at creation time. in: query @@ -57133,9 +57148,9 @@ paths: application/json: schema: type: array - items: *395 + items: *396 examples: - default: *396 + default: *397 headers: Link: *6 x-github: @@ -57201,8 +57216,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/deployments#create-a-deployment parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -57283,7 +57298,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: simple-example: summary: Simple example @@ -57356,9 +57371,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/deployments#get-a-deployment parameters: - - *275 - *276 - - &397 + - *277 + - &398 name: deployment_id description: deployment_id parameter in: path @@ -57370,7 +57385,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: default: value: @@ -57435,9 +57450,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/deployments#delete-a-deployment parameters: - - *275 - *276 - - *397 + - *277 + - *398 responses: '204': description: Response @@ -57459,9 +57474,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/statuses#list-deployment-statuses parameters: - - *275 - *276 - - *397 + - *277 + - *398 - *4 - *5 responses: @@ -57471,7 +57486,7 @@ paths: application/json: schema: type: array - items: &398 + items: &399 title: Deployment Status description: The status of a deployment. type: object @@ -57632,9 +57647,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/statuses#create-a-deployment-status parameters: - - *275 - *276 - - *397 + - *277 + - *398 requestBody: required: true content: @@ -57709,9 +57724,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: &399 + default: &400 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -57767,9 +57782,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/statuses#get-a-deployment-status parameters: - - *275 - *276 - - *397 + - *277 + - *398 - name: status_id in: path required: true @@ -57780,9 +57795,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *399 + default: *400 '404': *26 x-github: githubCloudOnly: false @@ -57807,8 +57822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -57865,8 +57880,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/environments#list-environments parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -57883,7 +57898,7 @@ paths: type: integer environments: type: array - items: &401 + items: &402 title: Environment description: Details of a deployment environment type: object @@ -57935,7 +57950,7 @@ paths: type: type: string example: wait_timer - wait_timer: &403 + wait_timer: &404 type: integer example: 30 description: The amount of time to delay a job after @@ -57972,11 +57987,11 @@ paths: items: type: object properties: - type: *400 + type: *401 reviewer: anyOf: - *19 - - *277 + - *278 required: - id - node_id @@ -57996,7 +58011,7 @@ paths: - id - node_id - type - deployment_branch_policy: &404 + deployment_branch_policy: &405 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -58111,9 +58126,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/environments#get-an-environment parameters: - - *275 - *276 - - &402 + - *277 + - &403 name: environment_name in: path required: true @@ -58126,9 +58141,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: &405 + default: &406 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -58211,9 +58226,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/environments#create-or-update-an-environment parameters: - - *275 - *276 - - *402 + - *277 + - *403 requestBody: required: false content: @@ -58222,7 +58237,7 @@ paths: type: object nullable: true properties: - wait_timer: *403 + wait_timer: *404 prevent_self_review: type: boolean example: false @@ -58239,13 +58254,13 @@ paths: items: type: object properties: - type: *400 + type: *401 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *404 + deployment_branch_policy: *405 additionalProperties: false examples: default: @@ -58265,9 +58280,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *405 + default: *406 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -58291,9 +58306,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/environments#delete-an-environment parameters: - - *275 - *276 - - *402 + - *277 + - *403 responses: '204': description: Default response @@ -58318,9 +58333,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *275 - *276 - - *402 + - *277 + - *403 - *4 - *5 responses: @@ -58338,7 +58353,7 @@ paths: example: 2 branch_policies: type: array - items: &406 + items: &407 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -58395,9 +58410,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *275 - *276 - - *402 + - *277 + - *403 requestBody: required: true content: @@ -58443,9 +58458,9 @@ paths: description: Response content: application/json: - schema: *406 + schema: *407 examples: - example-wildcard: &407 + example-wildcard: &408 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -58487,10 +58502,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *275 - *276 - - *402 - - &408 + - *277 + - *403 + - &409 name: branch_policy_id in: path required: true @@ -58502,9 +58517,9 @@ paths: description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: *407 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58523,10 +58538,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *275 - *276 - - *402 - - *408 + - *277 + - *403 + - *409 requestBody: required: true content: @@ -58554,9 +58569,9 @@ paths: description: Response content: application/json: - schema: *406 + schema: *407 examples: - default: *407 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58575,10 +58590,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *275 - *276 - - *402 - - *408 + - *277 + - *403 + - *409 responses: '204': description: Response @@ -58603,9 +58618,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *402 + - *403 + - *277 - *276 - - *275 responses: '200': description: List of deployment protection rules @@ -58621,7 +58636,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &409 + items: &410 title: Deployment protection rule description: Deployment protection rule type: object @@ -58640,7 +58655,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &410 + app: &411 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -58729,7 +58744,7 @@ paths: The authenticated user must have admin or owner permissions to the repository to use this endpoint. - For more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-server@3.12/rest/apps/apps#get-an-app). + For more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-server@3.12/rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/enterprise-server@3.12/actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules). OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. tags: @@ -58739,9 +58754,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *402 + - *403 + - *277 - *276 - - *275 requestBody: content: application/json: @@ -58762,9 +58777,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *409 + schema: *410 examples: - default: &411 + default: &412 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -58799,9 +58814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *402 + - *403 + - *277 - *276 - - *275 - *5 - *4 responses: @@ -58820,7 +58835,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *410 + items: *411 examples: default: value: @@ -58855,10 +58870,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *275 - *276 - - *402 - - &412 + - *277 + - *403 + - &413 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -58870,9 +58885,9 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *411 + default: *412 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58893,10 +58908,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *402 + - *403 + - *277 - *276 - - *275 - - *412 + - *413 responses: '204': description: Response @@ -58922,9 +58937,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#list-environment-secrets parameters: - - *275 - *276 - - *402 + - *277 + - *403 - *4 - *5 responses: @@ -58942,9 +58957,9 @@ paths: type: integer secrets: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *6 x-github: @@ -58969,17 +58984,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#get-an-environment-public-key parameters: - - *275 - *276 - - *402 + - *277 + - *403 responses: '200': description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *315 + default: *316 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59001,18 +59016,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#get-an-environment-secret parameters: - - *275 - *276 - - *402 + - *277 + - *403 - *163 responses: '200': description: Response content: application/json: - schema: *312 + schema: *313 examples: - default: *413 + default: *414 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59034,9 +59049,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *275 - *276 - - *402 + - *277 + - *403 - *163 requestBody: required: true @@ -59094,9 +59109,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#delete-an-environment-secret parameters: - - *275 - *276 - - *402 + - *277 + - *403 - *163 responses: '204': @@ -59122,10 +59137,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#list-environment-variables parameters: - - *275 - *276 - - *402 - - *299 + - *277 + - *403 + - *300 - *5 responses: '200': @@ -59142,9 +59157,9 @@ paths: type: integer variables: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 headers: Link: *6 x-github: @@ -59167,9 +59182,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#create-an-environment-variable parameters: - - *275 - *276 - - *402 + - *277 + - *403 requestBody: required: true content: @@ -59221,18 +59236,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#get-an-environment-variable parameters: - - *275 - *276 - - *402 + - *277 + - *403 - *166 responses: '200': description: Response content: application/json: - schema: *316 + schema: *317 examples: - default: *414 + default: *415 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59253,10 +59268,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#update-an-environment-variable parameters: - - *275 - *276 + - *277 - *166 - - *402 + - *403 requestBody: required: true content: @@ -59298,10 +59313,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#delete-an-environment-variable parameters: - - *275 - *276 + - *277 - *166 - - *402 + - *403 responses: '204': description: Response @@ -59323,8 +59338,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/events#list-repository-events parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -59401,8 +59416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/forks#list-forks parameters: - - *275 - *276 + - *277 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -59561,8 +59576,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/forks#create-a-fork parameters: - - *275 - *276 + - *277 requestBody: required: false content: @@ -59594,9 +59609,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *288 + default: *289 '400': *34 '422': *35 '403': *43 @@ -59617,8 +59632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/blobs#create-a-blob parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -59678,7 +59693,7 @@ paths: schema: oneOf: - *138 - - *415 + - *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59703,8 +59718,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/blobs#get-a-blob parameters: - - *275 - *276 + - *277 - name: file_sha in: path required: true @@ -59803,8 +59818,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/commits#create-a-commit parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -59913,7 +59928,7 @@ paths: description: Response content: application/json: - schema: &416 + schema: &417 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -60120,15 +60135,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/commits#get-a-commit-object parameters: - - *275 - *276 - - *374 + - *277 + - *375 responses: '200': description: Response content: application/json: - schema: *416 + schema: *417 examples: default: value: @@ -60181,9 +60196,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#list-matching-references parameters: - - *275 - *276 - - &417 + - *277 + - &418 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. @@ -60200,7 +60215,7 @@ paths: application/json: schema: type: array - items: &418 + items: &419 title: Git Reference description: Git references within a repository type: object @@ -60275,17 +60290,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#get-a-reference parameters: - - *275 - *276 - - *417 + - *277 + - *418 responses: '200': description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: &419 + default: &420 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -60314,8 +60329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#create-a-reference parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -60344,9 +60359,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -60372,9 +60387,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#update-a-reference parameters: - - *275 - *276 - - *417 + - *277 + - *418 requestBody: required: true content: @@ -60403,9 +60418,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 '422': *35 '409': *140 x-github: @@ -60423,9 +60438,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#delete-a-reference parameters: - - *275 - *276 - - *417 + - *277 + - *418 responses: '204': description: Response @@ -60478,8 +60493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/tags#create-a-tag-object parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -60546,7 +60561,7 @@ paths: description: Response content: application/json: - schema: &421 + schema: &422 title: Git Tag description: Metadata for a Git tag type: object @@ -60597,7 +60612,7 @@ paths: - sha - type - url - verification: *420 + verification: *421 required: - sha - url @@ -60607,7 +60622,7 @@ paths: - tag - message examples: - default: &422 + default: &423 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -60677,8 +60692,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/tags#get-a-tag parameters: - - *275 - *276 + - *277 - name: tag_sha in: path required: true @@ -60689,9 +60704,9 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *422 + default: *423 '404': *26 '409': *140 x-github: @@ -60715,8 +60730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/trees#create-a-tree parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -60789,7 +60804,7 @@ paths: description: Response content: application/json: - schema: &423 + schema: &424 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -60901,8 +60916,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/trees#get-a-tree parameters: - - *275 - *276 + - *277 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -60925,7 +60940,7 @@ paths: description: Response content: application/json: - schema: *423 + schema: *424 examples: default-response: summary: Default response @@ -60984,8 +60999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#list-repository-webhooks parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -60995,7 +61010,7 @@ paths: application/json: schema: type: array - items: &424 + items: &425 title: Webhook description: Webhooks for repositories. type: object @@ -61049,7 +61064,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &634 + last_response: &635 title: Hook Response type: object properties: @@ -61123,8 +61138,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#create-a-repository-webhook parameters: - - *275 - *276 + - *277 requestBody: required: false content: @@ -61176,9 +61191,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: &425 + default: &426 value: type: Repository id: 12345678 @@ -61226,17 +61241,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#get-a-repository-webhook parameters: - - *275 - *276 + - *277 - *3 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 '404': *26 x-github: githubCloudOnly: false @@ -61256,8 +61271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#update-a-repository-webhook parameters: - - *275 - *276 + - *277 - *3 requestBody: required: true @@ -61303,9 +61318,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 '422': *35 '404': *26 x-github: @@ -61326,8 +61341,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *275 - *276 + - *277 - *3 responses: '204': @@ -61352,8 +61367,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *275 - *276 + - *277 - *3 responses: '200': @@ -61381,8 +61396,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *275 - *276 + - *277 - *3 requestBody: required: false @@ -61427,8 +61442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *275 - *276 + - *277 - *3 - *4 - *201 @@ -61460,8 +61475,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *275 - *276 + - *277 - *3 - *36 responses: @@ -61490,8 +61505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *275 - *276 + - *277 - *3 - *36 responses: @@ -61515,8 +61530,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *275 - *276 + - *277 - *3 responses: '204': @@ -61542,8 +61557,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *275 - *276 + - *277 - *3 responses: '204': @@ -61568,8 +61583,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *275 - *276 + - *277 responses: '200': description: Response @@ -61577,8 +61592,8 @@ paths: application/json: schema: *39 examples: - default: *426 - '301': *287 + default: *427 + '301': *288 '404': *26 x-github: githubCloudOnly: false @@ -61597,8 +61612,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#list-repository-invitations parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -61608,7 +61623,7 @@ paths: application/json: schema: type: array - items: &427 + items: &428 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -61671,7 +61686,7 @@ paths: - html_url - created_at examples: - default: &585 + default: &586 value: - id: 1 repository: @@ -61802,9 +61817,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *275 - *276 - - &428 + - *277 + - &429 name: invitation_id description: The unique identifier of the invitation. in: path @@ -61839,7 +61854,7 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: default: value: @@ -61970,9 +61985,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *275 - *276 - - *428 + - *277 + - *429 responses: '204': description: Response @@ -62003,8 +62018,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#list-repository-issues parameters: - - *275 - *276 + - *277 - 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 @@ -62217,7 +62232,7 @@ paths: state_reason: completed headers: Link: *6 - '301': *287 + '301': *288 '422': *35 '404': *26 x-github: @@ -62246,8 +62261,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#create-an-issue parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -62324,7 +62339,7 @@ paths: application/json: schema: *121 examples: - default: &434 + default: &435 value: id: 1 node_id: MDU6SXNzdWUx @@ -62480,7 +62495,7 @@ paths: '422': *35 '503': *104 '404': *26 - '410': *231 + '410': *232 x-github: triggersNotification: true githubCloudOnly: false @@ -62508,9 +62523,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *275 - *276 - - &479 + - *277 + - &480 name: sort description: The property to sort the results by. in: query @@ -62540,9 +62555,9 @@ paths: application/json: schema: type: array - items: *429 + items: *430 examples: - default: &436 + default: &437 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -62600,17 +62615,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#get-an-issue-comment parameters: - - *275 - *276 + - *277 - *120 responses: '200': description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: &430 + default: &431 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -62664,8 +62679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#update-an-issue-comment parameters: - - *275 - *276 + - *277 - *120 requestBody: required: true @@ -62688,9 +62703,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: *430 + default: *431 '422': *35 x-github: githubCloudOnly: false @@ -62708,8 +62723,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#delete-an-issue-comment parameters: - - *275 - *276 + - *277 - *120 responses: '204': @@ -62730,8 +62745,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *275 - *276 + - *277 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). @@ -62758,9 +62773,9 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: - default: *266 + default: *267 headers: Link: *6 '404': *26 @@ -62781,8 +62796,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *275 - *276 + - *277 - *120 requestBody: required: true @@ -62815,16 +62830,16 @@ paths: description: Reaction exists content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '201': description: Reaction created content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '422': *35 x-github: githubCloudOnly: false @@ -62846,10 +62861,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *275 - *276 + - *277 - *120 - - *267 + - *268 responses: '204': description: Response @@ -62869,8 +62884,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/events#list-issue-events-for-a-repository parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -62880,7 +62895,7 @@ paths: application/json: schema: type: array - items: &433 + items: &434 title: Issue Event description: Issue Event type: object @@ -62923,8 +62938,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *431 - required: *432 + properties: *432 + required: *433 nullable: true label: title: Issue Event Label @@ -62968,7 +62983,7 @@ paths: properties: *17 required: *18 nullable: true - requested_team: *277 + requested_team: *278 dismissed_review: title: Issue Event Dismissed Review type: object @@ -63231,8 +63246,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/events#get-an-issue-event parameters: - - *275 - *276 + - *277 - name: event_id in: path required: true @@ -63243,7 +63258,7 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: default: value: @@ -63436,7 +63451,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *26 - '410': *231 + '410': *232 '403': *43 x-github: githubCloudOnly: false @@ -63470,9 +63485,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue parameters: - - *275 - *276 - - &435 + - *277 + - &436 name: issue_number description: The number that identifies the issue. in: path @@ -63486,10 +63501,10 @@ paths: application/json: schema: *121 examples: - default: *434 - '301': *287 + default: *435 + '301': *288 '404': *26 - '410': *231 + '410': *232 '304': *42 x-github: githubCloudOnly: false @@ -63514,9 +63529,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#update-an-issue parameters: - - *275 - *276 - - *435 + - *277 + - *436 requestBody: required: false content: @@ -63613,13 +63628,13 @@ paths: application/json: schema: *121 examples: - default: *434 + default: *435 '422': *35 '503': *104 '403': *43 - '301': *287 + '301': *288 '404': *26 - '410': *231 + '410': *232 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63637,9 +63652,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *275 - *276 - - *435 + - *277 + - *436 requestBody: required: false content: @@ -63667,7 +63682,7 @@ paths: application/json: schema: *121 examples: - default: *434 + default: *435 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63683,9 +63698,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *275 - *276 - - *435 + - *277 + - *436 requestBody: content: application/json: @@ -63712,7 +63727,7 @@ paths: application/json: schema: *121 examples: - default: *434 + default: *435 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63734,9 +63749,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *275 - *276 - - *435 + - *277 + - *436 - name: assignee in: path required: true @@ -63776,9 +63791,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#list-issue-comments parameters: - - *275 - *276 - - *435 + - *277 + - *436 - *111 - *4 - *5 @@ -63789,13 +63804,13 @@ paths: application/json: schema: type: array - items: *429 + items: *430 examples: - default: *436 + default: *437 headers: Link: *6 '404': *26 - '410': *231 + '410': *232 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63824,9 +63839,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#create-an-issue-comment parameters: - - *275 - *276 - - *435 + - *277 + - *436 requestBody: required: true content: @@ -63848,16 +63863,16 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: *430 + default: *431 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *43 - '410': *231 + '410': *232 '422': *35 '404': *26 x-github: @@ -63877,9 +63892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/events#list-issue-events parameters: - - *275 - *276 - - *435 + - *277 + - *436 - *4 - *5 responses: @@ -63893,7 +63908,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &439 + - &440 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -63947,7 +63962,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &440 + - &441 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -64083,7 +64098,7 @@ paths: - performed_via_github_app - assignee - assigner - - &441 + - &442 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -64134,7 +64149,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &442 + - &443 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -64185,7 +64200,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &443 + - &444 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -64239,7 +64254,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &444 + - &445 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -64273,7 +64288,7 @@ paths: properties: *106 required: *107 review_requester: *19 - requested_team: *277 + requested_team: *278 requested_reviewer: *19 required: - review_requester @@ -64286,7 +64301,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &445 + - &446 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -64320,7 +64335,7 @@ paths: properties: *106 required: *107 review_requester: *19 - requested_team: *277 + requested_team: *278 requested_reviewer: *19 required: - review_requester @@ -64333,7 +64348,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &446 + - &447 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -64393,7 +64408,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &447 + - &448 title: Locked Issue Event description: Locked Issue Event type: object @@ -64441,7 +64456,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &448 + - &449 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -64507,7 +64522,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &449 + - &450 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -64573,7 +64588,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &450 + - &451 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -64639,7 +64654,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &451 + - &452 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -64730,7 +64745,7 @@ paths: color: red headers: Link: *6 - '410': *231 + '410': *232 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64747,9 +64762,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#list-labels-for-an-issue parameters: - - *275 - *276 - - *435 + - *277 + - *436 - *4 - *5 responses: @@ -64759,7 +64774,7 @@ paths: application/json: schema: type: array - items: &437 + items: &438 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -64806,7 +64821,7 @@ paths: - color - default examples: - default: &438 + default: &439 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -64824,9 +64839,9 @@ paths: default: false headers: Link: *6 - '301': *287 + '301': *288 '404': *26 - '410': *231 + '410': *232 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64843,9 +64858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#add-labels-to-an-issue parameters: - - *275 - *276 - - *435 + - *277 + - *436 requestBody: required: false content: @@ -64904,12 +64919,12 @@ paths: application/json: schema: type: array - items: *437 + items: *438 examples: - default: *438 - '301': *287 + default: *439 + '301': *288 '404': *26 - '410': *231 + '410': *232 '422': *35 x-github: githubCloudOnly: false @@ -64926,9 +64941,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#set-labels-for-an-issue parameters: - - *275 - *276 - - *435 + - *277 + - *436 requestBody: required: false content: @@ -64988,12 +65003,12 @@ paths: application/json: schema: type: array - items: *437 + items: *438 examples: - default: *438 - '301': *287 + default: *439 + '301': *288 '404': *26 - '410': *231 + '410': *232 '422': *35 x-github: githubCloudOnly: false @@ -65010,15 +65025,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *275 - *276 - - *435 + - *277 + - *436 responses: '204': description: Response - '301': *287 + '301': *288 '404': *26 - '410': *231 + '410': *232 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65037,9 +65052,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *275 - *276 - - *435 + - *277 + - *436 - name: name in: path required: true @@ -65052,7 +65067,7 @@ paths: application/json: schema: type: array - items: *437 + items: *438 examples: default: value: @@ -65063,9 +65078,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *287 + '301': *288 '404': *26 - '410': *231 + '410': *232 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65085,9 +65100,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#lock-an-issue parameters: - - *275 - *276 - - *435 + - *277 + - *436 requestBody: required: false content: @@ -65115,7 +65130,7 @@ paths: '204': description: Response '403': *43 - '410': *231 + '410': *232 '404': *26 '422': *35 x-github: @@ -65133,9 +65148,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#unlock-an-issue parameters: - - *275 - *276 - - *435 + - *277 + - *436 responses: '204': description: Response @@ -65157,9 +65172,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *275 - *276 - - *435 + - *277 + - *436 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -65185,13 +65200,13 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: - default: *266 + default: *267 headers: Link: *6 '404': *26 - '410': *231 + '410': *232 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65209,9 +65224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *275 - *276 - - *435 + - *277 + - *436 requestBody: required: true content: @@ -65243,16 +65258,16 @@ paths: description: Response 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 '422': *35 x-github: githubCloudOnly: false @@ -65274,10 +65289,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *275 - *276 - - *435 - - *267 + - *277 + - *436 + - *268 responses: '204': description: Response @@ -65297,9 +65312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *275 - *276 - - *435 + - *277 + - *436 - *4 - *5 responses: @@ -65314,7 +65329,6 @@ paths: description: Timeline Event type: object anyOf: - - *439 - *440 - *441 - *442 @@ -65327,6 +65341,7 @@ paths: - *449 - *450 - *451 + - *452 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -65627,7 +65642,7 @@ paths: type: string comments: type: array - items: &474 + items: &475 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -65836,7 +65851,7 @@ paths: type: string comments: type: array - items: *372 + items: *373 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -66125,7 +66140,7 @@ paths: headers: Link: *6 '404': *26 - '410': *231 + '410': *232 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66142,8 +66157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -66153,7 +66168,7 @@ paths: application/json: schema: type: array - items: &452 + items: &453 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -66216,8 +66231,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -66253,9 +66268,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: &453 + default: &454 value: id: 1 key: ssh-rsa AAA... @@ -66288,9 +66303,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *275 - *276 - - &454 + - *277 + - &455 name: key_id description: The unique identifier of the key. in: path @@ -66302,9 +66317,9 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: - default: *453 + default: *454 '404': *26 x-github: githubCloudOnly: false @@ -66322,9 +66337,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *275 - *276 - - *454 + - *277 + - *455 responses: '204': description: Response @@ -66344,8 +66359,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#list-labels-for-a-repository parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -66355,9 +66370,9 @@ paths: application/json: schema: type: array - items: *437 + items: *438 examples: - default: *438 + default: *439 headers: Link: *6 '404': *26 @@ -66378,8 +66393,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#create-a-label parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -66415,9 +66430,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: &455 + default: &456 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -66449,8 +66464,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#get-a-label parameters: - - *275 - *276 + - *277 - name: name in: path required: true @@ -66461,9 +66476,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: *455 + default: *456 '404': *26 x-github: githubCloudOnly: false @@ -66480,8 +66495,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#update-a-label parameters: - - *275 - *276 + - *277 - name: name in: path required: true @@ -66520,7 +66535,7 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: default: value: @@ -66546,8 +66561,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#delete-a-label parameters: - - *275 - *276 + - *277 - name: name in: path required: true @@ -66573,8 +66588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-languages parameters: - - *275 - *276 + - *277 responses: '200': description: Response @@ -66610,8 +66625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *275 - *276 + - *277 responses: '202': *141 '403': @@ -66639,8 +66654,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *275 - *276 + - *277 responses: '204': description: Response @@ -66666,8 +66681,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *275 - *276 + - *277 responses: '200': description: Response @@ -66812,8 +66827,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -66878,8 +66893,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#merge-a-branch parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -66913,9 +66928,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *373 + schema: *374 examples: - default: *456 + default: *457 '204': description: Response when already merged '404': @@ -66940,8 +66955,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#list-milestones parameters: - - *275 - *276 + - *277 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -66982,12 +66997,12 @@ paths: application/json: schema: type: array - items: &457 + items: &458 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *377 - required: *378 + properties: *378 + required: *379 examples: default: value: @@ -67043,8 +67058,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#create-a-milestone parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -67084,9 +67099,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: &458 + default: &459 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -67145,9 +67160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#get-a-milestone parameters: - - *275 - *276 - - &459 + - *277 + - &460 name: milestone_number description: The number that identifies the milestone. in: path @@ -67159,9 +67174,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: *458 + default: *459 '404': *26 x-github: githubCloudOnly: false @@ -67178,9 +67193,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#update-a-milestone parameters: - - *275 - *276 - - *459 + - *277 + - *460 requestBody: required: false content: @@ -67218,9 +67233,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: *458 + default: *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67236,9 +67251,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#delete-a-milestone parameters: - - *275 - *276 - - *459 + - *277 + - *460 responses: '204': description: Response @@ -67259,9 +67274,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *275 - *276 - - *459 + - *277 + - *460 - *4 - *5 responses: @@ -67271,9 +67286,9 @@ paths: application/json: schema: type: array - items: *437 + items: *438 examples: - default: *438 + default: *439 headers: Link: *6 x-github: @@ -67292,12 +67307,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *275 - *276 - - *460 + - *277 - *461 - - *111 - *462 + - *111 + - *463 - *4 - *5 responses: @@ -67309,7 +67324,7 @@ paths: type: array items: *131 examples: - default: *463 + default: *464 headers: Link: *6 x-github: @@ -67333,8 +67348,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *275 - *276 + - *277 requestBody: required: false content: @@ -67392,14 +67407,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#get-a-apiname-pages-site parameters: - - *275 - *276 + - *277 responses: '200': description: Response content: application/json: - schema: &464 + schema: &465 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -67524,7 +67539,7 @@ paths: - custom_404 - public examples: - default: &465 + default: &466 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -67565,8 +67580,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#create-a-apiname-pages-site parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -67620,9 +67635,9 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: *465 + default: *466 '422': *35 '409': *140 x-github: @@ -67645,8 +67660,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -67745,8 +67760,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *275 - *276 + - *277 responses: '204': description: Response @@ -67772,8 +67787,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#list-apiname-pages-builds parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -67783,7 +67798,7 @@ paths: application/json: schema: type: array - items: &466 + items: &467 title: Page Build description: Page Build type: object @@ -67877,8 +67892,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#request-a-apiname-pages-build parameters: - - *275 - *276 + - *277 responses: '201': description: Response @@ -67923,16 +67938,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#get-latest-pages-build parameters: - - *275 - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: &467 + default: &468 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -67980,8 +67995,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#get-apiname-pages-build parameters: - - *275 - *276 + - *277 - name: build_id in: path required: true @@ -67992,9 +68007,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: *467 + default: *468 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68014,8 +68029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#create-a-github-pages-deployment parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -68107,8 +68122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/repo-pre-receive-hooks#list-pre-receive-hooks-for-a-repository parameters: - - *275 - *276 + - *277 - *4 - *5 - *9 @@ -68129,7 +68144,7 @@ paths: application/json: schema: type: array - items: &468 + items: &469 type: object properties: id: @@ -68163,17 +68178,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/repo-pre-receive-hooks#get-a-pre-receive-hook-for-a-repository parameters: - - *275 - *276 + - *277 - *16 responses: '200': description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: &469 + default: &470 value: id: 42 name: Check Commits @@ -68195,15 +68210,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/repo-pre-receive-hooks#update-pre-receive-hook-enforcement-for-a-repository parameters: - - *275 - *276 + - *277 - *16 responses: '200': description: Response content: application/json: - schema: *468 + schema: *469 examples: default: value: @@ -68247,8 +68262,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/repo-pre-receive-hooks#remove-pre-receive-hook-enforcement-for-a-repository parameters: - - *275 - *276 + - *277 - *16 responses: '200': @@ -68256,9 +68271,9 @@ paths: global level. content: application/json: - schema: *468 + schema: *469 examples: - default: *469 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68278,8 +68293,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#list-repository-projects parameters: - - *275 - *276 + - *277 - name: state description: Indicates the state of the projects to return. in: query @@ -68300,7 +68315,7 @@ paths: application/json: schema: type: array - items: *230 + items: *231 examples: default: value: @@ -68340,7 +68355,7 @@ paths: '401': *41 '403': *43 '404': *26 - '410': *231 + '410': *232 '422': *27 x-github: githubCloudOnly: false @@ -68360,8 +68375,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#create-a-repository-project parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -68387,13 +68402,13 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *284 + default: *285 '401': *41 '403': *43 '404': *26 - '410': *231 + '410': *232 '422': *27 x-github: githubCloudOnly: false @@ -68425,8 +68440,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#list-pull-requests parameters: - - *275 - *276 + - *277 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -68486,9 +68501,9 @@ paths: application/json: schema: type: array - items: *470 + items: *471 examples: - default: *471 + default: *472 headers: Link: *6 '304': *42 @@ -68520,8 +68535,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#create-a-pull-request parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -68586,7 +68601,7 @@ paths: description: Response content: application/json: - schema: &476 + schema: &477 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -68697,8 +68712,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *377 - required: *378 + properties: *378 + required: *379 nullable: true active_lock_reason: type: string @@ -68743,7 +68758,7 @@ paths: nullable: true requested_teams: type: array - items: *472 + items: *473 nullable: true head: type: object @@ -68782,14 +68797,14 @@ paths: _links: type: object properties: - comments: *379 - commits: *379 - statuses: *379 - html: *379 - issue: *379 - review_comments: *379 - review_comment: *379 - self: *379 + comments: *380 + commits: *380 + statuses: *380 + html: *380 + issue: *380 + review_comments: *380 + review_comment: *380 + self: *380 required: - comments - commits @@ -68800,7 +68815,7 @@ paths: - review_comment - self author_association: *108 - auto_merge: *473 + auto_merge: *474 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -68892,7 +68907,7 @@ paths: - merged_by - review_comments examples: - default: &477 + default: &478 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -69419,8 +69434,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *275 - *276 + - *277 - name: sort in: query required: false @@ -69449,9 +69464,9 @@ paths: application/json: schema: type: array - items: *474 + items: *475 examples: - default: &480 + default: &481 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -69528,17 +69543,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *275 - *276 + - *277 - *120 responses: '200': description: Response content: application/json: - schema: *474 + schema: *475 examples: - default: &475 + default: &476 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -69613,8 +69628,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *275 - *276 + - *277 - *120 requestBody: required: true @@ -69637,9 +69652,9 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: - default: *475 + default: *476 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69655,8 +69670,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *275 - *276 + - *277 - *120 responses: '204': @@ -69678,8 +69693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *275 - *276 + - *277 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). @@ -69706,9 +69721,9 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: - default: *266 + default: *267 headers: Link: *6 '404': *26 @@ -69729,8 +69744,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *275 - *276 + - *277 - *120 requestBody: required: true @@ -69763,16 +69778,16 @@ paths: description: Reaction exists content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '201': description: Reaction created content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '422': *35 x-github: githubCloudOnly: false @@ -69794,10 +69809,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *275 - *276 + - *277 - *120 - - *267 + - *268 responses: '204': description: Response @@ -69840,9 +69855,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#get-a-pull-request parameters: - - *275 - *276 - - &478 + - *277 + - &479 name: pull_number description: The number that identifies the pull request. in: path @@ -69855,9 +69870,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 '304': *42 '404': *26 '406': @@ -69892,9 +69907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#update-a-pull-request parameters: - - *275 - *276 - - *478 + - *277 + - *479 requestBody: required: false content: @@ -69936,9 +69951,9 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 '422': *35 '403': *43 x-github: @@ -69966,10 +69981,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *275 - *276 - - *478 + - *277 - *479 + - *480 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -69989,9 +70004,9 @@ paths: application/json: schema: type: array - items: *474 + items: *475 examples: - default: *480 + default: *481 headers: Link: *6 x-github: @@ -70024,9 +70039,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *275 - *276 - - *478 + - *277 + - *479 requestBody: required: true content: @@ -70131,7 +70146,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: example-for-a-multi-line-comment: value: @@ -70219,9 +70234,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *275 - *276 - - *478 + - *277 + - *479 - *120 requestBody: required: true @@ -70244,7 +70259,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -70330,9 +70345,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *275 - *276 - - *478 + - *277 + - *479 - *4 - *5 responses: @@ -70342,9 +70357,9 @@ paths: application/json: schema: type: array - items: *373 + items: *374 examples: - default: *481 + default: *482 headers: Link: *6 x-github: @@ -70374,9 +70389,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#list-pull-requests-files parameters: - - *275 - *276 - - *478 + - *277 + - *479 - *4 - *5 responses: @@ -70386,7 +70401,7 @@ paths: application/json: schema: type: array - items: *384 + items: *385 examples: default: value: @@ -70424,9 +70439,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *275 - *276 - - *478 + - *277 + - *479 responses: '204': description: Response if pull request has been merged @@ -70449,9 +70464,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#merge-a-pull-request parameters: - - *275 - *276 - - *478 + - *277 + - *479 requestBody: required: false content: @@ -70562,9 +70577,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *275 - *276 - - *478 + - *277 + - *479 responses: '200': description: Response @@ -70580,7 +70595,7 @@ paths: items: *19 teams: type: array - items: *277 + items: *278 required: - users - teams @@ -70639,9 +70654,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *275 - *276 - - *478 + - *277 + - *479 requestBody: required: false content: @@ -70678,7 +70693,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: default: value: @@ -71214,9 +71229,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *275 - *276 - - *478 + - *277 + - *479 requestBody: required: true content: @@ -71250,7 +71265,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: default: value: @@ -71755,9 +71770,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *275 - *276 - - *478 + - *277 + - *479 - *4 - *5 responses: @@ -71767,7 +71782,7 @@ paths: application/json: schema: type: array - items: &482 + items: &483 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -71918,9 +71933,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *275 - *276 - - *478 + - *277 + - *479 requestBody: required: false content: @@ -72006,9 +72021,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: &484 + default: &485 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -72071,10 +72086,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *275 - *276 - - *478 - - &483 + - *277 + - *479 + - &484 name: review_id description: The unique identifier of the review. in: path @@ -72086,9 +72101,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: &485 + default: &486 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -72147,10 +72162,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *275 - *276 - - *478 - - *483 + - *277 + - *479 + - *484 requestBody: required: true content: @@ -72173,7 +72188,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: default: value: @@ -72235,18 +72250,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *275 - *276 - - *478 - - *483 + - *277 + - *479 + - *484 responses: '200': description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *484 + default: *485 '422': *27 '404': *26 x-github: @@ -72273,10 +72288,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *275 - *276 - - *478 - - *483 + - *277 + - *479 + - *484 - *4 - *5 responses: @@ -72359,9 +72374,9 @@ paths: _links: type: object properties: - self: *379 - html: *379 - pull_request: *379 + self: *380 + html: *380 + pull_request: *380 required: - self - html @@ -72504,10 +72519,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *275 - *276 - - *478 - - *483 + - *277 + - *479 + - *484 requestBody: required: true content: @@ -72535,7 +72550,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: default: value: @@ -72598,10 +72613,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *275 - *276 - - *478 - - *483 + - *277 + - *479 + - *484 requestBody: required: true content: @@ -72636,9 +72651,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *485 + default: *486 '404': *26 '422': *27 '403': *43 @@ -72660,9 +72675,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *275 - *276 - - *478 + - *277 + - *479 requestBody: required: false content: @@ -72725,8 +72740,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#get-a-repository-readme parameters: - - *275 - *276 + - *277 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -72739,9 +72754,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: &487 + default: &488 value: type: file encoding: base64 @@ -72783,8 +72798,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *275 - *276 + - *277 - name: dir description: The alternate path to look for a README file in: path @@ -72804,9 +72819,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *487 + default: *488 '404': *26 '422': *35 x-github: @@ -72828,8 +72843,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#list-releases parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -72839,7 +72854,7 @@ paths: application/json: schema: type: array - items: &488 + items: &489 title: Release description: A release. type: object @@ -72902,7 +72917,7 @@ paths: author: *19 assets: type: array - items: &489 + items: &490 title: Release Asset description: Data related to a release. type: object @@ -73079,8 +73094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#create-a-release parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -73150,9 +73165,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: &493 + default: &494 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -73250,9 +73265,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/assets#get-a-release-asset parameters: - - *275 - *276 - - &491 + - *277 + - &492 name: asset_id description: The unique identifier of the asset. in: path @@ -73264,9 +73279,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: &492 + default: &493 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 @@ -73300,7 +73315,7 @@ paths: type: User site_admin: false '404': *26 - '302': *490 + '302': *491 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73316,9 +73331,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/assets#update-a-release-asset parameters: - - *275 - *276 - - *491 + - *277 + - *492 requestBody: required: false content: @@ -73346,9 +73361,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *492 + default: *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73364,9 +73379,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/assets#delete-a-release-asset parameters: - - *275 - *276 - - *491 + - *277 + - *492 responses: '204': description: Response @@ -73390,8 +73405,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -73476,16 +73491,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#get-the-latest-release parameters: - - *275 - *276 + - *277 responses: '200': description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: *493 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73502,8 +73517,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#get-a-release-by-tag-name parameters: - - *275 - *276 + - *277 - name: tag description: tag parameter in: path @@ -73516,9 +73531,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: *493 + default: *494 '404': *26 x-github: githubCloudOnly: false @@ -73540,9 +73555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#get-a-release parameters: - - *275 - *276 - - &494 + - *277 + - &495 name: release_id description: The unique identifier of the release. in: path @@ -73556,9 +73571,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-server@3.12/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *488 + schema: *489 examples: - default: *493 + default: *494 '401': description: Unauthorized x-github: @@ -73576,9 +73591,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#update-a-release parameters: - - *275 - *276 - - *494 + - *277 + - *495 requestBody: required: false content: @@ -73635,9 +73650,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: *493 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73653,9 +73668,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#delete-a-release parameters: - - *275 - *276 - - *494 + - *277 + - *495 responses: '204': description: Response @@ -73675,9 +73690,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/assets#list-release-assets parameters: - - *275 - *276 - - *494 + - *277 + - *495 - *4 - *5 responses: @@ -73687,7 +73702,7 @@ paths: application/json: schema: type: array - items: *489 + items: *490 examples: default: value: @@ -73768,9 +73783,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: - - *275 - *276 - - *494 + - *277 + - *495 - name: name in: query required: true @@ -73796,7 +73811,7 @@ paths: description: Response for successful upload content: application/json: - schema: *489 + schema: *490 examples: response-for-successful-upload: value: @@ -73850,9 +73865,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *275 - *276 - - *494 + - *277 + - *495 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -73876,9 +73891,9 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: - default: *266 + default: *267 headers: Link: *6 '404': *26 @@ -73899,9 +73914,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *275 - *276 - - *494 + - *277 + - *495 requestBody: required: true content: @@ -73931,16 +73946,16 @@ paths: description: Reaction exists content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '201': description: Reaction created content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 '422': *35 x-github: githubCloudOnly: false @@ -73962,10 +73977,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-a-release-reaction parameters: - - *275 - *276 - - *494 - - *267 + - *277 + - *495 + - *268 responses: '204': description: Response @@ -73985,8 +74000,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-cache-replication-status parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -74061,9 +74076,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/rules#get-rules-for-a-branch parameters: - - *275 - *276 - - *333 + - *277 + - *334 - *4 - *5 responses: @@ -74079,8 +74094,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *495 - - &497 + - *496 + - &498 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -74100,47 +74115,47 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *496 - *497 - - allOf: - *498 - - *497 - allOf: - *499 - - *497 + - *498 - allOf: - *500 - - *497 + - *498 - allOf: - *501 - - *497 + - *498 - allOf: - *502 - - *497 + - *498 - allOf: - *503 - - *497 + - *498 - allOf: - *504 - - *497 + - *498 - allOf: - *505 - - *497 + - *498 - allOf: - *506 - - *497 + - *498 - allOf: - *507 - - *497 + - *498 - allOf: - *508 - - *497 + - *498 - allOf: - *509 - - *497 + - *498 - allOf: - *510 - - *497 + - *498 + - allOf: + - *511 + - *498 examples: default: value: @@ -74179,8 +74194,8 @@ paths: category: repos subcategory: rules parameters: - - *275 - *276 + - *277 - *4 - *5 - name: includes_parents @@ -74191,7 +74206,7 @@ paths: schema: type: boolean default: true - - *511 + - *512 responses: '200': description: Response @@ -74199,7 +74214,7 @@ paths: application/json: schema: type: array - items: *240 + items: *241 examples: default: value: @@ -74246,8 +74261,8 @@ paths: category: repos subcategory: rules parameters: - - *275 - *276 + - *277 requestBody: description: Request body required: true @@ -74266,16 +74281,16 @@ paths: - branch - tag default: branch - enforcement: *236 + enforcement: *237 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *237 - conditions: *235 + items: *238 + conditions: *236 rules: type: array description: An array of rules within the ruleset. - items: *239 + items: *240 required: - name - enforcement @@ -74306,9 +74321,9 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: &521 + default: &522 value: id: 42 name: super cool ruleset @@ -74355,12 +74370,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *275 - *276 - - *512 + - *277 - *513 - *514 - *515 + - *516 - *4 - *5 responses: @@ -74368,9 +74383,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *517 + default: *518 '404': *26 '500': *219 x-github: @@ -74391,17 +74406,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *275 - *276 - - *518 + - *277 + - *519 responses: '200': description: Response content: application/json: - schema: *519 + schema: *520 examples: - default: *520 + default: *521 '404': *26 '500': *219 x-github: @@ -74429,8 +74444,8 @@ paths: category: repos subcategory: rules parameters: - - *275 - *276 + - *277 - name: ruleset_id description: The ID of the ruleset. in: path @@ -74450,9 +74465,9 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *521 + default: *522 '404': *26 '500': *219 put: @@ -74470,8 +74485,8 @@ paths: category: repos subcategory: rules parameters: - - *275 - *276 + - *277 - name: ruleset_id description: The ID of the ruleset. in: path @@ -74495,16 +74510,16 @@ paths: enum: - branch - tag - enforcement: *236 + enforcement: *237 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *237 - conditions: *235 + items: *238 + conditions: *236 rules: description: An array of rules within the ruleset. type: array - items: *239 + items: *240 examples: default: value: @@ -74532,9 +74547,9 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *521 + default: *522 '404': *26 '500': *219 delete: @@ -74552,8 +74567,8 @@ paths: category: repos subcategory: rules parameters: - - *275 - *276 + - *277 - name: ruleset_id description: The ID of the ruleset. in: path @@ -74581,18 +74596,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *275 - *276 - - *242 + - *277 - *243 - *244 - *245 + - *246 - *9 - *5 - *4 - - *522 - *523 - - *246 + - *524 + - *247 responses: '200': description: Response @@ -74600,7 +74615,7 @@ paths: application/json: schema: type: array - items: &526 + items: &527 type: object properties: number: *93 @@ -74619,8 +74634,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *524 - resolution: *525 + state: *525 + resolution: *526 resolved_at: type: string format: date-time @@ -74798,15 +74813,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *275 - *276 - - *361 + - *277 + - *362 responses: '200': description: Response content: application/json: - schema: *526 + schema: *527 examples: default: value: @@ -74846,9 +74861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *275 - *276 - - *361 + - *277 + - *362 requestBody: required: true content: @@ -74856,8 +74871,8 @@ paths: schema: type: object properties: - state: *524 - resolution: *525 + state: *525 + resolution: *526 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -74875,7 +74890,7 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: default: value: @@ -74942,9 +74957,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *275 - *276 - - *361 + - *277 + - *362 - *5 - *4 responses: @@ -74955,7 +74970,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &652 + items: &653 type: object properties: type: @@ -75262,8 +75277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#list-stargazers parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -75359,8 +75374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *275 - *276 + - *277 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -75369,7 +75384,7 @@ paths: application/json: schema: type: array - items: &527 + items: &528 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -75382,7 +75397,7 @@ paths: - 1124 - -435 '202': *141 - '204': *227 + '204': *228 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75400,8 +75415,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *275 - *276 + - *277 responses: '200': description: Response @@ -75450,7 +75465,7 @@ paths: total: 89 week: 1336280400 '202': *141 - '204': *227 + '204': *228 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75474,8 +75489,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *275 - *276 + - *277 responses: '200': description: Response @@ -75549,7 +75564,7 @@ paths: d: 77 c: 10 '202': *141 - '204': *227 + '204': *228 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75571,8 +75586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *275 - *276 + - *277 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -75726,8 +75741,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *275 - *276 + - *277 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -75737,7 +75752,7 @@ paths: application/json: schema: type: array - items: *527 + items: *528 examples: default: value: @@ -75750,7 +75765,7 @@ paths: - - 0 - 2 - 21 - '204': *227 + '204': *228 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75770,8 +75785,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/statuses#create-a-commit-status parameters: - - *275 - *276 + - *277 - name: sha in: path required: true @@ -75825,7 +75840,7 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: default: value: @@ -75879,8 +75894,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/watching#list-watchers parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -75912,14 +75927,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/watching#get-a-repository-subscription parameters: - - *275 - *276 + - *277 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &529 + schema: &530 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -75987,8 +76002,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/watching#set-a-repository-subscription parameters: - - *275 - *276 + - *277 requestBody: required: false content: @@ -76014,7 +76029,7 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: default: value: @@ -76041,8 +76056,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/watching#delete-a-repository-subscription parameters: - - *275 - *276 + - *277 responses: '204': description: Response @@ -76062,8 +76077,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-tags parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -76142,8 +76157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *275 - *276 + - *277 responses: '200': description: Response @@ -76151,7 +76166,7 @@ paths: application/json: schema: type: array - items: &530 + items: &531 title: Tag protection description: Tag protection type: object @@ -76203,8 +76218,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -76227,7 +76242,7 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: default: value: @@ -76258,8 +76273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *275 - *276 + - *277 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -76296,8 +76311,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *275 - *276 + - *277 - name: ref in: path required: true @@ -76333,8 +76348,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-teams parameters: - - *275 - *276 + - *277 - *4 - *5 responses: @@ -76344,9 +76359,9 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: - default: *255 + default: *256 headers: Link: *6 '404': *26 @@ -76366,8 +76381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#get-all-repository-topics parameters: - - *275 - *276 + - *277 - *5 - *4 responses: @@ -76375,7 +76390,7 @@ paths: description: Response content: application/json: - schema: &531 + schema: &532 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -76387,7 +76402,7 @@ paths: required: - names examples: - default: &532 + default: &533 value: names: - octocat @@ -76410,8 +76425,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#replace-all-repository-topics parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -76442,9 +76457,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 '404': *26 '422': *27 x-github: @@ -76467,8 +76482,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#transfer-a-repository parameters: - - *275 - *276 + - *277 requestBody: required: true content: @@ -76742,8 +76757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *275 - *276 + - *277 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -76766,8 +76781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#enable-vulnerability-alerts parameters: - - *275 - *276 + - *277 responses: '204': description: Response @@ -76789,8 +76804,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#disable-vulnerability-alerts parameters: - - *275 - *276 + - *277 responses: '204': description: Response @@ -76816,8 +76831,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *275 - *276 + - *277 - name: ref in: path required: true @@ -76909,9 +76924,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *288 + default: *289 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -77085,7 +77100,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &540 + - &541 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -77094,7 +77109,7 @@ paths: schema: type: string example: members - - &545 + - &546 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -77105,7 +77120,7 @@ paths: default: 1 format: int32 example: 1 - - &546 + - &547 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -77147,7 +77162,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &534 + items: &535 allOf: - type: object required: @@ -77222,7 +77237,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: &547 + meta: &548 type: object description: The metadata associated with the creation/updates to the user. @@ -77282,31 +77297,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &535 + '400': &536 description: Bad request content: application/json: - schema: *533 + schema: *534 application/scim+json: - schema: *533 - '401': &536 + schema: *534 + '401': &537 description: Authorization failure - '403': &537 + '403': &538 description: Permission denied - '429': &538 + '429': &539 description: Too many requests content: application/json: - schema: *533 + schema: *534 application/scim+json: - schema: *533 - '500': &539 + schema: *534 + '500': &540 description: Internal server error content: application/json: - schema: *533 + schema: *534 application/scim+json: - schema: *533 + schema: *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77333,7 +77348,7 @@ paths: required: true content: application/json: - schema: &543 + schema: &544 type: object required: - schemas @@ -77389,9 +77404,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *534 + schema: *535 examples: - group: &541 + group: &542 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -77410,13 +77425,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': *535 - '401': *536 - '403': *537 - '409': &544 + '400': *536 + '401': *537 + '403': *538 + '409': &545 description: Duplicate record detected - '429': *538 - '500': *539 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77437,7 +77452,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &542 + - &543 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -77445,22 +77460,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *540 + - *541 - *65 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *534 + schema: *535 examples: - default: *541 - '400': *535 - '401': *536 - '403': *537 + default: *542 + '400': *536 + '401': *537 + '403': *538 '404': *26 - '429': *538 - '500': *539 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77482,13 +77497,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *542 + - *543 - *65 requestBody: required: true content: application/json: - schema: *543 + schema: *544 examples: group: summary: Group @@ -77514,17 +77529,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *534 + schema: *535 examples: - group: *541 - groupWithMembers: *541 - '400': *535 - '401': *536 - '403': *537 + group: *542 + groupWithMembers: *542 + '400': *536 + '401': *537 + '403': *538 '404': *26 - '409': *544 - '429': *538 - '500': *539 + '409': *545 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77548,13 +77563,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *542 + - *543 - *65 requestBody: required: true content: application/json: - schema: &554 + schema: &555 type: object required: - Operations @@ -77614,17 +77629,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *534 + schema: *535 examples: - updateGroup: *541 - addMembers: *541 - '400': *535 - '401': *536 - '403': *537 + updateGroup: *542 + addMembers: *542 + '400': *536 + '401': *537 + '403': *538 '404': *26 - '409': *544 - '429': *538 - '500': *539 + '409': *545 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77644,17 +77659,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *542 + - *543 - *65 responses: '204': description: Group was deleted, no content - '400': *535 - '401': *536 - '403': *537 + '400': *536 + '401': *537 + '403': *538 '404': *26 - '429': *538 - '500': *539 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77691,8 +77706,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *545 - *546 + - *547 - *65 responses: '200': @@ -77725,7 +77740,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &549 + items: &550 allOf: - type: object required: @@ -77804,7 +77819,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &548 + roles: &549 type: array description: The roles assigned to the user. items: @@ -77860,7 +77875,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *547 + meta: *548 startIndex: type: integer description: A starting index for the returned page @@ -77897,11 +77912,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *535 - '401': *536 - '403': *537 - '429': *538 - '500': *539 + '400': *536 + '401': *537 + '403': *538 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77930,7 +77945,7 @@ paths: required: true content: application/json: - schema: &552 + schema: &553 type: object required: - schemas @@ -78012,9 +78027,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *548 + roles: *549 examples: - user: &553 + user: &554 summary: User value: schemas: @@ -78061,9 +78076,9 @@ paths: description: User has been created content: application/scim+json: - schema: *549 + schema: *550 examples: - user: &550 + user: &551 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -78089,13 +78104,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: *550 - '400': *535 - '401': *536 - '403': *537 - '409': *544 - '429': *538 - '500': *539 + enterpriseOwner: *551 + '400': *536 + '401': *537 + '403': *538 + '409': *545 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78116,7 +78131,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &551 + - &552 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -78129,15 +78144,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *549 + schema: *550 examples: - default: *550 - '400': *535 - '401': *536 - '403': *537 + default: *551 + '400': *536 + '401': *537 + '403': *538 '404': *26 - '429': *538 - '500': *539 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78162,30 +78177,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *551 + - *552 - *65 requestBody: required: true content: application/json: - schema: *552 + schema: *553 examples: - user: *553 + user: *554 responses: '200': description: User was updated content: application/scim+json: - schema: *549 + schema: *550 examples: - user: *550 - '400': *535 - '401': *536 - '403': *537 + user: *551 + '400': *536 + '401': *537 + '403': *538 '404': *26 - '409': *544 - '429': *538 - '500': *539 + '409': *545 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78223,13 +78238,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *551 + - *552 - *65 requestBody: required: true content: application/json: - schema: *554 + schema: *555 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -78269,18 +78284,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *549 - examples: - userMultiValuedProperties: *550 - userSingleValuedProperties: *550 - disableUser: *550 - '400': *535 - '401': *536 - '403': *537 + schema: *550 + examples: + userMultiValuedProperties: *551 + userSingleValuedProperties: *551 + disableUser: *551 + '400': *536 + '401': *537 + '403': *538 '404': *26 - '409': *544 - '429': *538 - '500': *539 + '409': *545 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78300,17 +78315,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *551 + - *552 - *65 responses: '204': description: User was deleted, no content - '400': *535 - '401': *536 - '403': *537 + '400': *536 + '401': *537 + '403': *538 '404': *26 - '429': *538 - '500': *539 + '429': *539 + '500': *540 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78437,7 +78452,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &555 + text_matches: &556 title: Search Result Text Matches type: array items: @@ -78600,7 +78615,7 @@ paths: enum: - author-date - committer-date - - &556 + - &557 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 @@ -78671,7 +78686,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *331 + properties: *332 nullable: true comment_count: type: integer @@ -78691,7 +78706,7 @@ paths: url: type: string format: uri - verification: *420 + verification: *421 required: - author - committer @@ -78710,7 +78725,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *331 + properties: *332 nullable: true parents: type: array @@ -78728,7 +78743,7 @@ paths: type: number node_id: type: string - text_matches: *555 + text_matches: *556 required: - sha - node_id @@ -78921,7 +78936,7 @@ paths: - interactions - created - updated - - *556 + - *557 - *4 - *5 - name: advanced_search @@ -79048,8 +79063,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *377 - required: *378 + properties: *378 + required: *379 nullable: true comments: type: integer @@ -79063,7 +79078,7 @@ paths: type: string format: date-time nullable: true - text_matches: *555 + text_matches: *556 pull_request: type: object properties: @@ -79287,7 +79302,7 @@ paths: enum: - created - updated - - *556 + - *557 - *4 - *5 responses: @@ -79331,7 +79346,7 @@ paths: nullable: true score: type: number - text_matches: *555 + text_matches: *556 required: - id - node_id @@ -79417,7 +79432,7 @@ paths: - forks - help-wanted-issues - updated - - *556 + - *557 - *4 - *5 responses: @@ -79656,7 +79671,7 @@ paths: - admin - pull - push - text_matches: *555 + text_matches: *556 temp_clone_token: type: string allow_merge_commit: @@ -79957,7 +79972,7 @@ paths: type: string format: uri nullable: true - text_matches: *555 + text_matches: *556 related: type: array nullable: true @@ -80150,7 +80165,7 @@ paths: - followers - repositories - joined - - *556 + - *557 - *4 - *5 responses: @@ -80254,7 +80269,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *555 + text_matches: *556 blog: type: string nullable: true @@ -80449,7 +80464,7 @@ paths: description: Response content: application/json: - schema: &557 + schema: &558 type: object properties: status: @@ -80469,7 +80484,7 @@ paths: - name - number examples: - default: &558 + default: &559 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -80514,9 +80529,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 '401': description: Unauthorized requestBody: @@ -81080,7 +81095,7 @@ paths: application/json: schema: type: array - items: &559 + items: &560 type: object properties: key: @@ -81088,7 +81103,7 @@ paths: pretty-print: type: string examples: - default: &560 + default: &561 value: - key: ssh-rsa AAAAB3NzaC1yc2EAAAAB... pretty-print: ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64 @@ -81131,9 +81146,9 @@ paths: application/json: schema: type: array - items: *559 + items: *560 examples: - default: *560 + default: *561 '401': description: Unauthorized requestBody: @@ -81185,9 +81200,9 @@ paths: application/json: schema: type: array - items: *559 + items: *560 examples: - default: *560 + default: *561 '401': description: Unauthorized requestBody: @@ -81344,9 +81359,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 '404': *26 x-github: githubCloudOnly: false @@ -81436,16 +81451,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 '201': description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 '404': *26 '422': *35 '403': *43 @@ -81515,9 +81530,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *561 + default: *562 headers: Link: *6 x-github: @@ -81580,9 +81595,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: triggersNotification: true githubCloudOnly: false @@ -81610,15 +81625,15 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#get-a-discussion-legacy parameters: - *7 - - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81644,7 +81659,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#update-a-discussion-legacy parameters: - *7 - - *260 + - *261 requestBody: required: false content: @@ -81667,9 +81682,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *562 + default: *563 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81695,7 +81710,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#delete-a-discussion-legacy parameters: - *7 - - *260 + - *261 responses: '204': description: Response @@ -81725,7 +81740,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - *7 - - *260 + - *261 - *9 - *4 - *5 @@ -81736,9 +81751,9 @@ paths: application/json: schema: type: array - items: *261 + items: *262 examples: - default: *563 + default: *564 headers: Link: *6 x-github: @@ -81768,7 +81783,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - *7 - - *260 + - *261 requestBody: required: true content: @@ -81790,9 +81805,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: triggersNotification: true githubCloudOnly: false @@ -81820,16 +81835,16 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - *7 - - *260 - - *263 + - *261 + - *264 responses: '200': description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *262 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81855,8 +81870,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - *7 - - *260 - - *263 + - *261 + - *264 requestBody: required: true content: @@ -81878,9 +81893,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *262 examples: - default: *564 + default: *565 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81906,8 +81921,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - *7 - - *260 - - *263 + - *261 + - *264 responses: '204': description: Response @@ -81937,8 +81952,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - *7 - - *260 - - *263 + - *261 + - *264 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -81964,9 +81979,9 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: - default: *266 + default: *267 headers: Link: *6 x-github: @@ -81996,8 +82011,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - *7 - - *260 - - *263 + - *261 + - *264 requestBody: required: true content: @@ -82029,9 +82044,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82058,7 +82073,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - *7 - - *260 + - *261 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -82084,9 +82099,9 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: - default: *266 + default: *267 headers: Link: *6 x-github: @@ -82116,7 +82131,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - *7 - - *260 + - *261 requestBody: required: true content: @@ -82148,9 +82163,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82346,9 +82361,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - response-if-user-is-a-team-maintainer: *565 + response-if-user-is-a-team-maintainer: *566 '404': *26 x-github: githubCloudOnly: false @@ -82407,9 +82422,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - response-if-users-membership-with-team-is-now-pending: *566 + response-if-users-membership-with-team-is-now-pending: *567 '403': description: Forbidden if team synchronization is set up '422': @@ -82483,9 +82498,9 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: - default: *567 + default: *568 headers: Link: *6 '404': *26 @@ -82513,15 +82528,15 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - *7 - - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *568 + default: *569 '404': description: Not Found if project is not managed by this team x-github: @@ -82547,7 +82562,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - *7 - - *274 + - *275 requestBody: required: false content: @@ -82616,7 +82631,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - *7 - - *274 + - *275 responses: '204': description: Response @@ -82686,14 +82701,14 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - *7 - - *275 - *276 + - *277 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *569 + schema: *570 examples: alternative-response-with-extra-repository-information: value: @@ -82845,8 +82860,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - *7 - - *275 - *276 + - *277 requestBody: required: false content: @@ -82897,8 +82912,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - *7 - - *275 - *276 + - *277 responses: '204': description: Response @@ -82933,9 +82948,9 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: - response-if-child-teams-exist: *570 + response-if-child-teams-exist: *571 headers: Link: *6 '404': *26 @@ -82968,7 +82983,7 @@ paths: application/json: schema: oneOf: - - &572 + - &573 title: Private User description: Private User type: object @@ -83171,7 +83186,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *571 + - *572 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -83322,7 +83337,7 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: default: value: @@ -83400,7 +83415,7 @@ paths: type: array items: *213 examples: - default: &582 + default: &583 value: - id: 197 name: hello_docker @@ -83487,7 +83502,7 @@ paths: application/json: schema: type: array - items: &573 + items: &574 title: Email description: Email type: object @@ -83512,7 +83527,7 @@ paths: - verified - visibility examples: - default: &584 + default: &585 value: - email: octocat@github.com verified: true @@ -83587,7 +83602,7 @@ paths: application/json: schema: type: array - items: *573 + items: *574 examples: default: value: @@ -83843,7 +83858,7 @@ paths: application/json: schema: type: array - items: &574 + items: &575 title: GPG Key description: A unique encryption key type: object @@ -83974,7 +83989,7 @@ paths: - subkeys - revoked examples: - default: &594 + default: &595 value: - id: 3 name: Octocat's GPG Key @@ -84059,9 +84074,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: - default: &575 + default: &576 value: id: 3 name: Octocat's GPG Key @@ -84118,7 +84133,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &576 + - &577 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -84130,9 +84145,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: - default: *575 + default: *576 '404': *26 '304': *42 '403': *43 @@ -84155,7 +84170,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *576 + - *577 responses: '204': description: Response @@ -84346,7 +84361,7 @@ paths: type: array items: *84 examples: - default: *577 + default: *578 headers: Link: *6 '404': *26 @@ -84522,7 +84537,7 @@ paths: application/json: schema: type: array - items: &578 + items: &579 title: Key description: Key type: object @@ -84619,9 +84634,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: &579 + default: &580 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -84654,15 +84669,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *454 + - *455 responses: '200': description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 '404': *26 '304': *42 '403': *43 @@ -84685,7 +84700,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *454 + - *455 responses: '204': description: Response @@ -85505,7 +85520,7 @@ paths: type: array items: *70 examples: - default: *580 + default: *581 headers: Link: *6 '304': *42 @@ -85547,7 +85562,7 @@ paths: - docker - nuget - container - - *581 + - *582 - *5 - *4 responses: @@ -85559,8 +85574,8 @@ paths: type: array items: *213 examples: - default: *582 - '400': *583 + default: *583 + '400': *584 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85589,7 +85604,7 @@ paths: application/json: schema: *213 examples: - default: &595 + default: &596 value: id: 40201 name: octo-name @@ -85970,7 +85985,7 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: default: value: @@ -86039,9 +86054,9 @@ paths: application/json: schema: type: array - items: *573 + items: *574 examples: - default: *584 + default: *585 headers: Link: *6 '304': *42 @@ -86154,7 +86169,7 @@ paths: type: array items: *84 examples: - default: &591 + default: &592 summary: Default response value: - id: 1296269 @@ -86456,9 +86471,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *288 + default: *289 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -86496,9 +86511,9 @@ paths: application/json: schema: type: array - items: *427 + items: *428 examples: - default: *585 + default: *586 headers: Link: *6 '304': *42 @@ -86521,7 +86536,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *428 + - *429 responses: '204': description: Response @@ -86544,7 +86559,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *428 + - *429 responses: '204': description: Response @@ -86577,7 +86592,7 @@ paths: application/json: schema: type: array - items: &586 + items: &587 title: Social account description: Social media account type: object @@ -86592,7 +86607,7 @@ paths: - provider - url examples: - default: &587 + default: &588 value: - provider: twitter url: https://twitter.com/github @@ -86654,9 +86669,9 @@ paths: application/json: schema: type: array - items: *586 + items: *587 examples: - default: *587 + default: *588 '422': *35 '304': *42 '404': *26 @@ -86743,7 +86758,7 @@ paths: application/json: schema: type: array - items: &588 + items: &589 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -86763,7 +86778,7 @@ paths: - title - created_at examples: - default: &596 + default: &597 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -86829,9 +86844,9 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: - default: &589 + default: &590 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -86862,7 +86877,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &590 + - &591 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -86874,9 +86889,9 @@ paths: description: Response content: application/json: - schema: *588 + schema: *589 examples: - default: *589 + default: *590 '404': *26 '304': *42 '403': *43 @@ -86899,7 +86914,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *590 + - *591 responses: '204': description: Response @@ -86928,7 +86943,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &597 + - &598 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 @@ -86953,11 +86968,11 @@ paths: type: array items: *84 examples: - default-response: *591 + default-response: *592 application/vnd.github.v3.star+json: schema: type: array - items: &598 + items: &599 title: Starred Repository description: Starred Repository type: object @@ -87113,8 +87128,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *275 - *276 + - *277 responses: '204': description: Response if this repository is starred by you @@ -87142,8 +87157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *275 - *276 + - *277 responses: '204': description: Response @@ -87167,8 +87182,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *275 - *276 + - *277 responses: '204': description: Response @@ -87240,7 +87255,7 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: default: value: @@ -87327,10 +87342,10 @@ paths: application/json: schema: oneOf: + - *573 - *572 - - *571 examples: - default-response: &592 + default-response: &593 summary: Default response value: login: octocat @@ -87365,7 +87380,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &593 + response-with-git-hub-plan-information: &594 summary: Response with GitHub plan information value: login: octocat @@ -87477,11 +87492,11 @@ paths: application/json: schema: oneOf: + - *573 - *572 - - *571 examples: - default-response: *592 - response-with-git-hub-plan-information: *593 + default-response: *593 + response-with-git-hub-plan-information: *594 '404': *26 x-github: githubCloudOnly: false @@ -87512,7 +87527,7 @@ paths: type: array items: *213 examples: - default: *582 + default: *583 '403': *43 '401': *41 x-github: @@ -87916,9 +87931,9 @@ paths: application/json: schema: type: array - items: *574 + items: *575 examples: - default: *594 + default: *595 headers: Link: *6 x-github: @@ -88022,7 +88037,7 @@ paths: application/json: schema: *39 examples: - default: *426 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88100,7 +88115,7 @@ paths: type: array items: *70 examples: - default: *580 + default: *581 headers: Link: *6 x-github: @@ -88139,7 +88154,7 @@ paths: - docker - nuget - container - - *581 + - *582 - *8 - *5 - *4 @@ -88152,10 +88167,10 @@ paths: type: array items: *213 examples: - default: *582 + default: *583 '403': *43 '401': *41 - '400': *583 + '400': *584 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88185,7 +88200,7 @@ paths: application/json: schema: *213 examples: - default: *595 + default: *596 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88468,7 +88483,7 @@ paths: application/json: schema: type: array - items: *230 + items: *231 examples: default: value: @@ -88818,9 +88833,9 @@ paths: application/json: schema: type: array - items: *586 + items: *587 examples: - default: *587 + default: *588 headers: Link: *6 x-github: @@ -88850,9 +88865,9 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: - default: *596 + default: *597 headers: Link: *6 x-github: @@ -88877,7 +88892,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *597 + - *598 - *9 - *4 - *5 @@ -88889,11 +88904,11 @@ paths: schema: anyOf: - type: array - items: *598 + items: *599 - type: array items: *84 examples: - default-response: *591 + default-response: *592 headers: Link: *6 x-github: @@ -89103,7 +89118,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &599 + enterprise: &600 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -89161,7 +89176,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &600 + installation: &601 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -89180,7 +89195,7 @@ x-webhooks: required: - id - node_id - organization: &601 + organization: &602 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -89240,13 +89255,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &602 + repository: &603 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: &628 + properties: &629 id: description: Unique identifier of the repository example: 42 @@ -89923,7 +89938,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &629 + required: &630 - archive_url - assignees_url - blobs_url @@ -90074,10 +90089,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -90163,11 +90178,11 @@ x-webhooks: type: string enum: - created - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 - rule: &603 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 + rule: &604 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.12/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -90384,11 +90399,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 - rule: *603 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 + rule: *604 sender: *19 required: - action @@ -90562,11 +90577,11 @@ x-webhooks: - everyone required: - from - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 - rule: *603 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 + rule: *604 sender: *19 required: - action @@ -90651,12 +90666,12 @@ x-webhooks: type: string cache_location: type: string - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 ref: type: string - repository: *602 + repository: *603 sender: *19 required: - cache_location @@ -90750,7 +90765,7 @@ x-webhooks: type: string enum: - completed - check_run: &605 + check_run: &606 title: CheckRun description: A check performed on the code of a given code change type: object @@ -90813,7 +90828,7 @@ x-webhooks: type: string pull_requests: type: array - items: *344 + items: *345 repository: *153 status: example: completed @@ -90851,7 +90866,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *604 + deployment: *605 details_url: example: https://example.com type: string @@ -90901,7 +90916,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *344 + items: *345 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -90936,9 +90951,9 @@ x-webhooks: - output - app - pull_requests - installation: *600 - organization: *601 - repository: *602 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - check_run @@ -91341,10 +91356,10 @@ x-webhooks: type: string enum: - created - check_run: *605 - installation: *600 - organization: *601 - repository: *602 + check_run: *606 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - check_run @@ -91750,10 +91765,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *605 - installation: *600 - organization: *601 - repository: *602 + check_run: *606 + installation: *601 + organization: *602 + repository: *603 requested_action: description: The action requested by the user. type: object @@ -92168,10 +92183,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *605 - installation: *600 - organization: *601 - repository: *602 + check_run: *606 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - check_run @@ -93158,10 +93173,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -93841,10 +93856,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -94518,10 +94533,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -94694,7 +94709,7 @@ x-webhooks: required: - login - id - dismissed_comment: *357 + dismissed_comment: *358 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -94839,20 +94854,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &606 + commit_oid: &607 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: *599 - installation: *600 - organization: *601 - ref: &607 + enterprise: *600 + installation: *601 + organization: *602 + ref: &608 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: *602 + repository: *603 sender: *19 required: - action @@ -95024,7 +95039,7 @@ x-webhooks: required: - login - id - dismissed_comment: *357 + dismissed_comment: *358 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -95254,12 +95269,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *606 - enterprise: *599 - installation: *600 - organization: *601 - ref: *607 - repository: *602 + commit_oid: *607 + enterprise: *600 + installation: *601 + organization: *602 + ref: *608 + repository: *603 sender: *19 required: - action @@ -95364,7 +95379,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *357 + dismissed_comment: *358 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -95532,12 +95547,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *606 - enterprise: *599 - installation: *600 - organization: *601 - ref: *607 - repository: *602 + commit_oid: *607 + enterprise: *600 + installation: *601 + organization: *602 + ref: *608 + repository: *603 sender: *19 required: - action @@ -95710,7 +95725,7 @@ x-webhooks: required: - login - id - dismissed_comment: *357 + dismissed_comment: *358 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -95876,12 +95891,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *606 - enterprise: *599 - installation: *600 - organization: *601 - ref: *607 - repository: *602 + commit_oid: *607 + enterprise: *600 + installation: *601 + organization: *602 + ref: *608 + repository: *603 sender: *19 required: - action @@ -95988,7 +96003,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *357 + dismissed_comment: *358 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -96156,16 +96171,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 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: *602 + repository: *603 sender: *19 required: - action @@ -96269,7 +96284,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *357 + dismissed_comment: *358 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -96409,12 +96424,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *606 - enterprise: *599 - installation: *600 - organization: *601 - ref: *607 - repository: *602 + commit_oid: *607 + enterprise: *600 + installation: *601 + organization: *602 + ref: *608 + repository: *603 sender: *19 required: - action @@ -96681,10 +96696,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -96774,18 +96789,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *601 - pusher_type: &608 + organization: *602 + pusher_type: &609 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &609 + ref: &610 description: The [`git ref`](https://docs.github.com/enterprise-server@3.12/rest/git/refs#get-a-reference) resource. type: string @@ -96795,7 +96810,7 @@ x-webhooks: enum: - tag - branch - repository: *602 + repository: *603 sender: *19 required: - ref @@ -96884,18 +96899,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *599 - installation: *600 - organization: *601 - pusher_type: *608 - ref: *609 + enterprise: *600 + installation: *601 + organization: *602 + pusher_type: *609 + ref: *610 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *602 + repository: *603 sender: *19 required: - ref @@ -96989,11 +97004,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *389 - installation: *600 - organization: *601 - enterprise: *599 - repository: *602 + alert: *390 + installation: *601 + organization: *602 + enterprise: *600 + repository: *603 sender: *19 required: - action @@ -97087,11 +97102,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *389 - installation: *600 - organization: *601 - enterprise: *599 - repository: *602 + alert: *390 + installation: *601 + organization: *602 + enterprise: *600 + repository: *603 sender: *19 required: - action @@ -97185,11 +97200,11 @@ x-webhooks: type: string enum: - created - alert: *389 - installation: *600 - organization: *601 - enterprise: *599 - repository: *602 + alert: *390 + installation: *601 + organization: *602 + enterprise: *600 + repository: *603 sender: *19 required: - action @@ -97281,11 +97296,11 @@ x-webhooks: type: string enum: - dismissed - alert: *389 - installation: *600 - organization: *601 - enterprise: *599 - repository: *602 + alert: *390 + installation: *601 + organization: *602 + enterprise: *600 + repository: *603 sender: *19 required: - action @@ -97377,11 +97392,11 @@ x-webhooks: type: string enum: - fixed - alert: *389 - installation: *600 - organization: *601 - enterprise: *599 - repository: *602 + alert: *390 + installation: *601 + organization: *602 + enterprise: *600 + repository: *603 sender: *19 required: - action @@ -97474,11 +97489,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *389 - installation: *600 - organization: *601 - enterprise: *599 - repository: *602 + alert: *390 + installation: *601 + organization: *602 + enterprise: *600 + repository: *603 sender: *19 required: - action @@ -97570,11 +97585,11 @@ x-webhooks: type: string enum: - reopened - alert: *389 - installation: *600 - organization: *601 - enterprise: *599 - repository: *602 + alert: *390 + installation: *601 + organization: *602 + enterprise: *600 + repository: *603 sender: *19 required: - action @@ -97661,9 +97676,9 @@ x-webhooks: type: string enum: - created - enterprise: *599 - installation: *600 - key: &610 + enterprise: *600 + installation: *601 + key: &611 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -97697,8 +97712,8 @@ x-webhooks: - verified - created_at - read_only - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 required: - action @@ -97785,11 +97800,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *599 - installation: *600 - key: *610 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + key: *611 + organization: *602 + repository: *603 sender: *19 required: - action @@ -98360,12 +98375,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 - workflow: &614 + workflow: &615 title: Workflow type: object nullable: true @@ -99101,13 +99116,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *395 + deployment: *396 pull_requests: type: array - items: *476 - repository: *602 - organization: *601 - installation: *600 + items: *477 + repository: *603 + organization: *602 + installation: *601 sender: *19 responses: '200': @@ -99188,7 +99203,7 @@ x-webhooks: type: string enum: - approved - approver: &611 + approver: &612 type: object properties: avatar_url: @@ -99231,11 +99246,11 @@ x-webhooks: type: string comment: type: string - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 - reviewers: &612 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 + reviewers: &613 type: array items: type: object @@ -99314,7 +99329,7 @@ x-webhooks: sender: *19 since: type: string - workflow_job_run: &613 + workflow_job_run: &614 type: object properties: conclusion: @@ -100055,18 +100070,18 @@ x-webhooks: type: string enum: - rejected - approver: *611 + approver: *612 comment: type: string - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 - reviewers: *612 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 + reviewers: *613 sender: *19 since: type: string - workflow_job_run: *613 + workflow_job_run: *614 workflow_job_runs: type: array items: @@ -100780,13 +100795,13 @@ x-webhooks: type: string enum: - requested - enterprise: *599 + enterprise: *600 environment: type: string - installation: *600 - organization: *601 - repository: *602 - requestor: &619 + installation: *601 + organization: *602 + repository: *603 + requestor: &620 title: User type: object nullable: true @@ -102695,12 +102710,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 - workflow: *614 + workflow: *615 workflow_run: title: Deployment Workflow Run type: object @@ -103390,7 +103405,7 @@ x-webhooks: type: string enum: - answered - answer: &617 + answer: &618 type: object properties: author_association: @@ -103547,7 +103562,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &615 + discussion: &616 title: Discussion description: A Discussion in a repository. type: object @@ -103833,7 +103848,7 @@ x-webhooks: - id labels: type: array - items: *437 + items: *438 required: - repository_url - category @@ -103855,10 +103870,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -103995,11 +104010,11 @@ x-webhooks: - from required: - category - discussion: *615 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + discussion: *616 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -104092,11 +104107,11 @@ x-webhooks: type: string enum: - closed - discussion: *615 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + discussion: *616 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -104188,7 +104203,7 @@ x-webhooks: type: string enum: - created - comment: &616 + comment: &617 type: object properties: author_association: @@ -104345,11 +104360,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *615 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + discussion: *616 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -104442,12 +104457,12 @@ x-webhooks: type: string enum: - deleted - comment: *616 - discussion: *615 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + comment: *617 + discussion: *616 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -104552,12 +104567,12 @@ x-webhooks: - from required: - body - comment: *616 - discussion: *615 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + comment: *617 + discussion: *616 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -104651,11 +104666,11 @@ x-webhooks: type: string enum: - created - discussion: *615 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + discussion: *616 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -104747,11 +104762,11 @@ x-webhooks: type: string enum: - deleted - discussion: *615 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + discussion: *616 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -104861,11 +104876,11 @@ x-webhooks: type: string required: - from - discussion: *615 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + discussion: *616 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -104957,10 +104972,10 @@ x-webhooks: type: string enum: - labeled - discussion: *615 - enterprise: *599 - installation: *600 - label: &618 + discussion: *616 + enterprise: *600 + installation: *601 + label: &619 title: Label type: object properties: @@ -104992,8 +105007,8 @@ x-webhooks: - color - default - description - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 required: - action @@ -105086,11 +105101,11 @@ x-webhooks: type: string enum: - locked - discussion: *615 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + discussion: *616 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -105182,11 +105197,11 @@ x-webhooks: type: string enum: - pinned - discussion: *615 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + discussion: *616 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -105278,11 +105293,11 @@ x-webhooks: type: string enum: - reopened - discussion: *615 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + discussion: *616 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -105377,16 +105392,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *615 - new_repository: *602 + new_discussion: *616 + new_repository: *603 required: - new_discussion - new_repository - discussion: *615 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + discussion: *616 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -105479,10 +105494,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *615 - old_answer: *617 - organization: *601 - repository: *602 + discussion: *616 + old_answer: *618 + organization: *602 + repository: *603 sender: *19 required: - action @@ -105574,12 +105589,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *615 - enterprise: *599 - installation: *600 - label: *618 - organization: *601 - repository: *602 + discussion: *616 + enterprise: *600 + installation: *601 + label: *619 + organization: *602 + repository: *603 sender: *19 required: - action @@ -105672,11 +105687,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *615 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + discussion: *616 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -105768,11 +105783,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *615 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + discussion: *616 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -106013,7 +106028,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *599 + enterprise: *600 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.12/rest/repos/repos#get-a-repository) resource. @@ -106673,9 +106688,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *600 - organization: *601 - repository: *602 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - forkee @@ -106841,9 +106856,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 pages: description: The pages that were updated. type: array @@ -106880,7 +106895,7 @@ x-webhooks: - action - sha - html_url - repository: *602 + repository: *603 sender: *19 required: - pages @@ -106966,10 +106981,10 @@ x-webhooks: type: string enum: - created - enterprise: *599 + enterprise: *600 installation: *39 - organization: *601 - repositories: &620 + organization: *602 + repositories: &621 description: An array of repository objects that the installation can access. type: array @@ -106995,8 +107010,8 @@ x-webhooks: - name - full_name - private - repository: *602 - requester: *619 + repository: *603 + requester: *620 sender: *19 required: - action @@ -107081,11 +107096,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *599 + enterprise: *600 installation: *39 - organization: *601 - repositories: *620 - repository: *602 + organization: *602 + repositories: *621 + repository: *603 requester: nullable: true sender: *19 @@ -107171,11 +107186,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *599 + enterprise: *600 installation: *39 - organization: *601 - repositories: *620 - repository: *602 + organization: *602 + repositories: *621 + repository: *603 requester: nullable: true sender: *19 @@ -107261,10 +107276,10 @@ x-webhooks: type: string enum: - added - enterprise: *599 + enterprise: *600 installation: *39 - organization: *601 - repositories_added: &621 + organization: *602 + repositories_added: &622 description: An array of repository objects, which were added to the installation. type: array @@ -107310,15 +107325,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *602 - repository_selection: &622 + repository: *603 + repository_selection: &623 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *619 + requester: *620 sender: *19 required: - action @@ -107407,10 +107422,10 @@ x-webhooks: type: string enum: - removed - enterprise: *599 + enterprise: *600 installation: *39 - organization: *601 - repositories_added: *621 + organization: *602 + repositories_added: *622 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -107437,9 +107452,9 @@ x-webhooks: - name - full_name - private - repository: *602 - repository_selection: *622 - requester: *619 + repository: *603 + repository_selection: *623 + requester: *620 sender: *19 required: - action @@ -107528,11 +107543,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *599 + enterprise: *600 installation: *39 - organization: *601 - repositories: *620 - repository: *602 + organization: *602 + repositories: *621 + repository: *603 requester: nullable: true sender: *19 @@ -107721,10 +107736,10 @@ x-webhooks: type: string required: - from - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 target_type: type: string @@ -107813,11 +107828,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *599 + enterprise: *600 installation: *39 - organization: *601 - repositories: *620 - repository: *602 + organization: *602 + repositories: *621 + repository: *603 requester: nullable: true sender: *19 @@ -108079,8 +108094,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 issue: description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) the comment belongs to. @@ -109235,8 +109250,8 @@ x-webhooks: - state - locked - assignee - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 required: - action @@ -109326,7 +109341,7 @@ x-webhooks: type: string enum: - deleted - comment: &623 + comment: &624 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.12/rest/issues/comments#get-an-issue-comment) itself. @@ -109491,8 +109506,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 issue: description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) the comment belongs to. @@ -110645,8 +110660,8 @@ x-webhooks: - state - locked - assignee - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 required: - action @@ -110736,7 +110751,7 @@ x-webhooks: type: string enum: - edited - changes: &644 + changes: &645 description: The changes to the comment. type: object properties: @@ -110748,9 +110763,9 @@ x-webhooks: type: string required: - from - comment: *623 - enterprise: *599 - installation: *600 + comment: *624 + enterprise: *600 + installation: *601 issue: description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) the comment belongs to. @@ -111904,8 +111919,8 @@ x-webhooks: - state - locked - assignee - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 required: - action @@ -111997,10 +112012,10 @@ x-webhooks: type: string enum: - assigned - assignee: *619 - enterprise: *599 - installation: *600 - issue: &626 + assignee: *620 + enterprise: *600 + installation: *601 + issue: &627 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) itself. @@ -112918,8 +112933,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 required: - action @@ -113009,8 +113024,8 @@ x-webhooks: type: string enum: - closed - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 issue: description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) itself. @@ -114068,8 +114083,8 @@ x-webhooks: required: - state - closed_at - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 required: - action @@ -114158,8 +114173,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -115070,8 +115085,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 required: - action @@ -115160,8 +115175,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -116075,7 +116090,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &624 + milestone: &625 title: Milestone description: A collection of related issues and pull requests. type: object @@ -116213,8 +116228,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 required: - action @@ -116323,8 +116338,8 @@ x-webhooks: type: string required: - from - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -117242,9 +117257,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *618 - organization: *601 - repository: *602 + label: *619 + organization: *602 + repository: *603 sender: *19 required: - action @@ -117334,8 +117349,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -118252,9 +118267,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *618 - organization: *601 - repository: *602 + label: *619 + organization: *602 + repository: *603 sender: *19 required: - action @@ -118344,8 +118359,8 @@ x-webhooks: type: string enum: - locked - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -119263,8 +119278,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 required: - action @@ -119353,8 +119368,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -120266,9 +120281,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *624 - organization: *601 - repository: *602 + milestone: *625 + organization: *602 + repository: *603 sender: *19 required: - action @@ -121733,8 +121748,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -122651,8 +122666,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 required: - action @@ -122742,9 +122757,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *599 - installation: *600 - issue: &625 + enterprise: *600 + installation: *601 + issue: &626 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) itself. @@ -123655,8 +123670,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 required: - action @@ -123745,8 +123760,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -124663,8 +124678,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 required: - action @@ -126130,11 +126145,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *599 - installation: *600 - issue: *625 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + issue: *626 + organization: *602 + repository: *603 sender: *19 required: - action @@ -126225,7 +126240,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &647 + assignee: &648 title: User type: object nullable: true @@ -126295,11 +126310,11 @@ x-webhooks: required: - login - id - enterprise: *599 - installation: *600 - issue: *626 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + issue: *627 + organization: *602 + repository: *603 sender: *19 required: - action @@ -126388,12 +126403,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *599 - installation: *600 - issue: *626 - label: *618 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + issue: *627 + label: *619 + organization: *602 + repository: *603 sender: *19 required: - action @@ -126483,8 +126498,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -127400,8 +127415,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 required: - action @@ -127491,11 +127506,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *599 - installation: *600 - issue: *625 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + issue: *626 + organization: *602 + repository: *603 sender: *19 required: - action @@ -127584,11 +127599,11 @@ x-webhooks: type: string enum: - created - enterprise: *599 - installation: *600 - label: *618 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + label: *619 + organization: *602 + repository: *603 sender: *19 required: - action @@ -127676,11 +127691,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *599 - installation: *600 - label: *618 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + label: *619 + organization: *602 + repository: *603 sender: *19 required: - action @@ -127800,11 +127815,11 @@ x-webhooks: type: string required: - from - enterprise: *599 - installation: *600 - label: *618 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + label: *619 + organization: *602 + repository: *603 sender: *19 required: - action @@ -127905,11 +127920,11 @@ x-webhooks: - read required: - to - enterprise: *599 - installation: *600 - member: *619 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + member: *620 + organization: *602 + repository: *603 sender: *19 required: - action @@ -128019,11 +128034,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *599 - installation: *600 - member: *619 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + member: *620 + organization: *602 + repository: *603 sender: *19 required: - action @@ -128112,11 +128127,11 @@ x-webhooks: type: string enum: - removed - enterprise: *599 - installation: *600 - member: *619 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + member: *620 + organization: *602 + repository: *603 sender: *19 required: - action @@ -128204,11 +128219,11 @@ x-webhooks: type: string enum: - added - enterprise: *599 - installation: *600 - member: *619 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + member: *620 + organization: *602 + repository: *603 scope: description: The scope of the membership. Currently, can only be `team`. @@ -128284,7 +128299,7 @@ x-webhooks: required: - login - id - team: &627 + team: &628 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -128484,11 +128499,11 @@ x-webhooks: type: string enum: - removed - enterprise: *599 - installation: *600 - member: *619 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + member: *620 + organization: *602 + repository: *603 scope: description: The scope of the membership. Currently, can only be `team`. @@ -128565,7 +128580,7 @@ x-webhooks: required: - login - id - team: *627 + team: *628 required: - action - scope @@ -128653,7 +128668,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *599 + enterprise: *600 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -128761,16 +128776,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *600 - organization: *601 + installation: *601 + organization: *602 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: *628 - required: *629 + properties: *629 + required: *630 nullable: true sender: *19 required: @@ -128861,11 +128876,11 @@ x-webhooks: type: string enum: - closed - enterprise: *599 - installation: *600 - milestone: *624 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + milestone: *625 + organization: *602 + repository: *603 sender: *19 required: - action @@ -128954,9 +128969,9 @@ x-webhooks: type: string enum: - created - enterprise: *599 - installation: *600 - milestone: &630 + enterprise: *600 + installation: *601 + milestone: &631 title: Milestone description: A collection of related issues and pull requests. type: object @@ -129093,8 +129108,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 required: - action @@ -129183,11 +129198,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *599 - installation: *600 - milestone: *624 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + milestone: *625 + organization: *602 + repository: *603 sender: *19 required: - action @@ -129307,11 +129322,11 @@ x-webhooks: type: string required: - from - enterprise: *599 - installation: *600 - milestone: *624 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + milestone: *625 + organization: *602 + repository: *603 sender: *19 required: - action @@ -129401,11 +129416,11 @@ x-webhooks: type: string enum: - opened - enterprise: *599 - installation: *600 - milestone: *630 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + milestone: *631 + organization: *602 + repository: *603 sender: *19 required: - action @@ -129494,9 +129509,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *599 - installation: *600 - membership: &631 + enterprise: *600 + installation: *601 + membership: &632 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -129588,8 +129603,8 @@ x-webhooks: - role - organization_url - user - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 required: - action @@ -129677,11 +129692,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *599 - installation: *600 - membership: *631 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + membership: *632 + organization: *602 + repository: *603 sender: *19 required: - action @@ -129770,8 +129785,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -129887,10 +129902,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 - user: *619 + user: *620 required: - action - invitation @@ -129978,11 +129993,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *599 - installation: *600 - membership: *631 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + membership: *632 + organization: *602 + repository: *603 sender: *19 required: - action @@ -130079,11 +130094,11 @@ x-webhooks: properties: from: type: string - enterprise: *599 - installation: *600 - membership: *631 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + membership: *632 + organization: *602 + repository: *603 sender: *19 required: - action @@ -130169,9 +130184,9 @@ x-webhooks: type: string enum: - published - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 package: description: Information about the package. type: object @@ -130670,7 +130685,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &632 + items: &633 title: Ruby Gems metadata type: object properties: @@ -130765,7 +130780,7 @@ x-webhooks: - owner - package_version - registry - repository: *602 + repository: *603 sender: *19 required: - action @@ -130851,9 +130866,9 @@ x-webhooks: type: string enum: - updated - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 package: description: Information about the package. type: object @@ -131206,7 +131221,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *632 + items: *633 source_url: type: string format: uri @@ -131276,7 +131291,7 @@ x-webhooks: - owner - package_version - registry - repository: *602 + repository: *603 sender: *19 required: - action @@ -131463,12 +131478,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *599 + enterprise: *600 id: type: integer - installation: *600 - organization: *601 - repository: *602 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - id @@ -131548,7 +131563,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &633 + personal_access_token_request: &634 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -131694,10 +131709,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *599 - organization: *601 + enterprise: *600 + organization: *602 sender: *19 - installation: *600 + installation: *601 required: - action - personal_access_token_request @@ -131776,11 +131791,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *633 - enterprise: *599 - organization: *601 + personal_access_token_request: *634 + enterprise: *600 + organization: *602 sender: *19 - installation: *600 + installation: *601 required: - action - personal_access_token_request @@ -131858,11 +131873,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *633 - enterprise: *599 - organization: *601 + personal_access_token_request: *634 + enterprise: *600 + organization: *602 sender: *19 - installation: *600 + installation: *601 required: - action - personal_access_token_request @@ -131939,11 +131954,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *633 - organization: *601 - enterprise: *599 + personal_access_token_request: *634 + organization: *602 + enterprise: *600 sender: *19 - installation: *600 + installation: *601 required: - action - personal_access_token_request @@ -132057,7 +132072,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *634 + last_response: *635 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -132089,8 +132104,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 zen: description: Random string of GitHub zen. @@ -132345,10 +132360,10 @@ x-webhooks: - from required: - note - enterprise: *599 - installation: *600 - organization: *601 - project_card: &635 + enterprise: *600 + installation: *601 + organization: *602 + project_card: &636 title: Project Card type: object properties: @@ -132467,7 +132482,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *602 + repository: *603 sender: *19 required: - action @@ -132558,11 +132573,11 @@ x-webhooks: type: string enum: - created - enterprise: *599 - installation: *600 - organization: *601 - project_card: *635 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + project_card: *636 + repository: *603 sender: *19 required: - action @@ -132652,9 +132667,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 project_card: title: Project Card type: object @@ -132782,8 +132797,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: *628 - required: *629 + properties: *629 + required: *630 nullable: true sender: *19 required: @@ -132887,11 +132902,11 @@ x-webhooks: - from required: - note - enterprise: *599 - installation: *600 - organization: *601 - project_card: *635 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + project_card: *636 + repository: *603 sender: *19 required: - action @@ -132995,9 +133010,9 @@ x-webhooks: - from required: - column_id - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 project_card: allOf: - title: Project Card @@ -133187,7 +133202,7 @@ x-webhooks: type: string required: - after_id - repository: *602 + repository: *603 sender: *19 required: - action @@ -133277,10 +133292,10 @@ x-webhooks: type: string enum: - closed - enterprise: *599 - installation: *600 - organization: *601 - project: &637 + enterprise: *600 + installation: *601 + organization: *602 + project: &638 title: Project type: object properties: @@ -133404,7 +133419,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *602 + repository: *603 sender: *19 required: - action @@ -133494,10 +133509,10 @@ x-webhooks: type: string enum: - created - enterprise: *599 - installation: *600 - organization: *601 - project_column: &636 + enterprise: *600 + installation: *601 + organization: *602 + project_column: &637 title: Project Column type: object properties: @@ -133536,7 +133551,7 @@ x-webhooks: - name - created_at - updated_at - repository: *602 + repository: *603 sender: *19 required: - action @@ -133625,18 +133640,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *599 - installation: *600 - organization: *601 - project_column: *636 + enterprise: *600 + installation: *601 + organization: *602 + project_column: *637 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: *628 - required: *629 + properties: *629 + required: *630 nullable: true sender: *19 required: @@ -133736,11 +133751,11 @@ x-webhooks: type: string required: - from - enterprise: *599 - installation: *600 - organization: *601 - project_column: *636 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + project_column: *637 + repository: *603 sender: *19 required: - action @@ -133830,11 +133845,11 @@ x-webhooks: type: string enum: - moved - enterprise: *599 - installation: *600 - organization: *601 - project_column: *636 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + project_column: *637 + repository: *603 sender: *19 required: - action @@ -133924,11 +133939,11 @@ x-webhooks: type: string enum: - created - enterprise: *599 - installation: *600 - organization: *601 - project: *637 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + project: *638 + repository: *603 sender: *19 required: - action @@ -134018,18 +134033,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *599 - installation: *600 - organization: *601 - project: *637 + enterprise: *600 + installation: *601 + organization: *602 + project: *638 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: *628 - required: *629 + properties: *629 + required: *630 nullable: true sender: *19 required: @@ -134141,11 +134156,11 @@ x-webhooks: type: string required: - from - enterprise: *599 - installation: *600 - organization: *601 - project: *637 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + project: *638 + repository: *603 sender: *19 required: - action @@ -134234,11 +134249,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *599 - installation: *600 - organization: *601 - project: *637 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + project: *638 + repository: *603 sender: *19 required: - action @@ -134329,9 +134344,9 @@ x-webhooks: type: string enum: - closed - installation: *600 - organization: *601 - projects_v2: &638 + installation: *601 + organization: *602 + projects_v2: &639 title: Projects v2 Project description: A projects v2 project type: object @@ -134484,9 +134499,9 @@ x-webhooks: type: string enum: - created - installation: *600 - organization: *601 - projects_v2: *638 + installation: *601 + organization: *602 + projects_v2: *639 sender: *19 required: - action @@ -134577,9 +134592,9 @@ x-webhooks: type: string enum: - deleted - installation: *600 - organization: *601 - projects_v2: *638 + installation: *601 + organization: *602 + projects_v2: *639 sender: *19 required: - action @@ -134706,9 +134721,9 @@ x-webhooks: type: string to: type: string - installation: *600 - organization: *601 - projects_v2: *638 + installation: *601 + organization: *602 + projects_v2: *639 sender: *19 required: - action @@ -134801,7 +134816,7 @@ x-webhooks: type: string enum: - archived - changes: &640 + changes: &641 type: object properties: archived_at: @@ -134815,9 +134830,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *600 - organization: *601 - projects_v2_item: &639 + installation: *601 + organization: *602 + projects_v2_item: &640 title: Projects v2 Item description: An item belonging to a project type: object @@ -134961,9 +134976,9 @@ x-webhooks: nullable: true to: type: string - installation: *600 - organization: *601 - projects_v2_item: *639 + installation: *601 + organization: *602 + projects_v2_item: *640 sender: *19 required: - action @@ -135055,9 +135070,9 @@ x-webhooks: type: string enum: - created - installation: *600 - organization: *601 - projects_v2_item: *639 + installation: *601 + organization: *602 + projects_v2_item: *640 sender: *19 required: - action @@ -135148,9 +135163,9 @@ x-webhooks: type: string enum: - deleted - installation: *600 - organization: *601 - projects_v2_item: *639 + installation: *601 + organization: *602 + projects_v2_item: *640 sender: *19 required: - action @@ -135272,9 +135287,9 @@ x-webhooks: nullable: true required: - body - installation: *600 - organization: *601 - projects_v2_item: *639 + installation: *601 + organization: *602 + projects_v2_item: *640 sender: *19 required: - action @@ -135379,9 +135394,9 @@ x-webhooks: to: type: string nullable: true - installation: *600 - organization: *601 - projects_v2_item: *639 + installation: *601 + organization: *602 + projects_v2_item: *640 sender: *19 required: - action @@ -135474,10 +135489,10 @@ x-webhooks: type: string enum: - restored - changes: *640 - installation: *600 - organization: *601 - projects_v2_item: *639 + changes: *641 + installation: *601 + organization: *602 + projects_v2_item: *640 sender: *19 required: - action @@ -135569,9 +135584,9 @@ x-webhooks: type: string enum: - reopened - installation: *600 - organization: *601 - projects_v2: *638 + installation: *601 + organization: *602 + projects_v2: *639 sender: *19 required: - action @@ -135652,10 +135667,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - repository @@ -135742,13 +135757,13 @@ x-webhooks: type: string enum: - assigned - assignee: *619 - enterprise: *599 - installation: *600 - number: &641 + assignee: *620 + enterprise: *600 + installation: *601 + number: &642 description: The pull request number. type: integer - organization: *601 + organization: *602 pull_request: title: Pull Request type: object @@ -138031,7 +138046,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *602 + repository: *603 sender: *19 required: - action @@ -138123,11 +138138,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 number: type: integer - organization: *601 + organization: *602 pull_request: title: Pull Request type: object @@ -140405,7 +140420,7 @@ x-webhooks: - draft reason: type: string - repository: *602 + repository: *603 sender: *19 required: - action @@ -140497,11 +140512,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 number: type: integer - organization: *601 + organization: *602 pull_request: title: Pull Request type: object @@ -142779,7 +142794,7 @@ x-webhooks: - draft reason: type: string - repository: *602 + repository: *603 sender: *19 required: - action @@ -142871,13 +142886,13 @@ x-webhooks: type: string enum: - closed - enterprise: *599 - installation: *600 - number: *641 - organization: *601 - pull_request: &642 + enterprise: *600 + installation: *601 + number: *642 + organization: *602 + pull_request: &643 allOf: - - *476 + - *477 - type: object properties: allow_auto_merge: @@ -142939,7 +142954,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *602 + repository: *603 sender: *19 required: - action @@ -143030,12 +143045,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *599 - installation: *600 - number: *641 - organization: *601 - pull_request: *642 - repository: *602 + enterprise: *600 + installation: *601 + number: *642 + organization: *602 + pull_request: *643 + repository: *603 sender: *19 required: - action @@ -143125,11 +143140,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *599 - milestone: *457 - number: *641 - organization: *601 - pull_request: &643 + enterprise: *600 + milestone: *458 + number: *642 + organization: *602 + pull_request: &644 title: Pull Request type: object properties: @@ -145392,7 +145407,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *602 + repository: *603 sender: *19 required: - action @@ -145524,12 +145539,12 @@ x-webhooks: type: string required: - from - enterprise: *599 - installation: *600 - number: *641 - organization: *601 - pull_request: *642 - repository: *602 + enterprise: *600 + installation: *601 + number: *642 + organization: *602 + pull_request: *643 + repository: *603 sender: *19 required: - action @@ -145619,11 +145634,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *599 - installation: *600 - label: *618 - number: *641 - organization: *601 + enterprise: *600 + installation: *601 + label: *619 + number: *642 + organization: *602 pull_request: title: Pull Request type: object @@ -147905,7 +147920,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *602 + repository: *603 sender: *19 required: - action @@ -147996,10 +148011,10 @@ x-webhooks: type: string enum: - locked - enterprise: *599 - installation: *600 - number: *641 - organization: *601 + enterprise: *600 + installation: *601 + number: *642 + organization: *602 pull_request: title: Pull Request type: object @@ -150279,7 +150294,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *602 + repository: *603 sender: *19 required: - action @@ -150369,12 +150384,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *599 - milestone: *457 - number: *641 - organization: *601 - pull_request: *643 - repository: *602 + enterprise: *600 + milestone: *458 + number: *642 + organization: *602 + pull_request: *644 + repository: *603 sender: *19 required: - action @@ -150463,12 +150478,12 @@ x-webhooks: type: string enum: - opened - enterprise: *599 - installation: *600 - number: *641 - organization: *601 - pull_request: *642 - repository: *602 + enterprise: *600 + installation: *601 + number: *642 + organization: *602 + pull_request: *643 + repository: *603 sender: *19 required: - action @@ -150559,12 +150574,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *599 - installation: *600 - number: *641 - organization: *601 - pull_request: *642 - repository: *602 + enterprise: *600 + installation: *601 + number: *642 + organization: *602 + pull_request: *643 + repository: *603 sender: *19 required: - action @@ -150654,12 +150669,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *599 - installation: *600 - number: *641 - organization: *601 - pull_request: *642 - repository: *602 + enterprise: *600 + installation: *601 + number: *642 + organization: *602 + pull_request: *643 + repository: *603 sender: *19 required: - action @@ -151035,9 +151050,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 pull_request: type: object properties: @@ -153207,7 +153222,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *602 + repository: *603 sender: *19 required: - action @@ -153297,7 +153312,7 @@ x-webhooks: type: string enum: - deleted - comment: &645 + comment: &646 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -153582,9 +153597,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 pull_request: type: object properties: @@ -155742,7 +155757,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *602 + repository: *603 sender: *19 required: - action @@ -155832,11 +155847,11 @@ x-webhooks: type: string enum: - edited - changes: *644 - comment: *645 - enterprise: *599 - installation: *600 - organization: *601 + changes: *645 + comment: *646 + enterprise: *600 + installation: *601 + organization: *602 pull_request: type: object properties: @@ -157997,7 +158012,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *602 + repository: *603 sender: *19 required: - action @@ -158088,9 +158103,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 pull_request: title: Simple Pull Request type: object @@ -160263,7 +160278,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *602 + repository: *603 review: description: The review that was affected. type: object @@ -160516,9 +160531,9 @@ x-webhooks: type: string required: - from - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 pull_request: title: Simple Pull Request type: object @@ -162572,8 +162587,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *602 - review: &646 + repository: *603 + review: &647 description: The review that was affected. type: object properties: @@ -162812,12 +162827,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 number: description: The pull request number. type: integer - organization: *601 + organization: *602 pull_request: title: Pull Request type: object @@ -165100,7 +165115,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *602 + repository: *603 requested_reviewer: title: User type: object @@ -165184,12 +165199,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 number: description: The pull request number. type: integer - organization: *601 + organization: *602 pull_request: title: Pull Request type: object @@ -167479,7 +167494,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *602 + repository: *603 requested_team: title: Team description: Groups of organization members that gives permissions @@ -167681,12 +167696,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 number: description: The pull request number. type: integer - organization: *601 + organization: *602 pull_request: title: Pull Request type: object @@ -169971,7 +169986,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *602 + repository: *603 requested_reviewer: title: User type: object @@ -170056,12 +170071,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *599 - installation: *600 + enterprise: *600 + installation: *601 number: description: The pull request number. type: integer - organization: *601 + organization: *602 pull_request: title: Pull Request type: object @@ -172337,7 +172352,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *602 + repository: *603 requested_team: title: Team description: Groups of organization members that gives permissions @@ -172528,9 +172543,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 pull_request: title: Simple Pull Request type: object @@ -174705,8 +174720,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *602 - review: *646 + repository: *603 + review: *647 sender: *19 required: - action @@ -174796,9 +174811,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 pull_request: title: Simple Pull Request type: object @@ -176868,7 +176883,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *602 + repository: *603 sender: *19 thread: type: object @@ -177261,9 +177276,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 pull_request: title: Simple Pull Request type: object @@ -179319,7 +179334,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *602 + repository: *603 sender: *19 thread: type: object @@ -179715,10 +179730,10 @@ x-webhooks: type: string before: type: string - enterprise: *599 - installation: *600 - number: *641 - organization: *601 + enterprise: *600 + installation: *601 + number: *642 + organization: *602 pull_request: title: Pull Request type: object @@ -181989,7 +182004,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *602 + repository: *603 sender: *19 required: - action @@ -182081,11 +182096,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *647 - enterprise: *599 - installation: *600 - number: *641 - organization: *601 + assignee: *648 + enterprise: *600 + installation: *601 + number: *642 + organization: *602 pull_request: title: Pull Request type: object @@ -184368,7 +184383,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *602 + repository: *603 sender: *19 required: - action @@ -184457,11 +184472,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *599 - installation: *600 - label: *618 - number: *641 - organization: *601 + enterprise: *600 + installation: *601 + label: *619 + number: *642 + organization: *602 pull_request: title: Pull Request type: object @@ -186734,7 +186749,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *602 + repository: *603 sender: *19 required: - action @@ -186825,10 +186840,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *599 - installation: *600 - number: *641 - organization: *601 + enterprise: *600 + installation: *601 + number: *642 + organization: *602 pull_request: title: Pull Request type: object @@ -189093,7 +189108,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *602 + repository: *603 sender: *19 required: - action @@ -189303,7 +189318,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *599 + enterprise: *600 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -189395,8 +189410,8 @@ x-webhooks: - url - author - committer - installation: *600 - organization: *601 + installation: *601 + organization: *602 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -189975,9 +189990,9 @@ x-webhooks: type: string enum: - published - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 registry_package: type: object properties: @@ -190423,7 +190438,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *632 + items: *633 summary: type: string tag_name: @@ -190477,7 +190492,7 @@ x-webhooks: - owner - package_version - registry - repository: *602 + repository: *603 sender: *19 required: - action @@ -190565,9 +190580,9 @@ x-webhooks: type: string enum: - updated - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 registry_package: type: object properties: @@ -190875,7 +190890,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *632 + items: *633 summary: type: string tag_name: @@ -190924,7 +190939,7 @@ x-webhooks: - owner - package_version - registry - repository: *602 + repository: *603 sender: *19 required: - action @@ -191011,10 +191026,10 @@ x-webhooks: type: string enum: - created - enterprise: *599 - installation: *600 - organization: *601 - release: &648 + enterprise: *600 + installation: *601 + organization: *602 + release: &649 title: Release description: The [release](https://docs.github.com/enterprise-server@3.12/rest/releases/releases/#get-a-release) object. @@ -191319,7 +191334,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *602 + repository: *603 sender: *19 required: - action @@ -191406,11 +191421,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *599 - installation: *600 - organization: *601 - release: *648 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + release: *649 + repository: *603 sender: *19 required: - action @@ -191537,11 +191552,11 @@ x-webhooks: type: boolean required: - to - enterprise: *599 - installation: *600 - organization: *601 - release: *648 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + release: *649 + repository: *603 sender: *19 required: - action @@ -191629,9 +191644,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.12/rest/releases/releases/#get-a-release) @@ -191940,7 +191955,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *602 + repository: *603 sender: *19 required: - action @@ -192026,10 +192041,10 @@ x-webhooks: type: string enum: - published - enterprise: *599 - installation: *600 - organization: *601 - release: &649 + enterprise: *600 + installation: *601 + organization: *602 + release: &650 title: Release description: The [release](https://docs.github.com/enterprise-server@3.12/rest/releases/releases/#get-a-release) object. @@ -192335,7 +192350,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *602 + repository: *603 sender: *19 required: - action @@ -192421,11 +192436,11 @@ x-webhooks: type: string enum: - released - enterprise: *599 - installation: *600 - organization: *601 - release: *648 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + release: *649 + repository: *603 sender: *19 required: - action @@ -192511,11 +192526,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *599 - installation: *600 - organization: *601 - release: *649 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + release: *650 + repository: *603 sender: *19 required: - action @@ -192601,10 +192616,10 @@ x-webhooks: type: string enum: - anonymous_access_disabled - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -192689,10 +192704,10 @@ x-webhooks: type: string enum: - anonymous_access_enabled - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -192777,10 +192792,10 @@ x-webhooks: type: string enum: - archived - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -192867,10 +192882,10 @@ x-webhooks: type: string enum: - created - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -192958,10 +192973,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -193055,10 +193070,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -193180,10 +193195,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -193271,10 +193286,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -193361,10 +193376,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -193468,10 +193483,10 @@ x-webhooks: - name required: - repository - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -193551,11 +193566,11 @@ x-webhooks: type: string enum: - created - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 - repository_ruleset: *240 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 + repository_ruleset: *241 sender: *19 required: - action @@ -193633,11 +193648,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 - repository_ruleset: *240 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 + repository_ruleset: *241 sender: *19 required: - action @@ -193715,11 +193730,11 @@ x-webhooks: type: string enum: - edited - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 - repository_ruleset: *240 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 + repository_ruleset: *241 changes: type: object properties: @@ -193738,16 +193753,16 @@ x-webhooks: properties: added: type: array - items: *235 + items: *236 deleted: type: array - items: *235 + items: *236 updated: type: array items: type: object properties: - condition: *235 + condition: *236 changes: type: object properties: @@ -193780,16 +193795,16 @@ x-webhooks: properties: added: type: array - items: *239 + items: *240 deleted: type: array - items: *239 + items: *240 updated: type: array items: type: object properties: - rule: *239 + rule: *240 changes: type: object properties: @@ -194033,10 +194048,10 @@ x-webhooks: - from required: - owner - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -194124,10 +194139,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -194215,7 +194230,7 @@ x-webhooks: type: string enum: - create - alert: &650 + alert: &651 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -194336,10 +194351,10 @@ x-webhooks: type: string enum: - open - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -194555,10 +194570,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -194646,11 +194661,11 @@ x-webhooks: type: string enum: - reopen - alert: *650 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + alert: *651 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -194859,10 +194874,10 @@ x-webhooks: enum: - fixed - open - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -194950,7 +194965,7 @@ x-webhooks: type: string enum: - created - alert: &651 + alert: &652 type: object properties: number: *93 @@ -195025,10 +195040,10 @@ x-webhooks: description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' nullable: true - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -195119,11 +195134,11 @@ x-webhooks: type: string enum: - created - alert: *651 - installation: *600 - location: *652 - organization: *601 - repository: *602 + alert: *652 + installation: *601 + location: *653 + organization: *602 + repository: *603 sender: *19 required: - location @@ -195366,11 +195381,11 @@ x-webhooks: type: string enum: - reopened - alert: *651 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + alert: *652 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -195458,11 +195473,11 @@ x-webhooks: type: string enum: - resolved - alert: *651 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + alert: *652 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -195548,11 +195563,11 @@ x-webhooks: type: string enum: - published - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 - security_advisory: &653 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 + security_advisory: &654 description: The details of the security advisory, including summary, description, and severity. type: object @@ -195745,11 +195760,11 @@ x-webhooks: type: string enum: - updated - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 - security_advisory: *653 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 + security_advisory: *654 sender: *19 required: - action @@ -195832,10 +195847,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -196029,11 +196044,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *234 - enterprise: *599 - installation: *600 - organization: *601 - repository: *286 + security_and_analysis: *235 + enterprise: *600 + installation: *601 + organization: *602 + repository: *287 sender: *19 required: - changes @@ -196121,12 +196136,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 - sponsorship: &654 + sponsorship: &655 type: object properties: created_at: @@ -196437,12 +196452,12 @@ x-webhooks: type: string enum: - created - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 - sponsorship: *654 + sponsorship: *655 required: - action - sponsorship @@ -196540,12 +196555,12 @@ x-webhooks: type: string required: - from - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 - sponsorship: *654 + sponsorship: *655 required: - action - changes @@ -196632,17 +196647,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &655 + effective_date: &656 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: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 - sponsorship: *654 + sponsorship: *655 required: - action - sponsorship @@ -196726,7 +196741,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &656 + changes: &657 type: object properties: tier: @@ -196770,13 +196785,13 @@ x-webhooks: - from required: - tier - effective_date: *655 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + effective_date: *656 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 - sponsorship: *654 + sponsorship: *655 required: - action - changes @@ -196863,13 +196878,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *656 - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + changes: *657 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 - sponsorship: *654 + sponsorship: *655 required: - action - changes @@ -196953,10 +196968,10 @@ x-webhooks: type: string enum: - created - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -197049,10 +197064,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -197478,15 +197493,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *599 + enterprise: *600 id: description: The unique identifier of the status. type: integer - installation: *600 + installation: *601 name: type: string - organization: *601 - repository: *602 + organization: *602 + repository: *603 sender: *19 sha: description: The Commit SHA. @@ -197598,12 +197613,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 - team: &657 + team: &658 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -197803,9 +197818,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 repository: title: Repository description: A git repository @@ -198257,7 +198272,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *657 + team: *658 required: - action - team @@ -198343,9 +198358,9 @@ x-webhooks: type: string enum: - created - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 repository: title: Repository description: A git repository @@ -198797,7 +198812,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *657 + team: *658 required: - action - team @@ -198884,9 +198899,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 repository: title: Repository description: A git repository @@ -199338,7 +199353,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *657 + team: *658 required: - action - team @@ -199492,9 +199507,9 @@ x-webhooks: - from required: - permissions - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 repository: title: Repository description: A git repository @@ -199946,7 +199961,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *657 + team: *658 required: - action - changes @@ -200034,9 +200049,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *599 - installation: *600 - organization: *601 + enterprise: *600 + installation: *601 + organization: *602 repository: title: Repository description: A git repository @@ -200488,7 +200503,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *657 + team: *658 required: - action - team @@ -200571,12 +200586,12 @@ x-webhooks: type: string enum: - created - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 - user: *619 + user: *620 required: - action responses: @@ -200654,12 +200669,12 @@ x-webhooks: type: string enum: - deleted - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 - user: *619 + user: *620 required: - action responses: @@ -200740,10 +200755,10 @@ x-webhooks: type: string enum: - started - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 required: - action @@ -200826,16 +200841,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *599 + enterprise: *600 inputs: type: object nullable: true additionalProperties: true - installation: *600 - organization: *601 + installation: *601 + organization: *602 ref: type: string - repository: *602 + repository: *603 sender: *19 workflow: type: string @@ -200927,10 +200942,10 @@ x-webhooks: type: string enum: - completed - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 workflow_job: allOf: @@ -201167,7 +201182,7 @@ x-webhooks: type: string required: - conclusion - deployment: *395 + deployment: *396 required: - action - repository @@ -201256,10 +201271,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 workflow_job: allOf: @@ -201519,7 +201534,7 @@ x-webhooks: required: - status - steps - deployment: *395 + deployment: *396 required: - action - repository @@ -201608,10 +201623,10 @@ x-webhooks: type: string enum: - queued - enterprise: *599 - installation: *600 - organization: *601 - repository: *602 + enterprise: *600 + installation: *601 + organization: *602 + repository: *603 sender: *19 workflow_job: type: object @@ -201746,7 +201761,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *395 + dep{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}